diff --git a/go/ql/lib/change-notes/2025-11-11-path-transformer.md b/go/ql/lib/change-notes/2025-11-11-path-transformer.md new file mode 100644 index 00000000000..c36cf8fb83e --- /dev/null +++ b/go/ql/lib/change-notes/2025-11-11-path-transformer.md @@ -0,0 +1,7 @@ +--- +category: fix +--- +* Some fixes relating to use of path transformers when extracting a database: + * Fixed a problem where the path transformer would be ignored when extracting older codebases that predate the use of Go modules. + * The environment variable `CODEQL_PATH_TRANSFORMER` is now recognized, in addition to `SEMMLE_PATH_TRANSFORMER`. + * Fixed some cases where the extractor emitted paths without applying the path transformer.