Skip to content

Commit

Permalink
Revert "Changes to Docusign rule to reduce false positives." (#1085)
Browse files Browse the repository at this point in the history
  • Loading branch information
morriscode authored Dec 5, 2023
1 parent 7a48130 commit fe1588e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ severity: "high"
source: |
type.inbound
and length(attachments) <= 1
and length(body.links) > 0
and all(body.links,
and any(body.links,
not strings.ilike(.href_url.domain.root_domain, "docusign.*")
)
and (
Expand Down

0 comments on commit fe1588e

Please sign in to comment.