From 6fb6923f63eb94dff9d423f75d6de5cb9d093031 Mon Sep 17 00:00:00 2001 From: Chris Smowton Date: Tue, 16 Dec 2025 14:02:10 +0000 Subject: [PATCH] Change note --- java/ql/lib/change-notes/2025-12-16-java-xml-paths.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 java/ql/lib/change-notes/2025-12-16-java-xml-paths.md diff --git a/java/ql/lib/change-notes/2025-12-16-java-xml-paths.md b/java/ql/lib/change-notes/2025-12-16-java-xml-paths.md new file mode 100644 index 00000000000..877d0e7e2ed --- /dev/null +++ b/java/ql/lib/change-notes/2025-12-16-java-xml-paths.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 Java extractor's search for XML and properties files.