We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d1ef92 commit e18d8c5Copy full SHA for e18d8c5
csharp/ql/src/experimental/CWE-099/TaintedWebClient.ql
@@ -1,18 +1,16 @@
1
/**
2
* @name Uncontrolled data used in a WebClient
3
- * @description The WebClient class allow developers to request resources,
+ * @description The WebClient class allows developers to request resources,
4
* accessing resources influenced by users can allow an attacker to access local files.
5
* @kind path-problem
6
* @problem.severity error
7
* @precision high
8
* @id cs/webclient-path-injection
9
* @tags security
10
* external/cwe/cwe-099
11
- * external/cwe/cwe-022
12
* external/cwe/cwe-023
13
* external/cwe/cwe-036
14
* external/cwe/cwe-073
15
16
*/
17
18
import csharp
0 commit comments