A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
W
- WARNING - enum entry in org.ossreviewtoolkit.model.Severity
A warning is something that should be addressed.
- WILL_NOT_FIX_VULNERABILITY - enum entry in org.ossreviewtoolkit.model.config.VulnerabilityResolutionReason
This vulnerability will never be fixed, e.g., because the package which is affected is orphaned, declared end-of-life, or otherwise deprecated.
- withFilterId(java.lang.Object) - function in com.fasterxml.jackson.databind.JsonSerializer
- withPackageManagerOption(java.lang.String,java.lang.String,java.lang.String) - function in org.ossreviewtoolkit.model.config.AnalyzerConfiguration
- Return a copy of this AnalyzerConfiguration "patched" with name-specific options to contain the given key and value pair, overriding any existing entry.
- withRelativePath(java.io.File) - function in org.ossreviewtoolkit.model.TextLocation
- Return a TextLocation whose path is relative to basePath, or throw an IllegalArgumentException if the paths have different roots.
- withResolvedScopes() - function in org.ossreviewtoolkit.model.AnalyzerResult
- Return a result, in which all contained Projects have their scope information resolved.
- withResolvedScopes() - function in org.ossreviewtoolkit.model.OrtResult
- Resolves the scopes of all Projects in this OrtResult with Project.withResolvedScopes.
- withResolvedScopes(org.ossreviewtoolkit.model.DependencyGraph) - function in org.ossreviewtoolkit.model.Project
- Return a Project instance that has its scope information directly available, resolved from the given graph.
- WORKAROUND_FOR_VULNERABILITY - enum entry in org.ossreviewtoolkit.model.config.VulnerabilityResolutionReason
The vulnerability is valid but a temporary workaround has been put in place to avoid exposure to the vulnerability.
- wrapAndThrow(com.fasterxml.jackson.databind.SerializerProvider,java.lang.Throwable,java.lang.Object,java.lang.Integer) - function in com.fasterxml.jackson.databind.ser.std.StdSerializer
- wrapAndThrow(com.fasterxml.jackson.databind.SerializerProvider,java.lang.Throwable,java.lang.Object,java.lang.String) - function in com.fasterxml.jackson.databind.ser.std.StdSerializer
- writeValue(java.io.File,T,java.lang.Boolean) - function in org.ossreviewtoolkit.model.FileFormatKt
- Use the Jackson mapper returned from File.mapper to write an object of type T to this file.