mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
renamed "stmtContainers" to "stmt_containers"
This commit is contained in:
@@ -725,7 +725,7 @@ hasLocation(#20001,#20268)
|
||||
#20269=*
|
||||
stmts(#20269,2,#20001,0,"/t/;")
|
||||
hasLocation(#20269,#20003)
|
||||
stmtContainers(#20269,#20001)
|
||||
stmt_containers(#20269,#20001)
|
||||
#20270=*
|
||||
exprs(#20270,5,#20269,0,"/t/")
|
||||
hasLocation(#20270,#20091)
|
||||
@@ -741,7 +741,7 @@ regexpConstValue(#20271,"t")
|
||||
#20273=*
|
||||
stmts(#20273,2,#20001,1,"/foo|bar/;")
|
||||
hasLocation(#20273,#20005)
|
||||
stmtContainers(#20273,#20001)
|
||||
stmt_containers(#20273,#20001)
|
||||
#20274=*
|
||||
exprs(#20274,5,#20273,0,"/foo|bar/")
|
||||
hasLocation(#20274,#20095)
|
||||
@@ -768,7 +768,7 @@ regexpConstValue(#20279,"bar")
|
||||
#20281=*
|
||||
stmts(#20281,2,#20001,2,"/(?:)/;")
|
||||
hasLocation(#20281,#20007)
|
||||
stmtContainers(#20281,#20001)
|
||||
stmt_containers(#20281,#20001)
|
||||
#20282=*
|
||||
exprs(#20282,5,#20281,0,"/(?:)/")
|
||||
hasLocation(#20282,#20099)
|
||||
@@ -788,7 +788,7 @@ hasLocation(#20285,#20286)
|
||||
#20287=*
|
||||
stmts(#20287,2,#20001,3,"/^abc$/;")
|
||||
hasLocation(#20287,#20009)
|
||||
stmtContainers(#20287,#20001)
|
||||
stmt_containers(#20287,#20001)
|
||||
#20288=*
|
||||
exprs(#20288,5,#20287,0,"/^abc$/")
|
||||
hasLocation(#20288,#20103)
|
||||
@@ -819,7 +819,7 @@ hasLocation(#20295,#20296)
|
||||
#20297=*
|
||||
stmts(#20297,2,#20001,4,"/\bx\b/;")
|
||||
hasLocation(#20297,#20011)
|
||||
stmtContainers(#20297,#20001)
|
||||
stmt_containers(#20297,#20001)
|
||||
#20298=*
|
||||
exprs(#20298,5,#20297,0,"/\bx\b/")
|
||||
hasLocation(#20298,#20107)
|
||||
@@ -850,7 +850,7 @@ hasLocation(#20305,#20306)
|
||||
#20307=*
|
||||
stmts(#20307,2,#20001,5,"/\bx\B/;")
|
||||
hasLocation(#20307,#20013)
|
||||
stmtContainers(#20307,#20001)
|
||||
stmt_containers(#20307,#20001)
|
||||
#20308=*
|
||||
exprs(#20308,5,#20307,0,"/\bx\B/")
|
||||
hasLocation(#20308,#20111)
|
||||
@@ -881,7 +881,7 @@ hasLocation(#20315,#20316)
|
||||
#20317=*
|
||||
stmts(#20317,2,#20001,6,"/x(?=y)/;")
|
||||
hasLocation(#20317,#20015)
|
||||
stmtContainers(#20317,#20001)
|
||||
stmt_containers(#20317,#20001)
|
||||
#20318=*
|
||||
exprs(#20318,5,#20317,0,"/x(?=y)/")
|
||||
hasLocation(#20318,#20115)
|
||||
@@ -913,7 +913,7 @@ regexpConstValue(#20325,"y")
|
||||
#20327=*
|
||||
stmts(#20327,2,#20001,7,"/x(?!z)/;")
|
||||
hasLocation(#20327,#20017)
|
||||
stmtContainers(#20327,#20001)
|
||||
stmt_containers(#20327,#20001)
|
||||
#20328=*
|
||||
exprs(#20328,5,#20327,0,"/x(?!z)/")
|
||||
hasLocation(#20328,#20119)
|
||||
@@ -945,7 +945,7 @@ regexpConstValue(#20335,"z")
|
||||
#20337=*
|
||||
stmts(#20337,2,#20001,8,"/a*/;")
|
||||
hasLocation(#20337,#20019)
|
||||
stmtContainers(#20337,#20001)
|
||||
stmt_containers(#20337,#20001)
|
||||
#20338=*
|
||||
exprs(#20338,5,#20337,0,"/a*/")
|
||||
hasLocation(#20338,#20123)
|
||||
@@ -967,7 +967,7 @@ regexpConstValue(#20341,"a")
|
||||
#20343=*
|
||||
stmts(#20343,2,#20001,9,"/a*?/;")
|
||||
hasLocation(#20343,#20021)
|
||||
stmtContainers(#20343,#20001)
|
||||
stmt_containers(#20343,#20001)
|
||||
#20344=*
|
||||
exprs(#20344,5,#20343,0,"/a*?/")
|
||||
hasLocation(#20344,#20127)
|
||||
@@ -988,7 +988,7 @@ regexpConstValue(#20347,"a")
|
||||
#20349=*
|
||||
stmts(#20349,2,#20001,10,"/a+/;")
|
||||
hasLocation(#20349,#20023)
|
||||
stmtContainers(#20349,#20001)
|
||||
stmt_containers(#20349,#20001)
|
||||
#20350=*
|
||||
exprs(#20350,5,#20349,0,"/a+/")
|
||||
hasLocation(#20350,#20131)
|
||||
@@ -1010,7 +1010,7 @@ regexpConstValue(#20353,"a")
|
||||
#20355=*
|
||||
stmts(#20355,2,#20001,11,"/a+?/;")
|
||||
hasLocation(#20355,#20025)
|
||||
stmtContainers(#20355,#20001)
|
||||
stmt_containers(#20355,#20001)
|
||||
#20356=*
|
||||
exprs(#20356,5,#20355,0,"/a+?/")
|
||||
hasLocation(#20356,#20135)
|
||||
@@ -1031,7 +1031,7 @@ regexpConstValue(#20359,"a")
|
||||
#20361=*
|
||||
stmts(#20361,2,#20001,12,"/a?/;")
|
||||
hasLocation(#20361,#20027)
|
||||
stmtContainers(#20361,#20001)
|
||||
stmt_containers(#20361,#20001)
|
||||
#20362=*
|
||||
exprs(#20362,5,#20361,0,"/a?/")
|
||||
hasLocation(#20362,#20139)
|
||||
@@ -1053,7 +1053,7 @@ regexpConstValue(#20365,"a")
|
||||
#20367=*
|
||||
stmts(#20367,2,#20001,13,"/a??/;")
|
||||
hasLocation(#20367,#20029)
|
||||
stmtContainers(#20367,#20001)
|
||||
stmt_containers(#20367,#20001)
|
||||
#20368=*
|
||||
exprs(#20368,5,#20367,0,"/a??/")
|
||||
hasLocation(#20368,#20143)
|
||||
@@ -1074,7 +1074,7 @@ regexpConstValue(#20371,"a")
|
||||
#20373=*
|
||||
stmts(#20373,2,#20001,14,"/a{1}/;")
|
||||
hasLocation(#20373,#20031)
|
||||
stmtContainers(#20373,#20001)
|
||||
stmt_containers(#20373,#20001)
|
||||
#20374=*
|
||||
exprs(#20374,5,#20373,0,"/a{1}/")
|
||||
hasLocation(#20374,#20147)
|
||||
@@ -1098,7 +1098,7 @@ regexpConstValue(#20377,"a")
|
||||
#20379=*
|
||||
stmts(#20379,2,#20001,15,"/a{1,}/;")
|
||||
hasLocation(#20379,#20033)
|
||||
stmtContainers(#20379,#20001)
|
||||
stmt_containers(#20379,#20001)
|
||||
#20380=*
|
||||
exprs(#20380,5,#20379,0,"/a{1,}/")
|
||||
hasLocation(#20380,#20151)
|
||||
@@ -1121,7 +1121,7 @@ regexpConstValue(#20383,"a")
|
||||
#20385=*
|
||||
stmts(#20385,2,#20001,16,"/a{1,2}/;")
|
||||
hasLocation(#20385,#20035)
|
||||
stmtContainers(#20385,#20001)
|
||||
stmt_containers(#20385,#20001)
|
||||
#20386=*
|
||||
exprs(#20386,5,#20385,0,"/a{1,2}/")
|
||||
hasLocation(#20386,#20155)
|
||||
@@ -1145,7 +1145,7 @@ regexpConstValue(#20389,"a")
|
||||
#20391=*
|
||||
stmts(#20391,2,#20001,17,"/a{1}?/;")
|
||||
hasLocation(#20391,#20037)
|
||||
stmtContainers(#20391,#20001)
|
||||
stmt_containers(#20391,#20001)
|
||||
#20392=*
|
||||
exprs(#20392,5,#20391,0,"/a{1}?/")
|
||||
hasLocation(#20392,#20159)
|
||||
@@ -1168,7 +1168,7 @@ regexpConstValue(#20395,"a")
|
||||
#20397=*
|
||||
stmts(#20397,2,#20001,18,"/a{1,}?/;")
|
||||
hasLocation(#20397,#20039)
|
||||
stmtContainers(#20397,#20001)
|
||||
stmt_containers(#20397,#20001)
|
||||
#20398=*
|
||||
exprs(#20398,5,#20397,0,"/a{1,}?/")
|
||||
hasLocation(#20398,#20163)
|
||||
@@ -1190,7 +1190,7 @@ regexpConstValue(#20401,"a")
|
||||
#20403=*
|
||||
stmts(#20403,2,#20001,19,"/a{1,2}?/;")
|
||||
hasLocation(#20403,#20041)
|
||||
stmtContainers(#20403,#20001)
|
||||
stmt_containers(#20403,#20001)
|
||||
#20404=*
|
||||
exprs(#20404,5,#20403,0,"/a{1,2}?/")
|
||||
hasLocation(#20404,#20167)
|
||||
@@ -1213,7 +1213,7 @@ regexpConstValue(#20407,"a")
|
||||
#20409=*
|
||||
stmts(#20409,2,#20001,20,"/./;")
|
||||
hasLocation(#20409,#20043)
|
||||
stmtContainers(#20409,#20001)
|
||||
stmt_containers(#20409,#20001)
|
||||
#20410=*
|
||||
exprs(#20410,5,#20409,0,"/./")
|
||||
hasLocation(#20410,#20171)
|
||||
@@ -1228,7 +1228,7 @@ hasLocation(#20411,#20412)
|
||||
#20413=*
|
||||
stmts(#20413,2,#20001,21,"/(abc)/;")
|
||||
hasLocation(#20413,#20045)
|
||||
stmtContainers(#20413,#20001)
|
||||
stmt_containers(#20413,#20001)
|
||||
#20414=*
|
||||
exprs(#20414,5,#20413,0,"/(abc)/")
|
||||
hasLocation(#20414,#20175)
|
||||
@@ -1250,7 +1250,7 @@ regexpConstValue(#20417,"abc")
|
||||
#20419=*
|
||||
stmts(#20419,2,#20001,22,"/(?:abc)/;")
|
||||
hasLocation(#20419,#20047)
|
||||
stmtContainers(#20419,#20001)
|
||||
stmt_containers(#20419,#20001)
|
||||
#20420=*
|
||||
exprs(#20420,5,#20419,0,"/(?:abc)/")
|
||||
hasLocation(#20420,#20179)
|
||||
@@ -1271,7 +1271,7 @@ regexpConstValue(#20423,"abc")
|
||||
#20425=*
|
||||
stmts(#20425,2,#20001,23,"/\x0a/;")
|
||||
hasLocation(#20425,#20049)
|
||||
stmtContainers(#20425,#20001)
|
||||
stmt_containers(#20425,#20001)
|
||||
#20426=*
|
||||
exprs(#20426,5,#20425,0,"/\x0a/")
|
||||
hasLocation(#20426,#20183)
|
||||
@@ -1288,7 +1288,7 @@ regexpConstValue(#20427,"
|
||||
#20429=*
|
||||
stmts(#20429,2,#20001,24,"/\u000a/;")
|
||||
hasLocation(#20429,#20051)
|
||||
stmtContainers(#20429,#20001)
|
||||
stmt_containers(#20429,#20001)
|
||||
#20430=*
|
||||
exprs(#20430,5,#20429,0,"/\u000a/")
|
||||
hasLocation(#20430,#20187)
|
||||
@@ -1305,7 +1305,7 @@ regexpConstValue(#20431,"
|
||||
#20433=*
|
||||
stmts(#20433,2,#20001,25,"/\10/;")
|
||||
hasLocation(#20433,#20053)
|
||||
stmtContainers(#20433,#20001)
|
||||
stmt_containers(#20433,#20001)
|
||||
#20434=*
|
||||
exprs(#20434,5,#20433,0,"/\10/")
|
||||
hasLocation(#20434,#20191)
|
||||
@@ -1324,7 +1324,7 @@ hasLocation(#20437,#20436)
|
||||
#20438=*
|
||||
stmts(#20438,2,#20001,26,"/\t\n\r\f\v/;")
|
||||
hasLocation(#20438,#20055)
|
||||
stmtContainers(#20438,#20001)
|
||||
stmt_containers(#20438,#20001)
|
||||
#20439=*
|
||||
exprs(#20439,5,#20438,0,"/\t\n\r\f\v/")
|
||||
hasLocation(#20439,#20195)
|
||||
@@ -1370,7 +1370,7 @@ regexpConstValue(#20450,"")
|
||||
regexpConstValue(#20450,"")
|
||||
#20452=*
|
||||
stmts(#20452,2,#20001,27,"/\ca\cN/;")
|
||||
hasLocation(#20452,#20057)
|
||||
hasLocation(#20452,#20057)
|
||||
stmt_containers(#20452,#20001)
|
||||
#20453=*
|
||||
exprs(#20453,5,#20452,0,"/\ca\cN/")
|
||||
@@ -1397,7 +1397,7 @@ regexpConstValue(#20458,"")
|
||||
regexpConstValue(#20458,"")
|
||||
#20460=*
|
||||
stmts(#20460,2,#20001,28,"/\w\S/;")
|
||||
hasLocation(#20460,#20059)
|
||||
hasLocation(#20460,#20059)
|
||||
stmt_containers(#20460,#20001)
|
||||
#20461=*
|
||||
exprs(#20461,5,#20460,0,"/\w\S/")
|
||||
@@ -1424,7 +1424,7 @@ charClassEscape(#20466,"S")
|
||||
charClassEscape(#20466,"S")
|
||||
#20468=*
|
||||
stmts(#20468,2,#20001,29,"/\\/;")
|
||||
hasLocation(#20468,#20061)
|
||||
hasLocation(#20468,#20061)
|
||||
stmt_containers(#20468,#20001)
|
||||
#20469=*
|
||||
exprs(#20469,5,#20468,0,"/\\/")
|
||||
@@ -1440,7 +1440,7 @@ regexpConstValue(#20470,"\")
|
||||
regexpConstValue(#20470,"\")
|
||||
#20472=*
|
||||
stmts(#20472,2,#20001,30,"/[abc]/;")
|
||||
hasLocation(#20472,#20063)
|
||||
hasLocation(#20472,#20063)
|
||||
stmt_containers(#20472,#20001)
|
||||
#20473=*
|
||||
exprs(#20473,5,#20472,0,"/[abc]/")
|
||||
@@ -1473,7 +1473,7 @@ regexpConstValue(#20480,"c")
|
||||
regexpConstValue(#20480,"c")
|
||||
#20482=*
|
||||
stmts(#20482,2,#20001,31,"/[a-z]/;")
|
||||
hasLocation(#20482,#20065)
|
||||
hasLocation(#20482,#20065)
|
||||
stmt_containers(#20482,#20001)
|
||||
#20483=*
|
||||
exprs(#20483,5,#20482,0,"/[a-z]/")
|
||||
@@ -1505,7 +1505,7 @@ regexpConstValue(#20490,"z")
|
||||
regexpConstValue(#20490,"z")
|
||||
#20492=*
|
||||
stmts(#20492,2,#20001,32,"/[a-zA-Z]/;")
|
||||
hasLocation(#20492,#20067)
|
||||
hasLocation(#20492,#20067)
|
||||
stmt_containers(#20492,#20001)
|
||||
#20493=*
|
||||
exprs(#20493,5,#20492,0,"/[a-zA-Z]/")
|
||||
@@ -1554,7 +1554,7 @@ regexpConstValue(#20506,"Z")
|
||||
regexpConstValue(#20506,"Z")
|
||||
#20508=*
|
||||
stmts(#20508,2,#20001,33,"/[-a-z]/;")
|
||||
hasLocation(#20508,#20069)
|
||||
hasLocation(#20508,#20069)
|
||||
stmt_containers(#20508,#20001)
|
||||
#20509=*
|
||||
exprs(#20509,5,#20508,0,"/[-a-z]/")
|
||||
@@ -1592,7 +1592,7 @@ regexpConstValue(#20518,"z")
|
||||
regexpConstValue(#20518,"z")
|
||||
#20520=*
|
||||
stmts(#20520,2,#20001,34,"/[^a-z]/;")
|
||||
hasLocation(#20520,#20071)
|
||||
hasLocation(#20520,#20071)
|
||||
stmt_containers(#20520,#20001)
|
||||
#20521=*
|
||||
exprs(#20521,5,#20520,0,"/[^a-z]/")
|
||||
@@ -1625,7 +1625,7 @@ regexpConstValue(#20528,"z")
|
||||
regexpConstValue(#20528,"z")
|
||||
#20530=*
|
||||
stmts(#20530,2,#20001,35,"/[a\b\x0c]/;")
|
||||
hasLocation(#20530,#20073)
|
||||
hasLocation(#20530,#20073)
|
||||
stmt_containers(#20530,#20001)
|
||||
#20531=*
|
||||
exprs(#20531,5,#20530,0,"/[a\b\x0c]/")
|
||||
@@ -1658,7 +1658,7 @@ regexpConstValue(#20538,"")
|
||||
regexpConstValue(#20538,"")
|
||||
#20540=*
|
||||
stmts(#20540,2,#20001,36,"/a{/;")
|
||||
hasLocation(#20540,#20075)
|
||||
hasLocation(#20540,#20075)
|
||||
stmt_containers(#20540,#20001)
|
||||
#20541=*
|
||||
exprs(#20541,5,#20540,0,"/a{/")
|
||||
@@ -1692,7 +1692,7 @@ hasLocation(#20548,#20549)
|
||||
hasLocation(#20548,#20549)
|
||||
#20550=*
|
||||
stmts(#20550,2,#20001,37,"/a{b}/;")
|
||||
hasLocation(#20550,#20077)
|
||||
hasLocation(#20550,#20077)
|
||||
stmt_containers(#20550,#20001)
|
||||
#20551=*
|
||||
exprs(#20551,5,#20550,0,"/a{b}/")
|
||||
@@ -1744,7 +1744,7 @@ hasLocation(#20565,#20561)
|
||||
hasLocation(#20565,#20561)
|
||||
#20566=*
|
||||
stmts(#20566,2,#20001,38,"/a{2/;")
|
||||
hasLocation(#20566,#20079)
|
||||
hasLocation(#20566,#20079)
|
||||
stmt_containers(#20566,#20001)
|
||||
#20567=*
|
||||
exprs(#20567,5,#20566,0,"/a{2/")
|
||||
@@ -1773,7 +1773,7 @@ hasLocation(#20572,#20573)
|
||||
hasLocation(#20572,#20573)
|
||||
#20574=*
|
||||
stmts(#20574,2,#20001,39,"/\xa/;")
|
||||
hasLocation(#20574,#20081)
|
||||
hasLocation(#20574,#20081)
|
||||
stmt_containers(#20574,#20001)
|
||||
#20575=*
|
||||
exprs(#20575,5,#20574,0,"/\xa/")
|
||||
@@ -1795,7 +1795,7 @@ hasLocation(#20578,#20579)
|
||||
hasLocation(#20578,#20579)
|
||||
#20580=*
|
||||
stmts(#20580,2,#20001,40,"/\c0/;")
|
||||
hasLocation(#20580,#20083)
|
||||
hasLocation(#20580,#20083)
|
||||
stmt_containers(#20580,#20001)
|
||||
#20581=*
|
||||
exprs(#20581,5,#20580,0,"/\c0/")
|
||||
@@ -1816,7 +1816,7 @@ hasLocation(#20584,#20585)
|
||||
hasLocation(#20584,#20585)
|
||||
#20586=*
|
||||
stmts(#20586,2,#20001,41,"/[]/;")
|
||||
hasLocation(#20586,#20085)
|
||||
hasLocation(#20586,#20085)
|
||||
stmt_containers(#20586,#20001)
|
||||
#20587=*
|
||||
exprs(#20587,5,#20586,0,"/[]/")
|
||||
@@ -1831,7 +1831,7 @@ hasLocation(#20588,#20589)
|
||||
hasLocation(#20588,#20589)
|
||||
#20590=*
|
||||
stmts(#20590,2,#20001,42,"/[^]/;")
|
||||
hasLocation(#20590,#20087)
|
||||
hasLocation(#20590,#20087)
|
||||
stmt_containers(#20590,#20001)
|
||||
#20591=*
|
||||
exprs(#20591,5,#20590,0,"/[^]/")
|
||||
@@ -1847,7 +1847,7 @@ isInverted(#20592)
|
||||
isInverted(#20592)
|
||||
#20594=*
|
||||
stmts(#20594,2,#20001,43,"/<tpl\b ... /tpl>/;")
|
||||
hasLocation(#20594,#20089)
|
||||
hasLocation(#20594,#20089)
|
||||
stmt_containers(#20594,#20001)
|
||||
#20595=*
|
||||
exprs(#20595,5,#20594,0,"/<tpl\b ... \/tpl>/")
|
||||
|
||||
Reference in New Issue
Block a user