Uses of Package
org.owasp.dependencycheck.data.nuget
-
Packages that use org.owasp.dependencycheck.data.nuget Package Description org.owasp.dependencycheck.data.nuget Contains classes related to parsing Nuget related files
These are used to abstract away Nuget-related handling from Dependency Check so they can be used elsewhere. -
Classes in org.owasp.dependencycheck.data.nuget used by org.owasp.dependencycheck.data.nuget Class Description MSBuildProjectParseException Exception during the parsing of a MSBuild Project file.NugetconfParseException Exception during the parsing of a packages.config file.NugetPackage Represents the contents of a Nuspec manifest.NugetPackageReference Represents a reference to a NuGet package and version.NuspecParseException Exception during the parsing of a Nuspec file.