Skip to content

Commit

Permalink
Remove masked link from Bambda & change javadoc formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
ps-porpoise committed Nov 30, 2023
1 parent 68e47d4 commit bda4639
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Proxy/HTTP/FilterOnSpecificHighlightColor.bambda
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
/**
* Filters requests/responses for specific highlight colors
*
* @author [Nick Coblentz](https://github.com/ncoblentz)
* @author Nick Coblentz (https://github.com/ncoblentz)
*
**/

/*
* You can currently filter requests/responses that are highlighted, but you can't ask Burp to show you requests/responses highlighted with a particular color only. If you use a specific color to categorize requests/responses for role-based authorization testing, todo lists, or identifying a particular browser tab/window then its helpful to be able to see only those requests/resposnse you are interested in. The following Bambda snippet lets you choose the color(s) you want to see. The available colors are:
* Options:
* - HighlightColor.BLUE;
Expand All @@ -19,6 +15,6 @@
* - HighlightColor.PINK;
* - HighlightColor.RED;
* - HighlightColor.YELLOW;
*/
**/

return requestResponse.annotations().highlightColor().equals(HighlightColor.CYAN);

0 comments on commit bda4639

Please sign in to comment.