Parser Documentation Template

Use this template as part of writing a new parser.

  • Copy this .md file and add it to docs/integrations/parsers/file in the GitHub repository
  • Update the title to match the name of your new parser
  • Fill out all sections listed below

File Types

Specify all file types accepted by your parser. Include a process for creating the acceptable file from the related security tool.

Sample Scan Data / Unit Tests

Add a link to the relevant unit tests or sample scan data folder in the GitHub repository.

A link to the scanner itself - (e.g. GitHub or appropriate vendor link)

Last modified January 10, 2024: Parser guideline updates (#9271) (462c9a3f7)