Skip to content

Releases: OISF/libhtp

0.5.38

30 Jun 22:11
0.5.38
Compare
Choose a tag to compare
  • consume empty lines when parsing chunks to avoid quadratic complexity

  • autotools fix for cygwin

0.5.37

02 Mar 09:32
0.5.37
Compare
Choose a tag to compare
  • support request body decompression

  • several accuracy fixes

  • fuzz improvements

0.5.36

03 Dec 11:09
0.5.36
Compare
Choose a tag to compare
  • fix http pipelining issue #304

0.5.35

08 Oct 09:56
0.5.35
Compare
Choose a tag to compare
  • fix memory leak in tunnel traffoc

  • fix case where chunked data causes excessive CPU use

0.5.34

11 Sep 11:16
0.5.34
Compare
Choose a tag to compare
  • support data GAP handling

  • support 100-continue Expect

  • lzma: give more control over settings

0.5.33

28 Apr 12:39
0.5.33
Compare
Choose a tag to compare
  • compression bomb protection

  • memory handling issue found by Oss-Fuzz

  • improve handling of anomalies in traffic

0.5.32

13 Dec 09:54
0.5.32
Compare
Choose a tag to compare
  • bug fixes around pipelining

0.5.31

24 Sep 07:58
0.5.31
Compare
Choose a tag to compare
  • various improvements related to 'HTTP Evader'

  • various fixes for issues found by oss-fuzz

  • adds optional LZMA decompression

0.5.29

21 Dec 19:32
0.5.29
Compare
Choose a tag to compare
  • fix undefined behavior in int parsing [#176]

  • improve status code parsing [#176]

  • integration with oss-fuzz by @catenacyber [#172]

0.5.28

05 Nov 10:33
0.5.28
Compare
Choose a tag to compare
  • Fix potential memory leaks

  • Fix string truncation compile warning