Uses of Class
org.owasp.dependencycheck.data.nuget.NuspecParseException
Packages that use NuspecParseException
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 NuspecParseException in org.owasp.dependencycheck.data.nuget
Methods in org.owasp.dependencycheck.data.nuget that throw NuspecParseExceptionModifier and TypeMethodDescriptionXPathNuspecParser.parse(InputStream stream) Parse an input stream and return the resultingNugetPackage.