ruby: add change notes

This commit is contained in:
yoff
2025-04-03 12:12:44 +02:00
parent 53c88da91b
commit 8555e8c8c8
3 changed files with 9 additions and 1 deletions

View File

@@ -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.

View 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'.

View File

@@ -8,7 +8,7 @@
* @tags quality
* reliability
* correctness
* @precision high
* @precision medium
*/
import codeql.ruby.AST