Skip to content

Commit e8d497b

Browse files
committed
python/js/ruby: fix QL-for-QL alert
1 parent c269d6a commit e8d497b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

javascript/ql/lib/semmle/javascript/frameworks/data/internal/ApiGraphModels.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ module ModelOutput {
781781
}
782782

783783
/**
784-
* Holds if a barrier model contributed `barrier` with the given `kind`.
784+
* Holds if a barrier model contributed `barrier` with the given `kind` and `branch`.
785785
*/
786786
cached
787787
API::Node getABarrierGuardNode(string kind, boolean branch, string model) {

python/ql/lib/semmle/python/frameworks/data/internal/ApiGraphModels.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ module ModelOutput {
781781
}
782782

783783
/**
784-
* Holds if a barrier model contributed `barrier` with the given `kind`.
784+
* Holds if a barrier model contributed `barrier` with the given `kind` and `branch`.
785785
*/
786786
cached
787787
API::Node getABarrierGuardNode(string kind, boolean branch, string model) {

ruby/ql/lib/codeql/ruby/frameworks/data/internal/ApiGraphModels.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ module ModelOutput {
781781
}
782782

783783
/**
784-
* Holds if a barrier model contributed `barrier` with the given `kind`.
784+
* Holds if a barrier model contributed `barrier` with the given `kind` and `branch`.
785785
*/
786786
cached
787787
API::Node getABarrierGuardNode(string kind, boolean branch, string model) {

0 commit comments

Comments
 (0)