Skip to content

Commit

Permalink
feat(JS rules): add CWE to JS insecure cookie (#687)
Browse files Browse the repository at this point in the history
* feat: add CWE to JS insecure cookie

* fix: update snapshots
  • Loading branch information
elsapet authored Mar 1, 2023
1 parent 28d99ed commit ff9c4d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ metadata:
cwe_id:
- 1004
- 614
- 523
id: "express_insecure_cookie"
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ low:
cwe_ids:
- "1004"
- "614"
- "523"
id: express_insecure_cookie
description: Missing secure options for cookie detected.
documentation_url: https://docs.bearer.com/reference/rules/express_insecure_cookie
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ low:
cwe_ids:
- "1004"
- "614"
- "523"
id: express_insecure_cookie
description: Missing secure options for cookie detected.
documentation_url: https://docs.bearer.com/reference/rules/express_insecure_cookie
Expand Down

0 comments on commit ff9c4d9

Please sign in to comment.