Audit SAST analyzers to ensure they are 14.0.x schema compatible

Proposal

We need to ensure all SAST analyzers are emitting 14.0+ schemas which face deprecation within &6968 (closed)

16 projects

Plan

The go report dependency is responsible for creating reports for our analyzers. report@v2.0.0 used schema version 3.0.0 while report@v2.1.0 uses schema version 14.0.0. Therefore, we need to double check the following for each project:

  • Analyzer uses report dependency version 2.1.0 or newer.
  • Analyzer uses the report dependency to create the report (it used to be the common dep)

I will create a comment below for each analyzer as I check them off with a link to the comment in this description.

Edited by Daniel Paul Searles