mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
1.2 KiB
1.2 KiB
2.1.1
Minor Analysis Improvements
- Added member predicates
StructTag.hasOwnFieldWithTagandField.getTag, which enable CodeQL queries to examine struct field tags. - Added member predicate
InterfaceType.hasPrivateMethodWithQualifiedName, which enables CodeQL queries to distinguish interfaces with matching non-exported method names that are declared in different packages, and are therefore incompatible. - Local source models with the
stdinsource kind have been added for the variableos.Stdinand the functionsfmt.Scan,fmt.Scanfandfmt.Scanln. You can optionally include threat models as appropriate when using the CodeQL CLI and in GitHub code scanning. For more information, see Analyzing your code with CodeQL queries and Customizing your advanced setup for code scanning.