Releases: eclipse/steady
Releases · eclipse/steady
3.1.11
Improvements:
- The endpoint returning all libraries affected by a given bug offers a new query string parameter
onlyWellknown
in order to ignore libraries whose digest is not known to a public repository (#363)
Bug fixes:
3.1.10
3.1.9
3.1.8
3.1.7
Improvements:
- #289: Improved exception handling when vulnerability info cannot be downloaded during the
report
goal - #300: Added configuration parameter to suppress hour glass findings from export
- #301: Improved report created by
report
goal - Diverse changes to support K8s deployment
- Reflected move to Eclipse Foundation by updating images, names and links
Bug fixes:
- #306: Special characters in fully-qualified Java names are encoded
3.1.6
Bugfixes:
- Ensure correctness of parent-child information before upload of app information (#272 )
Improvements:
- Fixed various JavaDoc issues in order to release on Maven Central
3.1.5
Bug fixes:
- #252 and #261 fixed two bugs in
rest-backend
that were related to rebundled dependencies. The exceptions resulted in HTTP 500 responses when a scan client requested vulnerable dependencies from the backend. - #256 makes mitigation proposals for the rebundling dependency (rather than the rebundled one).
3.1.4
Bugfixes:
- #245 fixed malformed Json resulting in a 400 Bad request when uploading to the backend (occurred when depending on libraries with the same groupId, artifactId, version and different classifier)
- #246 version comparison for patchlibanalyzer fixed to compare numbers only when numbers exists
Improvements:
3.1.3
3.1.2
Bug fixes:
- Introduced with 3.1.0: Dependencies on Maven artifacts of type
pom
resulted in inconsistent JSON that got rejected by the backend, which led to the problem that the entire project (application) could not be uploaded.