mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
6 lines
357 B
Markdown
6 lines
357 B
Markdown
lgtm,codescanning
|
|
* The extractor is now assembly-insensitive by default. This means that two entities
|
|
with the same fully-qualified name are now mapped to the same entity in the resulting
|
|
database, regardless of whether they belong to different assemblies. Assembly
|
|
sensitivity can be reenabled by passing `--assemblysensitivetrap` to the extractor.
|