concept
Analysis
#cwe
#mitre
#taxonomy
#security

CWE Mapping — Mapping findings to MITRE CWE

CWE (Common Weakness Enumeration) is the MITRE taxonomy of software weaknesses. Decoder attaches a CWE ID where applicable so findings are comparable across tools and reports.

What it is

Standard ID (e.g. CWE-798) attached to a finding to describe the weakness class.

Why it's useful

Stable vocabulary across SAST tools, easy mapping to OWASP Top 10 and compliance frameworks.

How Decoder implements it

Rules declare a cweId; the report renders it as a link to the MITRE entry.

When to use it

Compliance reporting, dedup across multiple scanners, training material.

When NOT to use it

Quick local triage — the severity badge is enough.

Practical example

A hardcoded credential lands as CWE-798; SQL injection as CWE-89.

FAQ

Glossary

CWE
Common Weakness Enumeration — MITRE's catalog of software weaknesses.
MITRE
Non-profit that maintains CWE, CVE, and ATT&CK.

Related