Package org.owasp.dependencycheck.data.nuget
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.
-
ClassDescriptionParses `Directory.Build.props`.Parses a nuget's Directory.Packages.props file using XPath.Exception during the parsing of a MSBuild Project file.Exception during the parsing of a packages.config file.Represents the contents of a Nuspec manifest.Represents a reference to a NuGet package and version.Exception during the parsing of a Nuspec file.Parses a MSBuild project file for NuGet references using XPath.Parse a packages.config file using XPath.Parse a Nuspec file using XPath.