Skip to content

Commit

Permalink
cwe-checker: remove incompatible type x-object from whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
jstucke committed Nov 7, 2023
1 parent e351035 commit 22dd9e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/plugins/analysis/cwe_checker/code/cwe_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,10 @@ class AnalysisPlugin(AnalysisBasePlugin):
'Due to the nature of static analysis, this plugin may run for a long time.'
)
DEPENDENCIES = ['cpu_architecture', 'file_type'] # noqa: RUF012
VERSION = '0.5.3'
VERSION = '0.5.4'
TIMEOUT = 600 # 10 minutes
MIME_WHITELIST = [ # noqa: RUF012
'application/x-executable',
'application/x-object',
'application/x-pie-executable',
'application/x-sharedlib',
]
Expand Down

0 comments on commit 22dd9e2

Please sign in to comment.