Support CWE mapping in upcoming cppcheck 1.73

XMLWordPrintable

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Minor
    • Component/s: cppcheck-plugin
    • None

      Upcoming cppcheck is going to support mappings of cppcheck errors to CWE ids (see http://cwe.mitre.org/).
      Example error message in XML:

      <error id="resourceLeak" severity="error" msg="Resource leak: hFile" verbose="Resource leak: hFile" cwe="775">
                  <location file="shell/source/win32/shlxthandler/infotips/infotips.cxx" line="136"/>
              </error>
      

      Maye be the plugin can show them as well.

            Assignee:
            Gregory Boissinot
            Reporter:
            Alexander Mai
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: