csaf-parser
csaf-parser copied to clipboard
Potential Issue in 1.2 Vuln.xsd
I'm working on a Cyber analysis tool. In doing this, I create C# classes from XSD files using XSD.exe. When attempting to do this for cvrf.xsd, I kept getting the following error:
Error: Error generating classes for schema 'cvrf_common_prod_vuln_cpe-language_2_3'. The datatype 'http://scap.nist.gov/schema/cvss-v2/1.0:zeroToTenDecimalType' is missing.
In order to solve this issue, I had to change references from "cvssv2" to "cvssv3".