Skip to content

Commit c3a21da

Browse files
committed
fix Echo tests
1 parent 06ec3bb commit c3a21da

File tree

3 files changed

+134
-134
lines changed

3 files changed

+134
-134
lines changed
Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
edges
2-
| test.go:171:2:171:6 | definition of param | test.go:172:20:172:24 | param |
3-
| test.go:171:11:171:32 | call to Param | test.go:171:2:171:6 | definition of param |
4-
| test.go:177:2:177:6 | definition of param | test.go:181:24:181:28 | param |
5-
| test.go:177:11:177:32 | call to Param | test.go:177:2:177:6 | definition of param |
6-
| test.go:181:24:181:28 | param | test.go:181:20:181:28 | ...+... |
7-
| test.go:189:2:189:4 | definition of url | test.go:192:21:192:23 | url |
8-
| test.go:189:9:189:26 | star expression | test.go:189:2:189:4 | definition of url |
9-
| test.go:189:9:189:26 | star expression | test.go:189:10:189:26 | selection of URL |
10-
| test.go:189:10:189:26 | selection of URL | test.go:189:9:189:26 | star expression |
11-
| test.go:192:21:192:23 | url | test.go:192:21:192:32 | call to String |
2+
| test.go:172:2:172:6 | definition of param | test.go:173:20:173:24 | param |
3+
| test.go:172:11:172:32 | call to Param | test.go:172:2:172:6 | definition of param |
4+
| test.go:178:2:178:6 | definition of param | test.go:182:24:182:28 | param |
5+
| test.go:178:11:178:32 | call to Param | test.go:178:2:178:6 | definition of param |
6+
| test.go:182:24:182:28 | param | test.go:182:20:182:28 | ...+... |
7+
| test.go:190:2:190:4 | definition of url | test.go:193:21:193:23 | url |
8+
| test.go:190:9:190:26 | star expression | test.go:190:2:190:4 | definition of url |
9+
| test.go:190:9:190:26 | star expression | test.go:190:10:190:26 | selection of URL |
10+
| test.go:190:10:190:26 | selection of URL | test.go:190:9:190:26 | star expression |
11+
| test.go:193:21:193:23 | url | test.go:193:21:193:32 | call to String |
1212
nodes
13-
| test.go:171:2:171:6 | definition of param | semmle.label | definition of param |
14-
| test.go:171:11:171:32 | call to Param | semmle.label | call to Param |
15-
| test.go:172:20:172:24 | param | semmle.label | param |
16-
| test.go:177:2:177:6 | definition of param | semmle.label | definition of param |
17-
| test.go:177:11:177:32 | call to Param | semmle.label | call to Param |
18-
| test.go:181:20:181:28 | ...+... | semmle.label | ...+... |
19-
| test.go:181:24:181:28 | param | semmle.label | param |
20-
| test.go:189:2:189:4 | definition of url | semmle.label | definition of url |
21-
| test.go:189:9:189:26 | star expression | semmle.label | star expression |
22-
| test.go:189:10:189:26 | selection of URL | semmle.label | selection of URL |
23-
| test.go:192:21:192:23 | url | semmle.label | url |
24-
| test.go:192:21:192:32 | call to String | semmle.label | call to String |
13+
| test.go:172:2:172:6 | definition of param | semmle.label | definition of param |
14+
| test.go:172:11:172:32 | call to Param | semmle.label | call to Param |
15+
| test.go:173:20:173:24 | param | semmle.label | param |
16+
| test.go:178:2:178:6 | definition of param | semmle.label | definition of param |
17+
| test.go:178:11:178:32 | call to Param | semmle.label | call to Param |
18+
| test.go:182:20:182:28 | ...+... | semmle.label | ...+... |
19+
| test.go:182:24:182:28 | param | semmle.label | param |
20+
| test.go:190:2:190:4 | definition of url | semmle.label | definition of url |
21+
| test.go:190:9:190:26 | star expression | semmle.label | star expression |
22+
| test.go:190:10:190:26 | selection of URL | semmle.label | selection of URL |
23+
| test.go:193:21:193:23 | url | semmle.label | url |
24+
| test.go:193:21:193:32 | call to String | semmle.label | call to String |
2525
subpaths
2626
#select
27-
| test.go:172:20:172:24 | param | test.go:171:11:171:32 | call to Param | test.go:172:20:172:24 | param | This path to an untrusted URL redirection depends on a $@. | test.go:171:11:171:32 | call to Param | user-provided value |
28-
| test.go:181:20:181:28 | ...+... | test.go:177:11:177:32 | call to Param | test.go:181:20:181:28 | ...+... | This path to an untrusted URL redirection depends on a $@. | test.go:177:11:177:32 | call to Param | user-provided value |
27+
| test.go:173:20:173:24 | param | test.go:172:11:172:32 | call to Param | test.go:173:20:173:24 | param | This path to an untrusted URL redirection depends on a $@. | test.go:172:11:172:32 | call to Param | user-provided value |
28+
| test.go:182:20:182:28 | ...+... | test.go:178:11:178:32 | call to Param | test.go:182:20:182:28 | ...+... | This path to an untrusted URL redirection depends on a $@. | test.go:178:11:178:32 | call to Param | user-provided value |

0 commit comments

Comments
 (0)