1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-31 19:45:34 +00:00

Merge branch 'improve_sast' into 'master'

Improve a bit our SAST

See merge request OpenMW/openmw!1876
This commit is contained in:
psi29a 2022-05-18 07:54:11 +00:00
commit 8b627741cf
2 changed files with 6 additions and 1 deletions

View file

@ -15,7 +15,7 @@ variables:
ARTIFACT_COMPRESSION_LEVEL: "fast"
CACHE_COMPRESSION_LEVEL: "fast"
SAST_EXCLUDED_ANALYZERS: "bandit"
SAST_EXCLUDED_PATHS: spec,test,tests,tmp,extern
SAST_EXCLUDED_PATHS: "extern"
.Ubuntu_Image:
tags:

View file

@ -69,3 +69,8 @@
[flawfinder.ruleset.identifier]
type = "flawfinder_func_name"
value = "printf" # only false positives, sigh
[[flawfinder.ruleset]]
disable = true
[flawfinder.ruleset.identifier]
type = "flawfinder_func_name"
value = "system" # only false positives, sigh