Skip to content

Commit e18d8c5

Browse files
authored
Remove duplicated CWE in security tag
1 parent 7d1ef92 commit e18d8c5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

csharp/ql/src/experimental/CWE-099/TaintedWebClient.ql

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
/**
22
* @name Uncontrolled data used in a WebClient
3-
* @description The WebClient class allow developers to request resources,
3+
* @description The WebClient class allows developers to request resources,
44
* accessing resources influenced by users can allow an attacker to access local files.
55
* @kind path-problem
66
* @problem.severity error
77
* @precision high
88
* @id cs/webclient-path-injection
99
* @tags security
1010
* external/cwe/cwe-099
11-
* external/cwe/cwe-022
1211
* external/cwe/cwe-023
1312
* external/cwe/cwe-036
1413
* external/cwe/cwe-073
15-
* external/cwe/cwe-022
1614
*/
1715

1816
import csharp

0 commit comments

Comments
 (0)