mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
ruby: add change notes
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* The query `rb/uninitialized-local-variable` now take various guards into account and should produce fewer false positives. It also now comes with a help file.
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
category: queryMetadata
|
||||
---
|
||||
* The query `rb/uninitialized-local-variable` now only produces alerts when it can find local flow; we have adjusted the precision to 'medium'.
|
||||
@@ -8,7 +8,7 @@
|
||||
* @tags quality
|
||||
* reliability
|
||||
* correctness
|
||||
* @precision high
|
||||
* @precision medium
|
||||
*/
|
||||
|
||||
import codeql.ruby.AST
|
||||
|
||||
Reference in New Issue
Block a user