| Package | Description |
|---|---|
| net.ossindex.common | |
| net.ossindex.common.filter | |
| net.ossindex.common.request |
| Modifier and Type | Method and Description |
|---|---|
PackageCoordinate |
PackageCoordinate.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
static PackageCoordinate.Builder |
PackageCoordinate.newBuilder(PackageCoordinate copy) |
| Modifier and Type | Method and Description |
|---|---|
OssiPackage |
IPackageRequest.add(List<PackageCoordinate> path)
Add a new package/version (with dependency information) to search for.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IVulnerabilityFilter.ignorePackage(List<PackageCoordinate> pkgs)
Ignore all vulnerabilities belonging to a specific package
|
void |
IVulnerabilityFilter.ignoreVulnerability(List<PackageCoordinate> pkg,
String vid)
Ignore a specific vulnerability which is included in a dependency path including ALL of the specified coordinates.
|
static boolean |
VulnerabilityFilterFactory.shouldFilter(IVulnerabilityFilter filter,
List<PackageCoordinate> path,
String vid)
Kind of filthy this being here.
|
| Modifier and Type | Method and Description |
|---|---|
OssiPackage |
PackageRequestService.add(List<PackageCoordinate> path) |
Copyright © 2018. All rights reserved.