Hi, I am trying to use your library to parse CSAF advisories. I see that generator.py and analyzer.py are robustly done and useful in the task.
However, CSAFParser seems to miss many elements in the generator and analyzer. Do you know if we are not supposed to use this standalone class?
Till today, I have found many missing elements in the parser and if possible I would like to contribute to the library.
Hi, I am trying to use your library to parse CSAF advisories. I see that
generator.pyandanalyzer.pyare robustly done and useful in the task.However,
CSAFParserseems to miss many elements in the generator and analyzer. Do you know if we are not supposed to use this standalone class?Till today, I have found many missing elements in the parser and if possible I would like to contribute to the library.
CSAFParserclass could be made flexible so that it would allow for JSON object of csaf adversaries data. For example, fetching the URL of the advisory returns JSON data. If this is done, parsing all elements would be easier.