All Classes and Interfaces
Class
Description
Abstract base class for dependency graph builders that provides the common implementation
for collecting dependency paths.
Interface for building dependency graphs with type-safe node creation.
Fixes the
File(String) constructor call to use the multi-argument constructor when relevant.Gradle-specific implementation of DependencyGraphBuilder that creates GradleDependencyNode instances
which preserve the full ResolvedDependency object.
Maven-specific implementation of DependencyGraphBuilder that creates standard DependencyNode instances.
This visitor detects path traversal vulnerabilities and inserts guards to prevent them.
A CycloneDX 1.6 Software Bill of Materials (SBOM).
Replaces constructor calls like
FileOutputStream(String) with
FileOutputStream(java.io.File) by adding the required
File constructor call.