Releases: greenbone/pheme
Releases · greenbone/pheme
Release list
pheme 21.04-rc2
pheme 21.04-rc1
21.04-rc1 - 2020-12-10
Added
- nvt threat information in host result 114
- nvt severity information in host result 121
- treemap as svg 128
- dynamic template functionality 139
Changed
- remove pandas due to too old debian version 112
- add workaround for svg in pdf with wasyprint 120
- charts are not produced in the data struct but within a template 122
Removed
- libsass support: https://sass-lang.com/blog/libsass-is-deprecated 111
- equipment treemap 112
- openapi 127
pheme 0.0.1a3
[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-jsonto createparameter.jsonbased 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
v0.0.1a2
[0.0.1a2] - 2020-08-14
Added
- django webserver
- openapi (/openapi-schema/)
- swagger (/docs/)