mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02:00
renamed "exprContainers" to "expr_containers"
This commit is contained in:
@@ -57,12 +57,12 @@ exprs(#20017,13,#20016,0,"alert("" ... orld!"")")
|
||||
locations_default(#20018,#10000,1,1,1,22)
|
||||
hasLocation(#20017,#20018)
|
||||
enclosing_stmt(#20017,#20016)
|
||||
exprContainers(#20017,#20001)
|
||||
expr_containers(#20017,#20001)
|
||||
#20019=*
|
||||
exprs(#20019,79,#20017,-1,"alert")
|
||||
hasLocation(#20019,#20005)
|
||||
enclosing_stmt(#20019,#20016)
|
||||
exprContainers(#20019,#20001)
|
||||
expr_containers(#20019,#20001)
|
||||
literals("alert","alert",#20019)
|
||||
#20020=@"var;{alert};{#20000}"
|
||||
variables(#20020,"alert",#20000)
|
||||
@@ -71,7 +71,7 @@ bind(#20019,#20020)
|
||||
exprs(#20021,4,#20017,0,"""Hello, world!""")
|
||||
hasLocation(#20021,#20009)
|
||||
enclosing_stmt(#20021,#20016)
|
||||
exprContainers(#20021,#20001)
|
||||
expr_containers(#20021,#20001)
|
||||
literals("Hello, world!","""Hello, world!""",#20021)
|
||||
#20022=*
|
||||
regexpterm(#20022,14,#20021,0,"Hello, world!")
|
||||
|
||||
Reference in New Issue
Block a user