Skip to content

Commit 2eda767

Browse files
authored
Merge pull request #23 from ossf/cwe
Add CWE
2 parents 7bbd80f + c1bcaf5 commit 2eda767

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Common Weakness Enumeration (CWE)
3+
status: Completed
4+
category: concept
5+
tags: ["fundamental", "", ""]
6+
---
7+
8+
"Common Weakness Enumeration (CWE™) is a community-developed list
9+
of common software and hardware weaknesses. A “weakness” is a
10+
condition in a software, firmware, hardware, or service component
11+
that, under certain circumstances, could contribute to the introduction
12+
of vulnerabilities."
13+
14+
Examples of CWEs are:
15+
16+
* "Improper Neutralization of Input During Web
17+
Page Generation ('Cross-site Scripting')" (CWE-79),
18+
* "Out-of-bounds Write" (CWE-787)
19+
* "Improper Neutralization of Special Elements used in an SQL Command
20+
('SQL Injection')" (CWE-89)
21+
22+
Each CWE identifies a *type* of vulnerability.
23+
A specific vulnerability in a specific product, once publicly known,
24+
would receive a *CVE* identifier (not a CWE identifier).
25+
26+
Source: https://cwe.mitre.org/about/index.html

wordlist.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ CSP
5757
CSPM
5858
csrc
5959
customizable
60+
CWE
61+
CWEs
6062
CVE
6163
CVSS
6264
cwe

0 commit comments

Comments
 (0)