Skip to content

Commit

Permalink
information leaks plugin: bump patch level version
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmke authored and jstucke committed Aug 5, 2022
1 parent a0b84b4 commit 03d336c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class AnalysisPlugin(AnalysisBasePlugin):
DEPENDENCIES = []
DESCRIPTION = 'Find leaked information like compilation artifacts'
MIME_WHITELIST = ['application/x-executable', 'application/x-object', 'application/x-sharedlib', 'text/plain']
VERSION = '0.1'
VERSION = '0.1.1'
FILE = __file__

def process_object(self, file_object: FileObject):
Expand Down

0 comments on commit 03d336c

Please sign in to comment.