From f58268064ed13552a565e2fdee0d4f3ab40f1b79 Mon Sep 17 00:00:00 2001 From: Owen Mansel-Chan Date: Tue, 12 May 2026 15:23:05 +0100 Subject: [PATCH] Add change note for alphanumeric regex change --- .../change-notes/2026-05-12-improved-alphanumeric-regex.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 actions/ql/lib/change-notes/2026-05-12-improved-alphanumeric-regex.md diff --git a/actions/ql/lib/change-notes/2026-05-12-improved-alphanumeric-regex.md b/actions/ql/lib/change-notes/2026-05-12-improved-alphanumeric-regex.md new file mode 100644 index 00000000000..b87890a70ac --- /dev/null +++ b/actions/ql/lib/change-notes/2026-05-12-improved-alphanumeric-regex.md @@ -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. \ No newline at end of file