PortSwigger / burp-extensions-montoya-api

Burp Extensions Api
Other
139 stars 5 forks source link

Updating annotations on proxy history items #2

Closed Kavakuo closed 1 year ago

Kavakuo commented 2 years ago

Hi,

I had a look at the new API and really appreciate the new API design!

While prototyping an extension, I noticed that it does not (yet) seem to be possible to update the annotations (highlight color and comment) of existing items in the proxy history. Would it be possible to add a method to the ProxyRequestResponse or Annotations interface that would allow to update the annotation, similar to the methods available on the older IHttpRequestResponse interface?

SeanBurnsUK commented 1 year ago

Thanks for the feedback.

We will be adding this to the api. We are discussing the best way to update the annotations.

SeanBurnsUK commented 1 year ago

Version 1.0.0 of the API now has an option to update the annotations. We will be releasing it next week.

You can see the api on the Dev Branch.