Go: add change-note for path transformer fixes

This commit is contained in:
Nick Rolfe
2025-11-11 15:43:38 +00:00
parent e32a5ca846
commit e5ba4143ff

View File

@@ -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.