Python/Ruby: Remove owasp tags

These are no longer correct, since the A1 category changed from 2017 to
2021, see https://owasp.org/Top10/#whats-changed-in-the-top-10-for-2021

Since only a very few queries had these tags, I think we're much better
off having them removed.
This commit is contained in:
Rasmus Wriedt Larsen 2021-11-16 12:03:50 +01:00
Родитель 7c3b68b7f8
Коммит 98e6fc8a88
6 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -9,7 +9,6 @@
* @id py/path-injection * @id py/path-injection
* @tags correctness * @tags correctness
* security * security
* external/owasp/owasp-a1
* external/cwe/cwe-022 * external/cwe/cwe-022
* external/cwe/cwe-023 * external/cwe/cwe-023
* external/cwe/cwe-036 * external/cwe/cwe-036

Просмотреть файл

@ -10,7 +10,6 @@
* @id py/command-line-injection * @id py/command-line-injection
* @tags correctness * @tags correctness
* security * security
* external/owasp/owasp-a1
* external/cwe/cwe-078 * external/cwe/cwe-078
* external/cwe/cwe-088 * external/cwe/cwe-088
*/ */

Просмотреть файл

@ -9,7 +9,6 @@
* @id py/sql-injection * @id py/sql-injection
* @tags security * @tags security
* external/cwe/cwe-089 * external/cwe/cwe-089
* external/owasp/owasp-a1
*/ */
import python import python

Просмотреть файл

@ -9,7 +9,6 @@
* @precision high * @precision high
* @id py/code-injection * @id py/code-injection
* @tags security * @tags security
* external/owasp/owasp-a1
* external/cwe/cwe-094 * external/cwe/cwe-094
* external/cwe/cwe-095 * external/cwe/cwe-095
* external/cwe/cwe-116 * external/cwe/cwe-116

Просмотреть файл

@ -9,7 +9,6 @@
* @id rb/sql-injection * @id rb/sql-injection
* @tags security * @tags security
* external/cwe/cwe-089 * external/cwe/cwe-089
* external/owasp/owasp-a1
*/ */
import ruby import ruby

Просмотреть файл

@ -9,7 +9,6 @@
* @precision high * @precision high
* @id rb/code-injection * @id rb/code-injection
* @tags security * @tags security
* external/owasp/owasp-a1
* external/cwe/cwe-094 * external/cwe/cwe-094
* external/cwe/cwe-095 * external/cwe/cwe-095
* external/cwe/cwe-116 * external/cwe/cwe-116