libinjectionrs 0.1.1

Rust port of libinjection - SQL/XSS injection detection library
Documentation
1
2
3
4
5
6
7
8
9
10
pub use self::detector::{XssDetector, XssResult};
pub use self::html5::{Html5State, Html5Flags, TokenType};
pub use self::blacklists::AttributeType;

mod detector;
mod html5;
mod blacklists;

#[cfg(test)]
mod tests;