Package org.owasp.dependencycheck.utils
Includes various utility classes such as a Settings wrapper, a Checksum utility, etc.
-
Class Summary Class Description CvssUtil Utility class to create CVSS Objects.DateUtil DBUtils Collection of utility methods for working with database objects.DependencyVersion Simple object to track the parts of a version number.DependencyVersionUtil A utility class to extract version numbers from file names (or other strings containing version numbers.ExtractionUtil Set of utilities to extract files from archives.FileFilterBuilder Utility class for building usefulFileFilter
instances forAbstractFileTypeAnalyzer
implementations.Filter<T> This is an abstract filter that can be used to filter iterable list.InterpolationUtil Pair<L,R> A generic pair of elements.PEParser PyPACoreMetadataParser A utility class to handle Python Packaging Authority (PyPA) core metadata files.SeverityUtil Utility to estimate severity level scores.UrlStringUtils Utils WriteLock A lock file implementation; creates a custom lock file so that only a single instance of dependency-check can update the a given resource.WriteLockCleanupHook A cleanup hook that will register with the JVM to remove the WriteLock file during an unexpected shutdown.WriteLockShutdownHook Definition of the shutdown hook used during the unexpected shutdown during the update process of a resources.WriteLockShutdownHookFactory Simple factory to instantiate the Write Lock Shutdown Hook. -
Enum Summary Enum Description InterpolationUtil.SyntaxStyle The syntax style for the interpolation.