Skip to content

Commit

Permalink
Revert "Changes to Docusign rule to reduce false positives. (#1083)"
Browse files Browse the repository at this point in the history
This reverts commit 7a48130.
  • Loading branch information
morriscode authored Dec 5, 2023
1 parent 7a48130 commit 371d089
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 371d089

Please sign in to comment.