[0.0.1a3] - 2020-11-06
Added
- XMLParser (pheme/parser/xml.py) #5
- transformation for [gvmd] scan results to host grouped template data #5
curl -X POST\
'http://localhost:8000/transform'\
-H 'Content-Type: application/xml'\
-H 'Accept: application/json; indent=2'\
-d @path_to/scanreport.xml
- report generation for pdf #24
curl 'http://localhost:8000/report/$ID_OF_PREVIOUS_POST' -H 'Accept: application/pdf'
- report generation for html #24
curl 'http://localhost:8000/report/$ID_OF_PREVIOUS_POST' -H 'Accept: text/html'
curl -X POST 'http://localhost:8000/unmodified'\
-H 'Content-Type: application/xml'\
-H 'Accept: application/json'\
-d @path_to/scanreport.xml
curl -H 'accept: text/markdown+table' localhost:8000/scanreport/data/description
- Report Format Editor #51
http://localhost:8000/static/report_format_editor.html
- overridable design parameter 55
- add possibility to not include overview information to remove charts and redundant information 63
curl 'http://localhost:8000/report/$ID_OF_PREVIOUS_POST?without_overview=TRUE' -H 'Accept: text/csv'
- add xml response 63
curl 'http://localhost:8000/report/$ID_OF_PREVIOUS_POST' -H 'Accept: application/xml'
- add csv response 63
curl 'http://localhost:8000/report/$ID_OF_PREVIOUS_POST' -H 'Accept: text/csv'
pheme-create-parameter-json
to createparameter.json
based on a directory (pheme-create-parameter-json $SOURCE_PATH > $TARGET_PATH/parameter.json
)- possibility to have user specific changes 98
[0.0.1a3]: v0.0.1a2...HEAD