You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Prevent that references to non-existing parent dependencies are persisted (#367)
Fixed rest-backend configuration settings related to the new rest-nvd service (#361)
When checking bundled libraries, ignore all findings for the library identifier (GAV) that corresponds to the analyzed (#364)
#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).
#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:
#244 patchlibanalyzer now propagates manual assessments for bugs w/o construct changes
#243 improved performances when loading libraries related to a bug in bugs frontend
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.