Skip to content

Commit 9a7b00d

Browse files
committed
Merge branch 'knewbury01/webcomponent-react' of https://github.com/advanced-security/codeql-sap-js into knewbury01/webcomponent-react
2 parents e61d80c + dbbe0f9 commit 9a7b00d

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

javascript/frameworks/ui5/lib/advanced_security/javascript/frameworks/ui5/UI5View.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -920,6 +920,7 @@ class UI5Handler extends FunctionNode {
920920
/**
921921
* Models controller references in event handlers as types
922922
*/
923+
overlay[local?]
923924
class ControlTypeInHandlerModel extends ModelInput::TypeModel {
924925
override DataFlow::CallNode getASource(string type) {
925926
// oEvent.getSource() is of the type of the Control calling the handler

javascript/frameworks/xsjs/lib/advanced_security/javascript/frameworks/xsjs/AsyncXSJS.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class XSJSDollarNamespace extends GlobalVarRefNode {
1414
/**
1515
* `TypeModel` for `XSJSDollarNamespace`.
1616
*/
17+
overlay[local?]
1718
class XSJSDollarTypeModel extends ModelInput::TypeModel {
1819
override DataFlow::Node getASource(string type) {
1920
type = "XsjsDollar" and

qlt.conf.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"CodeQLCLI": "2.23.5",
3-
"CodeQLStandardLibrary": "codeql-cli/v2.23.5",
4-
"CodeQLCLIBundle": "codeql-bundle-v2.23.5"
2+
"CodeQLCLI": "2.23.6",
3+
"CodeQLStandardLibrary": "codeql-cli/v2.23.6",
4+
"CodeQLCLIBundle": "codeql-bundle-v2.23.6"
55
}

0 commit comments

Comments
 (0)