Skip to content

Commit

Permalink
RHINENG-12951: ignore fals positive issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMraka committed Sep 26, 2024
1 parent 5ffb104 commit 95587e6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,12 @@ ignore:
SNYK-GOLANG-GITHUBCOMDOCKERDOCKERLIBNETWORK-6474507:
- "*"
reason: Not a runtime dependency
CWE-89:
- manager > controllers > utils.go:
reason: Parameter input is checked in a map, not used directly
CWE-918:
- turnpike>controllers>admin.go:
reason: Internal API
CWE-295:
- base>mqueue>mqueue_impl_gokafka.go:
reason: Allowed only if explicitly set

0 comments on commit 95587e6

Please sign in to comment.