tomsteele / burpbuddy

burpbuddy exposes Burp Suites's extender API over the network through various mediums, with the goal of enabling development in any language without the restrictions of the JVM
MIT License
156 stars 25 forks source link

Type of ScanIssue is changed after adding #23

Closed tharvik closed 8 years ago

tharvik commented 8 years ago

When add a new scanissue, with for example an issueType of 0x20033, and then getting it back in a new request return an issueType of 0x8000000, which is described as "extension generated issue". Then what's the use of asking to give the issueType if it is not used internally? How was it unwanted?

tomsteele commented 8 years ago

Good point, should probably remove that. I'll fix in next version.