Commit 264240c
2 files changed
+2
-2
lines changed- .github/workflows/codeqltest.yml+6-6
- downgrades/90fa7836e0a239f69bbebffcf342e92c240d54bc/exprs.ql+41
- downgrades/90fa7836e0a239f69bbebffcf342e92c240d54bc/go.dbscheme+531
- downgrades/90fa7836e0a239f69bbebffcf342e92c240d54bc/old.dbscheme+547
- downgrades/90fa7836e0a239f69bbebffcf342e92c240d54bc/types.ql+31
- downgrades/90fa7836e0a239f69bbebffcf342e92c240d54bc/upgrade.properties+6
- downgrades/initial/go.dbscheme+531
- downgrades/qlpack.yml+4
- extractor/dbscheme/tables.go+54-5
- extractor/extractor.go+405-44
- extractor/trap/labels.go+25-15
- extractor/trap/trapwriter.go+27-11
- go.mod+1-1
- ql/lib/CHANGELOG.md+24
- ql/lib/change-notes/released/0.0.10.md+1
- ql/lib/change-notes/released/0.0.11.md+1
- ql/lib/change-notes/released/0.0.12.md+1
- ql/lib/change-notes/released/0.1.0.md+5
- ql/lib/change-notes/released/0.1.1.md+5
- ql/lib/change-notes/released/0.1.2.md+5
- ql/lib/codeql-pack.release.yml+1-1
- ql/lib/go.dbscheme+73-57
- ql/lib/qlpack.yml+1-1
- ql/lib/semmle/go/AST.qll+18
- ql/lib/semmle/go/Decls.qll+53-2
- ql/lib/semmle/go/Expr.qll+131-12
- ql/lib/semmle/go/Types.qll+330-20
- ql/lib/semmle/go/controlflow/ControlFlowGraphImpl.qll+4
- ql/lib/semmle/go/dataflow/internal/DataFlowDispatch.qll+2-2
- ql/lib/semmle/go/dataflow/internal/DataFlowImplConsistency.qll-196
- ql/lib/semmle/go/dataflow/internal/DataFlowNodes.qll+28-10
- ql/lib/semmle/go/dataflow/internal/DataFlowPrivate.qll+34-2
- ql/lib/semmle/go/frameworks/Beego.qll+1-1
- ql/lib/semmle/go/frameworks/BeegoOrm.qll+1-1
- ql/lib/semmle/go/security/IncorrectIntegerConversionLib.qll+1
- ql/lib/semmle/go/security/TaintedPathCustomizations.qll+3-2
- ql/lib/upgrades/8f168c8af3fee9b57bcfce85bb2ab708a5e3c828/exprs.ql+33
- ql/lib/upgrades/8f168c8af3fee9b57bcfce85bb2ab708a5e3c828/go.dbscheme+547
- ql/lib/upgrades/8f168c8af3fee9b57bcfce85bb2ab708a5e3c828/old.dbscheme+531
- ql/lib/upgrades/8f168c8af3fee9b57bcfce85bb2ab708a5e3c828/types.ql+21
- ql/lib/upgrades/8f168c8af3fee9b57bcfce85bb2ab708a5e3c828/upgrade.properties+4
- ql/src/CHANGELOG.md+12
- ql/src/change-notes/released/0.0.10.md+1
- ql/src/change-notes/released/0.0.11.md+1
- ql/src/change-notes/released/0.0.12.md+1
- ql/src/change-notes/released/0.1.0.md+1
- ql/src/change-notes/released/0.1.1.md+1
- ql/src/change-notes/released/0.1.2.md+1
- ql/src/codeql-pack.release.yml+1-1
- ql/src/qlpack.yml+1-1
- ql/test/library-tests/semmle/go/Function/GenericFunctionInstantiationExpr.expected+8
- ql/test/library-tests/semmle/go/Function/GenericFunctionInstantiationExpr.ql+4
- ql/test/library-tests/semmle/go/Function/TypeParamType.expected+15
- ql/test/library-tests/semmle/go/Function/TypeParamType.ql+4
- ql/test/library-tests/semmle/go/Function/genericFunctions.go+148
- ql/test/library-tests/semmle/go/Function/genericFunctions2.go+6
- ql/test/library-tests/semmle/go/Function/getParameter.expected+12
- ql/test/library-tests/semmle/go/Function/getTypeParameter.expected+15
- ql/test/library-tests/semmle/go/Function/getTypeParameter.ql+6
- ql/test/library-tests/semmle/go/Function/go.mod+6
- ql/test/library-tests/semmle/go/Function/vendor/github.com/anotherpkg/README.md+1
- ql/test/library-tests/semmle/go/Function/vendor/github.com/anotherpkg/anotherpkg.go+6
- ql/test/library-tests/semmle/go/Function/vendor/modules.txt+3
- ql/test/library-tests/semmle/go/PrintAst/PrintAst.expected+28-28
- ql/test/library-tests/semmle/go/PrintAst/PrintAstExcludeComments.expected+28-28
- ql/test/library-tests/semmle/go/Types/Field_getPackage.expected+11
- ql/test/library-tests/semmle/go/Types/Field_hasQualifiedName2.expected+11
- ql/test/library-tests/semmle/go/Types/Field_hasQualifiedName3.expected+11
- ql/test/library-tests/semmle/go/Types/GenericTypeInstantiationExpr.expected+19
- ql/test/library-tests/semmle/go/Types/GenericTypeInstantiationExpr.ql+4
- ql/test/library-tests/semmle/go/Types/ImplementsComparable.expected
- ql/test/library-tests/semmle/go/Types/ImplementsComparable.ql+21
- ql/test/library-tests/semmle/go/Types/MethodCount.expected+12
- ql/test/library-tests/semmle/go/Types/MethodTypes.expected+32
- ql/test/library-tests/semmle/go/Types/Method_hasQualifiedName2.expected+32
- ql/test/library-tests/semmle/go/Types/Method_hasQualifiedName3.expected+32
- ql/test/library-tests/semmle/go/Types/Methods.expected+32
- ql/test/library-tests/semmle/go/Types/QualifiedNames.expected+67
- ql/test/library-tests/semmle/go/Types/SignatureType_getNumParameter.expected+2
- ql/test/library-tests/semmle/go/Types/SignatureType_getNumResult.expected+2
- ql/test/library-tests/semmle/go/Types/StructFields.expected+11
- ql/test/library-tests/semmle/go/Types/Types.expected+67
- ql/test/library-tests/semmle/go/Types/generic.go+85
- ql/test/library-tests/semmle/go/Types/interface.go+134
- ql/test/library-tests/semmle/go/controlflow/ControlFlowGraph/CFG.expected+105
- ql/test/library-tests/semmle/go/controlflow/ControlFlowGraph/ControlFlowNode_getASuccessor.expected+105
- ql/test/library-tests/semmle/go/controlflow/ControlFlowGraph/generic.go+35
- ql/test/library-tests/semmle/go/dataflow/CallGraph/getACallee.expected+1
- ql/test/library-tests/semmle/go/dataflow/CallGraph/test.go+11-1
- ql/test/library-tests/semmle/go/dataflow/GenericFunctionsAndTypes/Flows.expected
- ql/test/library-tests/semmle/go/dataflow/GenericFunctionsAndTypes/Flows.ql+2
- ql/test/library-tests/semmle/go/dataflow/GenericFunctionsAndTypes/genericfunctions.go+68
- ql/test/library-tests/semmle/go/dataflow/GenericFunctionsAndTypes/generictypesandmethods.go+139
- ql/test/library-tests/semmle/go/frameworks/Beego/ReflectedXss.expected+3-3
- ql/test/library-tests/semmle/go/frameworks/BeegoOrm/StoredXss.expected+9-9
- ql/test/query-tests/Security/CWE-022/TaintedPath.expected+7-7
- ql/test/query-tests/Security/CWE-022/TaintedPath.go+17-14
- ql/test/query-tests/Security/CWE-681/IncorrectIntegerConversion.go+10
Submodule ql updated 4175 files
0 commit comments