Skip to content

Commit 6cd9e62

Browse files
authored
Add CWE-676 to cwe mapping (#874)
1 parent bb4a1e3 commit 6cd9e62

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cwe/data.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,11 @@ var (
129129
Description: "The software constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component.",
130130
Name: "Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')",
131131
},
132+
{
133+
ID: "676",
134+
Description: "The program invokes a potentially dangerous function that could introduce a vulnerability if it is used incorrectly, but the function can also be used safely.",
135+
Name: "Use of Potentially Dangerous Function",
136+
},
132137
}
133138
)
134139

0 commit comments

Comments
 (0)