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
M
- mapLicense(java.lang.String,java.util.Map) - function in org.ossreviewtoolkit.model.LicenseFindingKt
- Apply mapping from the org.ossreviewtoolkit.model.config.ScannerConfiguration to any license String.
- mapper(java.io.File) - function in org.ossreviewtoolkit.model.FileFormatKt
- Get the Jackson ObjectMapper for this file based on the file extension configured in FileFormat.mapper.
- MappersKt - class in org.ossreviewtoolkit.model
- MaskStringConverter - class in org.ossreviewtoolkit.model.config
- match(java.util.Set,java.util.Set) - function in org.ossreviewtoolkit.model.utils.FindingsMatcher
- Associate the copyrightFindings to the licenseFindings.
- matches(org.ossreviewtoolkit.model.Package) - function in org.ossreviewtoolkit.model.ArtifactProvenance
- True if this Provenance refers to the same source code as pkg, assuming that it belongs to the package id.
- matches(org.ossreviewtoolkit.model.Package) - function in org.ossreviewtoolkit.model.KnownProvenance
- True if this Provenance refers to the same source code as pkg, assuming that it belongs to the package id.
- matches(org.ossreviewtoolkit.model.Package) - function in org.ossreviewtoolkit.model.Provenance
- True if this Provenance refers to the same source code as pkg, assuming that it belongs to the package id.
- matches(org.ossreviewtoolkit.model.Package) - function in org.ossreviewtoolkit.model.RepositoryProvenance
- Return true if this provenance matches the processed VCS information of the package.
- matches(org.ossreviewtoolkit.model.Package) - function in org.ossreviewtoolkit.model.UnknownProvenance
- True if this Provenance refers to the same source code as pkg, assuming that it belongs to the package id.
- matches(org.ossreviewtoolkit.model.Issue) - function in org.ossreviewtoolkit.model.config.IssueResolution
- True if message matches the message of issue.
- matches(org.ossreviewtoolkit.model.Identifier,org.ossreviewtoolkit.model.Provenance) - function in org.ossreviewtoolkit.model.config.PackageConfiguration
- matches(java.lang.String) - function in org.ossreviewtoolkit.model.config.PathExclude
- Return true if and only if this PathExclude matches the given path.
- matches(org.ossreviewtoolkit.model.RuleViolation) - function in org.ossreviewtoolkit.model.config.RuleViolationResolution
- True if message matches the message of the violation.
- matches(java.lang.String) - function in org.ossreviewtoolkit.model.config.ScopeExclude
- True if ScopeExclude.pattern matches scopeName.
- matches(org.ossreviewtoolkit.model.RepositoryProvenance) - function in org.ossreviewtoolkit.model.config.VcsMatcher
- matches(org.ossreviewtoolkit.model.vulnerabilities.Vulnerability) - function in org.ossreviewtoolkit.model.config.VulnerabilityResolution
- True if id matches the id of vulnerability.
- matches(org.ossreviewtoolkit.model.LicenseFinding,org.ossreviewtoolkit.model.config.LicenseFindingCuration,java.lang.String) - function in org.ossreviewtoolkit.model.utils.FindingCurationMatcher
- Return true if and only if the given curation is applicable to the given finding.
- MAVEN - enum entry in org.ossreviewtoolkit.model.utils.PurlType
- MAVEN_CENTRAL - enum entry in org.ossreviewtoolkit.model.PackageProvider
- MAVEN_GOOGLE - enum entry in org.ossreviewtoolkit.model.PackageProvider
- MD5 - enum entry in org.ossreviewtoolkit.model.HashAlgorithm
The Message-Digest 5 hash algorithm, see MD5.
- MEDIUM - enum entry in org.ossreviewtoolkit.model.vulnerabilities.Cvss2Rating
- MEDIUM - enum entry in org.ossreviewtoolkit.model.vulnerabilities.Cvss3Rating
- MEDIUM - enum entry in org.ossreviewtoolkit.model.vulnerabilities.Cvss4Rating
- merge(org.ossreviewtoolkit.model.PackageCurationData) - function in org.ossreviewtoolkit.model.PackageCurationData
- Merge with other curation data.
- merge(org.ossreviewtoolkit.model.VcsInfo) - function in org.ossreviewtoolkit.model.VcsInfo
- Merge two sources of VCS information by mixing and matching fields to get as complete information as possible.
- merge(org.ossreviewtoolkit.model.VcsInfoCurationData) - function in org.ossreviewtoolkit.model.VcsInfoCurationData
- Merge with other curation data.
- merge(org.ossreviewtoolkit.model.config.RepositoryAnalyzerConfiguration) - function in org.ossreviewtoolkit.model.config.AnalyzerConfiguration
- Merge this AnalyzerConfiguration with other.
- merge(org.ossreviewtoolkit.model.config.PackageManagerConfiguration) - function in org.ossreviewtoolkit.model.config.PackageManagerConfiguration
- Merge this PackageManagerConfiguration with other.
- merge(org.ossreviewtoolkit.model.config.Resolutions) - function in org.ossreviewtoolkit.model.config.Resolutions
- Merge this Resolutions with other.
- merge(org.ossreviewtoolkit.model.licenses.LicenseClassifications) - function in org.ossreviewtoolkit.model.licenses.LicenseClassifications
- Merge other into these classifications, overwriting any conflicting existing classifications.
- mergeLabels(org.ossreviewtoolkit.model.OrtResult,java.util.Map) - function in org.ossreviewtoolkit.model.utils.OrtResultExtensionsKt
- Copy this OrtResult and add all labels to the existing labels, overwriting existing labels on conflict.
- mergeScanResultsByScanner(java.util.Map,org.ossreviewtoolkit.model.KnownProvenance) - function in org.ossreviewtoolkit.model.utils.ScanResultUtilsKt
- Merge the nested ScanResults into one ScanResult per used scanner.
- MITIGATED_VULNERABILITY - enum entry in org.ossreviewtoolkit.model.config.VulnerabilityResolutionReason
The vulnerability is valid but has been mitigated, e.g., measures have been taken to ensure this vulnerability can not be exploited.