Add change notes

This commit is contained in:
Owen Mansel-Chan
2025-10-09 12:24:58 +01:00
parent 3cbce80d0b
commit 37151791b4
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
---
category: deprecated
---
* The class `SqlInjection::NumericOrBooleanSanitizer` has been deprecated. Use `SimpleTypeSanitizer` from `semmle.go.security.Sanitizers` instead.

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The query `go/request-forgery` will no longer report alerts when the user input is of a simple type, like a number or a boolean.