Releases: greenbone/troubadix
Releases · greenbone/troubadix
troubadix 23.3.0
troubadix 23.2.4
troubadix 23.2.3
23.2.3 - 2023-02-16
Added
- Type hints for return values aa23815
- Additional unit test for changed-cves 614f573
- Unit tests for changed-cves 682567c
- changed-cves standalone plugin 8a52646
- changed-cves standalone plugin to pyproject 4fc927c
Changed
- Revert adding of re.DOTALL generally, adjust changed-cves f43b39d
- Rename variables for readability df0c242
- Correct CVE pattern 2ac8141
- CLI description 1acdb7d
- Use git from common 7aded6b
- Extract comparison to method c987a8a
- Move get_merge_base to common 549ff1d
- Use DOTALL as default flag too 1a2cf57
troubadix 23.2.2
23.2.2 - 2023-02-15
Added
- Additional unit test for Package comparison 01b45b9
- Unit tests for Package & Reasons 5fee1dd
- Unit tests for Package and Reasons c9b5a0f
- Addtional unit tests for AddedEpoch, ChangedUpdate & DroppedArchitecture 5332614
- Unit test for filter_reasons de45f27
- Unit tests for ChangedUpdate & DroppedArchitecture 31e9d07
- Unit tests get_packages, AddedEpoch, AddedRelease, AddedUdeb f9af73b
- changed-packages standalone plugin to pyproject 30bc824
- changed-packages standalone plugin 2109fad
- Package dataclass 44441dd
- Markers to changed packages a6701a4
Changed
- Improve error handling 47694ce
- Remove redundant list comprehensions f1d0d3e
- Check reasons in Packages.eq, adjust _find_package accordingly a842463
- Move git subprocess into common 699fe5f
- Use a single workflow file for releases 25de2e4
Bug Fixes
- Package comparison 9ad57fd
- typo in argument help 9f38262
- Incorrect setting of dropped architecture marker 812300d
- Avoid using removeprefix/suffix (needed for Python pre-3.9) c92069b
- Use List type hint from typing (needed for Python pre-3.9) c64dc80
- Use Dict type hint from typing (needed for Python pre-3.9) b9ed685
troubadix 23.2.1
troubadix 23.2.0
troubadix 23.1.4
troubadix 23.1.3
troubadix 23.1.2
23.1.2 - 2023-01-18
Added
- Catch thrown exceptions and display error message fa14fbe
Removed
- Remove superflous sys.exit call in name == main expression e8aab4b
Changed
- Only print the relative path of a found VT instead of relative path and filename 387525e
- Sync codespell.exclude with vulnerability-tests repo 5de289b
Bug Fixes
- Various typos 3791b01