Tags: cpp2java/trivy
Tags
Feat: NuGet Scanner (#686) * Initial nuget advisory detector code. Signed-off-by: Johannes Tegnér <[email protected]> * Added nuget package to scan.go Signed-off-by: Johannes Tegnér <[email protected]> * Removed nuget advisory file and instead added csharp/nuget as a driver in driver.go. Signed-off-by: Johannes Tegnér <[email protected]> * Removed nuget package from driver. Added ghasnuget as a source in vulnerability.go Signed-off-by: Johannes Tegnér <[email protected]> * Updated nuget driver to use correct name and to initialize with the new generic scanner. Signed-off-by: Johannes Tegnér <[email protected]> * refactor: cut out to a separate method * chore(mod): update trivy-db * fix(driver): add a general driver * test(ghsa): add nuget * chore: update README Co-authored-by: knqyf263 <[email protected]>
feat(library): support a custom data source (#613) * chore(mod): update trivy-db * refactor(detector/library): use programming language instead of package manager * feat(library): add general advisory * test(utils): add a util function initializing DB * test(advisory): add tests * chore: use aquasecurity/bolt-fixtures * refactor: add comments * chore(mod): revert fanal version * chore(mod): update trivy-db * refactor: update the comment
PreviousNext