Add change note for alphanumeric regex change

This commit is contained in:
Owen Mansel-Chan
2026-05-12 15:23:05 +01:00
committed by Owen Mansel-Chan
parent 2067113177
commit f58268064e

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The GitHub Actions analysis now recognizes more Bash regex checks that restrict a value to alphanumeric characters. This may reduce false positive results where command output is validated with grouped or optional alphanumeric patterns before being used.