github greenbone/pheme v0.0.1a3
pheme 0.0.1a3

latest releases: v21.9.3, v21.9.2, v21.9.1...
3 years ago

[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'
  • rudimentary chart support #30
  • endpoint to get the xml as json #30
curl -X POST 'http://localhost:8000/unmodified'\
     -H 'Content-Type: application/xml'\
     -H 'Accept: application/json'\
     -d @path_to/scanreport.xml
  • add distribution chart possibility #33
  • create a markdown table description of scanreport model #37
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 create parameter.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

Don't miss a new pheme release

NewReleases is sending notifications on new releases.