Skip to content

Commit 2067d39

Browse files
yoffalexrford
andauthored
Update shared/yaml/codeql/serverless/ServerLess.qll
Co-authored-by: Alex Ford <[email protected]>
1 parent 21937e6 commit 2067d39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shared/yaml/codeql/serverless/ServerLess.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ module ServerLess<Input I> {
6363
* the empty string if it does not.
6464
*/
6565
pragma[inline]
66+
bindingset[property]
6667
private string lookupValueOrEmpty(YamlMapping mapping, string property) {
6768
if exists(mapping.lookup(property))
6869
then result = mapping.lookup(property).(YamlScalar).getValue()

0 commit comments

Comments
 (0)