Package 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.
These are used to abstract away Nuget-related handling from Dependency Check so they can be used elsewhere.
-
Class Summary Class Description DirectoryBuildPropsParser Parses `Directory.Build.props`.DirectoryPackagesPropsParser Parses a nuget's Directory.Packages.props file using XPath.NugetPackage Represents the contents of a Nuspec manifest.NugetPackageReference Represents a reference to a NuGet package and version.XPathMSBuildProjectParser Parses a MSBuild project file for NuGet references using XPath.XPathNugetconfParser Parse a packages.config file using XPath.XPathNuspecParser Parse a Nuspec file using XPath. -
Exception Summary Exception Description MSBuildProjectParseException Exception during the parsing of a MSBuild Project file.NugetconfParseException Exception during the parsing of a packages.config file.NuspecParseException Exception during the parsing of a Nuspec file.