Skip to content

Commit

Permalink
QR code insight
Browse files Browse the repository at this point in the history
  • Loading branch information
morriscode committed Sep 29, 2023
1 parent 9062c54 commit 3e2c2bc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions insights/attachments/links_qr_code.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: "QR code embedded Links in attachments"
type: "query"
source: |
map(filter(attachments, .file_type ...),
map(filter(file.explode(.),
.scan.qr.type == "url"
),
.scan.qr.url.url
)
)
severity: "medium"

0 comments on commit 3e2c2bc

Please sign in to comment.