Skip to content

Commit

Permalink
Merge pull request #1156 from BenediktMKuehne/cwe-disable
Browse files Browse the repository at this point in the history
Update default-scan-no-notify.emba
  • Loading branch information
m-1-k-3 committed May 15, 2024
2 parents 43e62bb + 40a5e7e commit 9d94168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scan-profiles/default-scan-no-notify.emba
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export DISABLE_DOTS=1
# it in the default profile.
export BINARY_EXTENDED=1

export MODULE_BLACKLIST=( "S10_binaries_basic_check" "S15_radare_decompile_checks" "S99_grepit" "S110_yara_check" )
export MODULE_BLACKLIST=( "S10_binaries_basic_check" "S15_radare_decompile_checks" "S99_grepit" "S110_yara_check" "S17_cwe_checker" )

# we output the profile only at the beginning - outside the docker environment
if [[ $IN_DOCKER -ne 1 ]] ; then
Expand Down

0 comments on commit 9d94168

Please sign in to comment.