Remove duplicated CWE in security tag

This commit is contained in:
Hector Cuesta
2020-05-19 15:12:43 +01:00
committed by GitHub
parent 7d1ef92fbf
commit e18d8c5234

View File

@@ -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