Releases: greenbone/pontos
Releases · greenbone/pontos
pontos 23.11.1
23.11.1 - 2023-11-10
Added
- Add additional comparison for Version classes (ge, lt and le) 3030cd2
- Unit tests for models 5ba13d5
- Unit tests 4af2650
- Unit tests 0ccdb19
- Support for NIST NVD CVE Change History API b35f6cc
Removed
Changed
- Allow string in type hint for event_name b827e50
- Restructure argument parsing 6a441c1
- Rename "CVE Change History" to "CVE Changes" 33748b0
- Use native typehints dc851da
- Use JSON type hint b6f2e5c
- Unit tests 4ee6cc2
- Calculate both start and end date, if not specified bc27067
- Use new copyright header 3d6a376
- Update docstrings cf682f9
- Require start and end date to be provided mutally, limit range 806e225
Bug Fixes
pontos 23.11.0
23.11.0 - 2023-11-08
Added
- Add CPE function for unquoting WNF attribute values f3723d0
- Allow to request a specific number of CVEs and CPEs 86e5dd7
- Add API docs for the pontos.cpe module 124bd52
- Allow to clone and adjust a CPE 12fd92a
- Allow parsing CPEs with parts containing a colon 872f7cd
- Improve error handling for converting a CPE to the URI format 9fb52ca
Changed
- Store CPE attributes unquoted (e.g. version "1.2" instead of "1\.2") 2bb3784
- Improve CPE function names, doc strings and some tests be2b808
- Improve rate limit algorithm for requests against the NVD API 4b72fd8
- Enable pylint rules for ruff a4d68fd
- Use ruff for import sorting instead of isort 5b07174
Dependencies
- Bump the python-packages group with 7 updates a9dc39e
pontos 23.10.6
pontos 23.10.5
pontos 23.10.4
pontos 23.10.3
23.10.3 - 2023-10-19
Added
- Extend GitHub code scanning API for handling SARIF data e033971
- Extend GitHub API for code scanning default setup 4607a2e
- Extend GitHub API for code scanning CodeQL database 15b6df4
- Extend GitHub API for code scanning analyses 9993a95
- Enable GitHub code scanning API efe1544
Dependencies
pontos 23.10.2
23.10.2 - 2023-10-16
Added
- Add most important parts of the GitHub code scanning API 3ebc073
- Add models for GitHub code scanning API 4124aab
- Add tests for getting a single secret scanning alert 583af9d
- Officially support Python 3.12 32734df
Changed
- Improve Model class for invalid data while parsing child models (#904) 7394814
- Ensure HTTP errors are raised on GitHub security API aaa084c
- Improve secret scanning API usage examples 17d8436
Bug Fixes
- Allow empty CPE match for CVE configuration nodes 470cf35
Dependencies
pontos 23.10.1
pontos 23.10.0
23.10.0 - 2023-10-06
Added
- Allow to enforce uploading releases as GitHub pre-releases (#894) 710fb09
- Implement GitHub API for secret scanning 9222594
- Add models for implementing the GitHub secret scanning API 81e91d2
- Add a GitHub API to handle dependabot alerts d297656
- Add models for GitHub dependabot API d70ac2c
- Auto-merge workflow, to enable squash auto-merge in open PRs e8610a0
Removed
Changed
- Update and rename release-pontos.yml to release.yml (#892) cf5b3ff
- Move SortOrder to pontos.github.model.base 23c100b