Skip to content

Commit

Permalink
Set LOW confidence to ocaml/lang/security/hashtable-dos.yaml (#3242)
Browse files Browse the repository at this point in the history
Too much noise. See
https://semgrepinc.slack.com/archives/C01NXGX2EHZ/p1702424935892109

test plan:
wait for green CI checks
  • Loading branch information
aryx authored Dec 13, 2023
1 parent 8f3bd51 commit 716f8d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml/lang/security/hashtable-dos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rules:
technology:
- ocaml
cwe: "CWE-399: Resource Management Errors (4.12)"
confidence: MEDIUM
confidence: LOW
likelihood: LOW
impact: LOW
subcategory:
Expand Down
1 change: 1 addition & 0 deletions yaml/semgrep/duplicate-pattern.test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ rules:
subprocess.call(...) == $X
message: >-
This is not checking the return value of this subprocess call; if it fails no exception will be raised. Consider subprocess.check_call() instead
languages: [python]
severity: WARNING
fix: subprocess.check_call(...)

0 comments on commit 716f8d9

Please sign in to comment.