Tag all security queries in supported languages' experimental directories with an experimental tag

This commit is contained in:
turbo
2022-12-14 17:15:50 +01:00
parent a92acf5218
commit 4ec401a3f6
148 changed files with 155 additions and 3 deletions

View File

@@ -6,6 +6,7 @@
* @id cpp/off-by-one-array-access
* @tags reliability
* security
* experimental
*/
import cpp

View File

@@ -7,6 +7,7 @@
* @id cpp/overrun-write
* @tags reliability
* security
* experimental
* external/cwe/cwe-119
* external/cwe/cwe-131
*/

View File

@@ -9,6 +9,7 @@
* @tags reliability
* security
* external/cwe/cwe-476
* experimental
*/
import cpp

View File

@@ -9,6 +9,7 @@
* @precision medium
* @tags correctness
* security
* experimental
* external/cwe/cwe-20
*/

View File

@@ -11,6 +11,7 @@
* @problem.severity warning
* @security-severity 7.5
* @tags security
* experimental
* external/cwe/cwe-020
*/

View File

@@ -8,6 +8,7 @@
* @precision high
* @id cpp/wordexp-injection
* @tags security
* experimental
* external/cwe/cwe-078
*/

View File

@@ -8,6 +8,7 @@
* @tags correctness
* maintainability
* security
* experimental
* external/cwe/cwe-1041
*/

View File

@@ -9,6 +9,7 @@
* @precision medium
* @tags correctness
* security
* experimental
* external/cwe/cwe-1126
*/

View File

@@ -6,6 +6,7 @@
* @id cpp/memory-unsafe-function-scan
* @tags reliability
* security
* experimental
* external/cwe/cwe-120
*/

View File

@@ -7,6 +7,7 @@
* @precision medium
* @tags correctness
* security
* experimental
* external/cwe/cwe-125
*/

View File

@@ -6,6 +6,7 @@
* @precision low
* @tags security
* correctness
* experimental
* external/cwe/cwe-190
* external/cwe/cwe-128
* @id cpp/multiplication-overflow-in-alloc

View File

@@ -7,6 +7,7 @@
* @precision medium
* @tags correctness
* security
* experimental
* external/cwe/cwe-190
*/

View File

@@ -7,6 +7,7 @@
* @id cpp/constant-array-overflow
* @tags reliability
* security
* experimental
*/
import experimental.semmle.code.cpp.semantic.analysis.RangeAnalysis

View File

@@ -8,6 +8,7 @@
* @id cpp/invalid-pointer-deref
* @tags reliability
* security
* experimental
* external/cwe/cwe-119
* external/cwe/cwe-125
* external/cwe/cwe-193

View File

@@ -8,6 +8,7 @@
* @tags correctness
* maintainability
* security
* experimental
* external/cwe/cwe-200
* external/cwe/cwe-264
*/

View File

@@ -7,6 +7,7 @@
* @precision medium
* @tags correctness
* security
* experimental
* external/cwe/cwe-243
* external/cwe/cwe-252
*/

View File

@@ -8,6 +8,7 @@
* @tags correctness
* maintainability
* security
* experimental
* external/cwe/cwe-266
* external/cwe/cwe-264
* external/cwe/cwe-200

View File

@@ -8,6 +8,7 @@
* @problem.severity recommendation
* @id cpp/drop-linux-privileges-outoforder
* @tags security
* experimental
* external/cwe/cwe-273
* @precision medium
*/

View File

@@ -5,6 +5,7 @@
* @problem.severity error
* @id cpp/pam-auth-bypass
* @tags security
* experimental
* external/cwe/cwe-285
*/

View File

@@ -6,6 +6,7 @@
* @problem.severity error
* @id cpp/private-cleartext-write
* @tags security
* experimental
* external/cwe/cwe-359
*/

View File

@@ -11,6 +11,7 @@
* @problem.severity warning
* @security-severity 7.5
* @tags security
* experimental
* external/cwe/cwe-362
*/

View File

@@ -7,6 +7,7 @@
* @precision medium
* @tags correctness
* security
* experimental
* external/cwe/cwe-377
*/

View File

@@ -8,6 +8,7 @@
* @precision medium
* @tags correctness
* security
* experimental
* external/cwe/cwe-401
*/

View File

@@ -6,6 +6,7 @@
* @problem.severity warning
* @precision medium
* @tags security
* experimental
* external/cwe/cwe-415
*/

View File

@@ -7,6 +7,7 @@
* @precision medium
* @tags correctness
* security
* experimental
* external/cwe/cwe-476
* external/cwe/cwe-415
*/

View File

@@ -8,6 +8,7 @@
* @precision medium
* @tags correctness
* security
* experimental
* external/cwe/cwe-561
* external/cwe/cwe-691
* external/cwe/cwe-478

View File

@@ -7,6 +7,7 @@
* @precision medium
* @tags correctness
* security
* experimental
* external/cwe/cwe-670
*/

View File

@@ -6,6 +6,7 @@
* @problem.severity warning
* @precision medium
* @tags security
* experimental
* external/cwe/cwe-675
* external/cwe/cwe-666
*/

View File

@@ -10,6 +10,7 @@
* @precision medium
* @tags correctness
* security
* experimental
* external/cwe/cwe-691
*/

View File

@@ -8,6 +8,7 @@
* @precision medium
* @tags correctness
* security
* experimental
* external/cwe/cwe-691
*/

View File

@@ -7,6 +7,7 @@
* @precision medium
* @tags correctness
* security
* experimental
* external/cwe/cwe-703
* external/cwe/cwe-248
* external/cwe/cwe-390

View File

@@ -7,6 +7,7 @@
* @precision medium
* @tags correctness
* security
* experimental
* external/cwe/cwe-754
* external/cwe/cwe-908
*/

View File

@@ -8,6 +8,7 @@
* @problem.severity warning
* @precision medium
* @tags security
* experimental
* external/cwe/cwe-758
*/

View File

@@ -8,6 +8,7 @@
* @precision medium
* @tags maintainability
* readability
* experimental
* external/cwe/cwe-783
* external/cwe/cwe-480
*/

View File

@@ -8,6 +8,7 @@
* @precision medium
* @tags correctness
* security
* experimental
* external/cwe/cwe-783
* external/cwe/cwe-480
*/

View File

@@ -6,6 +6,7 @@
* @problem.severity warning
* @tags reliability
* security
* experimental
* external/cwe/cwe-787
*/

View File

@@ -8,6 +8,7 @@
* @precision medium
* @tags correctness
* security
* experimental
* external/cwe/cwe-788
*/