Openvas-reporting

Latest version: v1.5.2

Safety actively analyzes 621239 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.5.0

- Included option (--config-file) to define a .yaml file with all options but input and output filenames.
if this option is used all other options are ignored. any options not present in this file will be set to default

- Included option (--report-type) to define the type of report and created two new types of reports:
- a report summarizing the hosts with the highest number of vulnerabilities and sum of all its cvss severities and including a tab for each host listing each vulnerability
- a csv report ordered by host with all vulnerabilities (same fields as the by vulnerability type)
(I don't believe it's worth creating a .docx version of this report, so I'm not creating it)

- Included option (--network-exclude) to define a file with a list of ips or ipcidrs or range of ips (one by line) that will be excluded from the report

- Included option (--network-include) to define a file with a list of ips or ipcidrs or range of ips (one by line) that will be included in the report

- Included option (--regex-include) to define a file with a list of regex expressions to include in the report
the regex expressions will be matched against the name of the vulnerability

- Included option (--regex-exclude) to define a file with a list of regex expressions to exclude in the report
the regex expressions will be matched against the name of the vulnerability

- Included option (--cve-include) to define a file with a list of CVE numbers to include in the report

- Included option (--cve-exclude) to define a file with a list of CVE numbers to exclude from the report

-Fixes:

- Major code refactor to include the new reports and the new options

- Fix module packaging and shell script executions now run ok (import 'main' in top source __init__.py so the egg may be found)

- Converted module packaging to python3.6+ packaging using setup.cfg e pyproject.toml

- Removed package top dir setup.py and requirements.txt files that are not used anymore

- Updated README.md to reflect those changes

1.4.2

1.4.1

1.4.0

1.3.1 - Add charts to Word document using matplotlib. Some code clean-up and small lay-out changes in Excel.

1.3.0

1.2.3

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.