Prune devel/py-EnthoughtBase
[dports.git] / devel / libhtp / pkg-descr
1 LibHTP is a security-aware parser for the HTTP protocol and the related bits
2 and pieces. The goals of the project, in the order of importance, are as
3 follows:
4
5  1. Completeness of coverage; LibHTP must be able to parse virtually all
6     traffic that is found in practice.
7
8  2. Permissive parsing; LibHTP must never fail to parse a stream that would
9     be parsed by some other web server.
10
11  3. Awareness of evasion techniques; LibHTP must be able to detect and
12     effectively deal with various evasion techniques, producing, where
13     practical, identical or practically identical results as the web
14     server processing the same traffic stream.
15
16  4. Performance; The performance must be adequate for the desired tasks.
17     Completeness and security are often detremental to performance. Our
18     idea of handling the conflicting requirements is to put the library
19     user in control, allowing him to choose the most desired library
20     characteristic.
21
22 WWW: https://github.com/ironbee/libhtp