mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
684 B
684 B
0.8.8
Minor Analysis Improvements
- Added a new database relation to store compiler arguments specified inside
@[...].rspfile arguments. The arguments are returned byCompilation::getExpandedArgument/1andCompilation::getExpandedArguments/0. - C# 12: Added extractor, QL library and data flow support for collection expressions like
[1, y, 4, .. x]. - The C# extractor now accepts an extractor option
logging.verbositythat specifies the verbosity of the logs. The option is added viacodeql database create --language=csharp -Ologging.verbosity=debug ...or by setting the corresponding environment variableCODEQL_EXTRACTOR_CSHARP_OPTION_LOGGING_VERBOSITY.