From 6ed24f22b50118b44a77b52ebf1a0b08cb83710b Mon Sep 17 00:00:00 2001 From: Chris Smowton Date: Tue, 6 Jan 2026 13:01:37 +0000 Subject: [PATCH] Change notes --- .../2026-01-06-paths-directives-ancillary-data.md | 4 ++++ .../2026-01-06-paths-directives-ancillary-data.md | 4 ++++ .../2026-01-06-paths-directives-ancillary-data.md | 4 ++++ 3 files changed, 12 insertions(+) create mode 100644 csharp/ql/lib/change-notes/2026-01-06-paths-directives-ancillary-data.md create mode 100644 go/ql/lib/change-notes/2026-01-06-paths-directives-ancillary-data.md create mode 100644 python/ql/lib/change-notes/2026-01-06-paths-directives-ancillary-data.md diff --git a/csharp/ql/lib/change-notes/2026-01-06-paths-directives-ancillary-data.md b/csharp/ql/lib/change-notes/2026-01-06-paths-directives-ancillary-data.md new file mode 100644 index 00000000000..ac96e579147 --- /dev/null +++ b/csharp/ql/lib/change-notes/2026-01-06-paths-directives-ancillary-data.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* When a code-scanning configuration specifies the `paths:` and/or `paths-ignore:` settings, these are now taken into account by the C# extractor's search for `.config`, `.props`, XML and project files. diff --git a/go/ql/lib/change-notes/2026-01-06-paths-directives-ancillary-data.md b/go/ql/lib/change-notes/2026-01-06-paths-directives-ancillary-data.md new file mode 100644 index 00000000000..bf9c4553573 --- /dev/null +++ b/go/ql/lib/change-notes/2026-01-06-paths-directives-ancillary-data.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* When a code-scanning configuration specifies the `paths:` and/or `paths-ignore:` settings, these are now taken into account by the Go extractor's search for `.vue` and HTML files. diff --git a/python/ql/lib/change-notes/2026-01-06-paths-directives-ancillary-data.md b/python/ql/lib/change-notes/2026-01-06-paths-directives-ancillary-data.md new file mode 100644 index 00000000000..ed16f8b6565 --- /dev/null +++ b/python/ql/lib/change-notes/2026-01-06-paths-directives-ancillary-data.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* When a code-scanning configuration specifies the `paths:` and/or `paths-ignore:` settings, these are now taken into account by the Python extractor's search for YAML files.