mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Remove duplicated CWE in security tag
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @name Uncontrolled data used in a WebClient
|
||||
* @description The WebClient class allow developers to request resources,
|
||||
* @description The WebClient class allows developers to request resources,
|
||||
* accessing resources influenced by users can allow an attacker to access local files.
|
||||
* @kind path-problem
|
||||
* @problem.severity error
|
||||
@@ -8,11 +8,9 @@
|
||||
* @id cs/webclient-path-injection
|
||||
* @tags security
|
||||
* external/cwe/cwe-099
|
||||
* external/cwe/cwe-022
|
||||
* external/cwe/cwe-023
|
||||
* external/cwe/cwe-036
|
||||
* external/cwe/cwe-073
|
||||
* external/cwe/cwe-022
|
||||
*/
|
||||
|
||||
import csharp
|
||||
|
||||
Reference in New Issue
Block a user