Uses of Class
org.owasp.dependencycheck.data.nuget.NugetPackageReference
Packages that use NugetPackageReference
Package
Description
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.
-
Uses of NugetPackageReference in org.owasp.dependencycheck.data.nuget
Subclasses of NugetPackageReference in org.owasp.dependencycheck.data.nugetModifier and TypeClassDescriptionclassRepresents the contents of a Nuspec manifest.Methods in org.owasp.dependencycheck.data.nuget that return types with arguments of type NugetPackageReferenceModifier and TypeMethodDescriptionXPathMSBuildProjectParser.parse(InputStream stream, Properties props, Map<String, String> centrallyManaged) Parses the given stream for MSBuild PackageReference elements.XPathNugetconfParser.parse(InputStream stream) Parse an input stream and return the resultingNugetPackage.