Parsing postfix
This commit is contained in:
@@ -15,6 +15,9 @@ class Parsing(ParsingBase):
|
||||
# Generate report
|
||||
self._constructReports()
|
||||
|
||||
# TODO:
|
||||
# We are not parse file and process. We parse file and process and for each
|
||||
# line, we try to find in the file and in the process
|
||||
for audit in self._audit:
|
||||
if audit['audit'] == 'file':
|
||||
with open(audit['value'], 'rb') as fdata:
|
||||
|
||||
Reference in New Issue
Block a user