You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the Semgrep "detect-object-injection" rule has very high false positive, to the point of being unusable as an analysis rule. This was confirmed at https://gitlab.com/gitlab-org/gitlab/-/issues/351399 so we just need to disable it within the Omega Analyzer using the --exclude-rule CLI parameter when running semgrep scan in runtools.sh.
I noticed that the Semgrep "detect-object-injection" rule has very high false positive, to the point of being unusable as an analysis rule. This was confirmed at https://gitlab.com/gitlab-org/gitlab/-/issues/351399 so we just need to disable it within the Omega Analyzer using the
--exclude-rule
CLI parameter when runningsemgrep scan
in runtools.sh.Ref: https://semgrep.dev/docs/cli-reference/
The text was updated successfully, but these errors were encountered: