Skip to content

Commit

Permalink
feat(javascript): revert result scope in jwt_not_revoked rule
Browse files Browse the repository at this point in the history
  • Loading branch information
cfabianski committed Sep 21, 2023
1 parent b1f7187 commit 7ac7665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rules/javascript/express/jwt_not_revoked.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ patterns:
regex: (?i)\A(expressjwt)\z
- variable: HASH_CONTENT
detection: javascript_express_jwt_not_revoked_secret
scope: result
scope: cursor
- not:
variable: HASH_CONTENT
detection: javascript_express_jwt_not_revoked_is_revoked
scope: result
scope: cursor
languages:
- javascript
auxiliary:
Expand Down

0 comments on commit 7ac7665

Please sign in to comment.