mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
Python: Add many medium precision queries to the code-quality-extended suite.
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
* @name Importing value of mutable attribute
|
||||
* @description Importing the value of a mutable attribute directly means that changes in global state will not be observed locally.
|
||||
* @kind problem
|
||||
* @tags reliability
|
||||
* maintainability
|
||||
* modularity
|
||||
* @tags quality
|
||||
* reliability
|
||||
* correctness
|
||||
* @problem.severity warning
|
||||
* @sub-severity high
|
||||
* @precision medium
|
||||
|
||||
Reference in New Issue
Block a user