Skip to content

Commit

Permalink
New Insight: Open Redirect Destinations (#867)
Browse files Browse the repository at this point in the history
Co-authored-by: Aiden Mitchell <[email protected]>
  • Loading branch information
morriscode and aidenmitchell authored Mar 7, 2024
1 parent 7bfab6f commit 0b61ceb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions insights/links/open_redirect_destinations.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: "Open redirect effective URLs"
type: "query"
source: |
map(filter(body.links, any(.href_url.rewrite.encoders, strings.contains(., "open_redirect"))), .href_url.url)
severity: "medium"
tags:
- "Links"

0 comments on commit 0b61ceb

Please sign in to comment.