All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.pmckeown.dependencytrack.Constants Maven / Gradle / Ivy

Go to download

Maven plugin to integrate with a Dependency Track server to submit dependency manifests and gather project metrics.

There is a newer version: 1.7.0
Show newest version
package io.github.pmckeown.dependencytrack;

public final class Constants {

    private Constants() {
        // Hiding implicit constructor
    }

    public static final String DELIMITER = "========================================================================";

    public static final String FINDINGS_UNAUDITED = "Findings Unaudited";
    public static final String INHERITED_RISK_SCORE = "Inherited Risk Score";
    public static final String METRIC = "Metric";
    public static final String VALUE = "Value";
    public static final String CRITICAL = "Critical";
    public static final String HIGH = "High";
    public static final String MEDIUM = "Medium";
    public static final String LOW = "Low";
    public static final String UNASSIGNED = "Unassigned";
    public static final String VULNERABILITIES = "Vulnerabilities";
    public static final String VULNERABLE_COMPONENTS = "Vulnerable Components";
    public static final String COMPONENTS = "Components";
    public static final String SUPPRESSED = "Suppressed";
    public static final String FINDINGS_TOTAL = "Findings Total";
    public static final String FINDINGS_AUDITED = "Findings Audited";
    public static final String FIRST_OCCURRENCE = "First Occurrence";
    public static final String LAST_OCCURRENCE = "Last Occurrence";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy