|
1 | 1 | edges
|
2 | 2 | | IncompleteHostnameRegexp.go:11:8:11:36 | "^((www\|beta).)?example.com/" | IncompleteHostnameRegexp.go:12:38:12:39 | re | provenance | |
|
| 3 | +| main.go:49:21:49:45 | `https://www.example.com` | main.go:62:15:62:25 | sourceConst | provenance | | |
| 4 | +| main.go:62:15:62:25 | sourceConst | main.go:65:15:65:23 | localVar3 | provenance | | |
3 | 5 | nodes
|
4 | 6 | | IncompleteHostnameRegexp.go:11:8:11:36 | "^((www\|beta).)?example.com/" | semmle.label | "^((www\|beta).)?example.com/" |
|
5 | 7 | | IncompleteHostnameRegexp.go:12:38:12:39 | re | semmle.label | re |
|
6 |
| -| main.go:39:60:39:79 | "^test2.github.com$" | semmle.label | "^test2.github.com$" | |
7 |
| -| main.go:44:15:44:39 | `https://www.example.com` | semmle.label | `https://www.example.com` | |
| 8 | +| main.go:40:60:40:79 | "^test2.github.com$" | semmle.label | "^test2.github.com$" | |
| 9 | +| main.go:45:15:45:39 | `https://www.example.com` | semmle.label | `https://www.example.com` | |
| 10 | +| main.go:49:21:49:45 | `https://www.example.com` | semmle.label | `https://www.example.com` | |
| 11 | +| main.go:56:15:56:34 | ...+... | semmle.label | ...+... | |
| 12 | +| main.go:58:15:58:42 | ...+... | semmle.label | ...+... | |
| 13 | +| main.go:62:15:62:25 | sourceConst | semmle.label | sourceConst | |
| 14 | +| main.go:65:15:65:23 | localVar3 | semmle.label | localVar3 | |
8 | 15 | subpaths
|
9 | 16 | #select
|
10 | 17 | | IncompleteHostnameRegexp.go:11:8:11:36 | "^((www\|beta).)?example.com/" | IncompleteHostnameRegexp.go:11:8:11:36 | "^((www\|beta).)?example.com/" | IncompleteHostnameRegexp.go:12:38:12:39 | re | This regular expression has an unescaped dot before ')?example.com', so it might match more hosts than expected when $@. | IncompleteHostnameRegexp.go:12:38:12:39 | re | the regular expression is used |
|
11 |
| -| main.go:39:60:39:79 | "^test2.github.com$" | main.go:39:60:39:79 | "^test2.github.com$" | main.go:39:60:39:79 | "^test2.github.com$" | This regular expression has an unescaped dot before 'github.com', so it might match more hosts than expected when $@. | main.go:39:60:39:79 | "^test2.github.com$" | the regular expression is used | |
12 |
| -| main.go:44:15:44:39 | `https://www.example.com` | main.go:44:15:44:39 | `https://www.example.com` | main.go:44:15:44:39 | `https://www.example.com` | This regular expression has an unescaped dot before 'example.com', so it might match more hosts than expected when $@. | main.go:44:15:44:39 | `https://www.example.com` | the regular expression is used | |
| 18 | +| main.go:40:60:40:79 | "^test2.github.com$" | main.go:40:60:40:79 | "^test2.github.com$" | main.go:40:60:40:79 | "^test2.github.com$" | This regular expression has an unescaped dot before 'github.com', so it might match more hosts than expected when $@. | main.go:40:60:40:79 | "^test2.github.com$" | the regular expression is used | |
| 19 | +| main.go:45:15:45:39 | `https://www.example.com` | main.go:45:15:45:39 | `https://www.example.com` | main.go:45:15:45:39 | `https://www.example.com` | This regular expression has an unescaped dot before 'example.com', so it might match more hosts than expected when $@. | main.go:45:15:45:39 | `https://www.example.com` | the regular expression is used | |
| 20 | +| main.go:49:21:49:45 | `https://www.example.com` | main.go:49:21:49:45 | `https://www.example.com` | main.go:65:15:65:23 | localVar3 | This regular expression has an unescaped dot before 'example.com', so it might match more hosts than expected when $@. | main.go:65:15:65:23 | localVar3 | the regular expression is used | |
| 21 | +| main.go:56:15:56:34 | ...+... | main.go:56:15:56:34 | ...+... | main.go:56:15:56:34 | ...+... | This regular expression has an unescaped dot before 'example.com', so it might match more hosts than expected when $@. | main.go:56:15:56:34 | ...+... | the regular expression is used | |
| 22 | +| main.go:58:15:58:42 | ...+... | main.go:58:15:58:42 | ...+... | main.go:58:15:58:42 | ...+... | This regular expression has an unescaped dot before 'example.com', so it might match more hosts than expected when $@. | main.go:58:15:58:42 | ...+... | the regular expression is used | |
0 commit comments