Skip to content

Releases: silentsignal/burp-requests

v0.2.6

22 Aug 19:44
v0.2.6
Compare
Choose a tag to compare

Improved the handling of invalid Cookie: headers without an equals sign ('=') with graceful degradation (#4)

v0.2.5

07 Mar 09:01
v0.2.5
Compare
Choose a tag to compare

Fixed a bug that parsed requests with a colon (:) in the path incorrectly (#3)

v0.2.4

06 Feb 13:41
v0.2.4
Compare
Choose a tag to compare

Fixed encoding empty JSON objects, thanks to @Tare05 for reporting it.

v0.2.3

03 May 14:53
v0.2.3
Compare
Choose a tag to compare
  • added spaces around = operator (PEP8)
  • added option to use a session object (#2)

v0.2.2

26 Apr 13:29
v0.2.2
Compare
Choose a tag to compare

Fixed encoding empty JSON lists, thanks to @v-p-b for reporting it.

v0.2.1

22 Nov 20:22
Compare
Choose a tag to compare
  • fixed a potential code injection vulnerability reported by @pajswigger
  • ignore the Content-Length header in the same way as Host is ignored, since requests will insert it

v0.2

21 Nov 15:40
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release
  • added cookies
  • added native JSON support
  • handle extended ASCII payloads

Note: this version is affected by a potential code injection vulnerability reported by @pajswigger, hence being marked as pre-release, use v0.2.1 or later

v0.1

25 Sep 11:28
Compare
Choose a tag to compare

Initial public release.