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

eu.hansolo.sectools.KevCatalog Maven / Gradle / Ivy

Go to download

'A java library mainly focused on security related things like CVE, CVSS, EPSS etc.'

The newest version!
package eu.hansolo.sectools;

import java.time.LocalDateTime;
import java.util.List;


public record KevCatalog(String title, String catalogVersion, LocalDateTime dateReleased, long count, List vulnerabilities) { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy