-
Notifications
You must be signed in to change notification settings - Fork 364
Description
Is your feature request related to a problem? Please describe.
PCLint rule that we created on the CXX plugin is not linked the CWE standards, so the security report is showing null even if there are pclint related issues in the code.
This is needed to have the security report that is generated for all the software security validations like CWE , OWASP.
For now, CXX plugin is missing this mapping and the security reports which we get is empty with no findings even with failures on the code.
Describe the solution you'd like
Would like to map the PCLint failures with security tags like CWE, OWASP .. and get the report with proper ratings of the related failures
Additional context
This is the report if we use the in-built plugin that generates the ratings for the code failures we have
This is the report that is generated with CXX plugin
Please check and let me know whether we are missing some configuration to enable this.
Thanks in advance