-
-
Notifications
You must be signed in to change notification settings - Fork 301
Introduce JSON output generation to all modules #1853
Copy link
Copy link
Open
Labels
Core modules (Sxx)The core scanning modules (Sxx modules)The core scanning modules (Sxx modules)EMBAenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededreportingreporting topics (e.g., web reporter)reporting topics (e.g., web reporter)stale
Metadata
Metadata
Assignees
Labels
Core modules (Sxx)The core scanning modules (Sxx modules)The core scanning modules (Sxx modules)EMBAenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededreportingreporting topics (e.g., web reporter)reporting topics (e.g., web reporter)stale
Is your feature request related to a problem? Please describe.
EMBA is generating the logs in different formats like txt, html, csv, json
While txt, html and csv is quite solid and introduced into most modules, the json log mechanism is only implemented as example code in the s12 module:
emba/modules/S12_binary_protection.sh
Line 142 in 4662fbc
Describe the solution you'd like
consistent json logging as another option beside the current csv logging.
The mechanism is already implemented in the EMBA core and just needs some further introduction into the other modules. It should be quite easy to do this side by side with the csv logging
Describe alternatives you've considered
Post processing is not nice and should be avoided