mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Merge pull request #20395 from michaelnebel/javascript/code-quality-extended
JS: Add most `medium` precision queries to the `code-quality-extended` suite.
This commit is contained in:
@@ -5,8 +5,9 @@
|
||||
* @kind problem
|
||||
* @problem.severity recommendation
|
||||
* @id js/call-stack-introspection
|
||||
* @tags maintainability
|
||||
* language-features
|
||||
* @tags quality
|
||||
* reliability
|
||||
* correctness
|
||||
* @precision medium
|
||||
*/
|
||||
|
||||
|
||||
@@ -4,9 +4,10 @@
|
||||
* @kind problem
|
||||
* @problem.severity recommendation
|
||||
* @id js/debugger-statement
|
||||
* @tags efficiency
|
||||
* maintainability
|
||||
* language-features
|
||||
* @tags quality
|
||||
* reliability
|
||||
* correctness
|
||||
* performance
|
||||
* external/cwe/cwe-489
|
||||
* @precision medium
|
||||
*/
|
||||
|
||||
@@ -5,8 +5,9 @@
|
||||
* @kind problem
|
||||
* @problem.severity recommendation
|
||||
* @id js/eval-call
|
||||
* @tags maintainability
|
||||
* language-features
|
||||
* @tags quality
|
||||
* reliability
|
||||
* correctness
|
||||
* external/cwe/cwe-676
|
||||
* @precision medium
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user