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

com.cx.restclient.ast.dto.sca.report.PackageSeverity Maven / Gradle / Ivy

The newest version!
package com.cx.restclient.ast.dto.sca.report;

public enum PackageSeverity {
    /**
     * Package was scanned but no vulnerabilities were detected.
     */
    NONE,

    LOW,
    MEDIUM,
    HIGH,
    CRITICAL
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy