Skip to content

Releases: greenbone/pheme

pheme 21.04-rc2

Choose a tag to compare

@nichtsfrei nichtsfrei released this 11 Jan 11:30
v21.04-rc2
cc6239b

21.04-rc2 - 2021-01-11

Changed

  • settings to default to GOS settings 153
  • KeyError to TemplateNotFoundError 155
  • move get_user_role to authentication 155

Removed

  • parameter script 156

Fixed

  • division by zero when a report does not contain results 154

pheme 21.04-rc1

Choose a tag to compare

@nichtsfrei nichtsfrei released this 10 Dec 15:22
v21.04-rc1
bd5a85a

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

pheme 0.0.1a3

Choose a tag to compare

@nichtsfrei nichtsfrei released this 06 Nov 14:02
v0.0.1a3
ff719f3

[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

v0.0.1a2

v0.0.1a2 Pre-release
Pre-release

Choose a tag to compare

@nichtsfrei nichtsfrei released this 14 Aug 09:33
v0.0.1a2

[0.0.1a2] - 2020-08-14

Added

  • django webserver
  • openapi (/openapi-schema/)
  • swagger (/docs/)