csaf-parser icon indicating copy to clipboard operation
csaf-parser copied to clipboard

OASIS TC Open Repository: CSAF Parser tool for parsing and checking the syntax of the Common Vulnerability Reporting Framework (CVRF) content

Results 4 csaf-parser issues
Sort by recently updated
recently updated
newest added

Environment information: - Windows 10, main Python installation is 3.10, also have 3.9.12 installed - Tried both Python 3.10 with latest lxml (4.8.0) and a 3.9 venv with matching lxml...

As we close in on the CSAF v2.0 specification we should plan on providing a reference implementation for a CSAF v2.0 parser. @tschmidtb51, @santosomar - I would label this as...

enhancement

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...

bug

Currently, the tool is only usable via the command line. Ideally, the actual parsing behavior would be accessible via an API, and the package could be installed from PyPI, for...

enhancement