Skip to content

Commit e0c852c

Browse files
committed
Fix stubs and test expectations
1 parent fe1cc40 commit e0c852c

File tree

2 files changed

+66
-67
lines changed

2 files changed

+66
-67
lines changed

java/ql/test/query-tests/security/CWE-311/CWE-319/HttpsUrls.expected

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ edges
44
| HttpsUrlsTest.java:24:13:24:57 | new URL(...) : URL | HttpsUrlsTest.java:28:50:28:50 | u |
55
| HttpsUrlsTest.java:24:21:24:56 | ... + ... : String | HttpsUrlsTest.java:24:13:24:57 | new URL(...) : URL |
66
| HttpsUrlsTest.java:36:23:36:28 | "http" : String | HttpsUrlsTest.java:41:50:41:50 | u |
7+
| HttpsUrlsTest.java:49:23:49:31 | "http://" : String | HttpsUrlsTest.java:51:64:51:98 | ... + ... : String |
78
| HttpsUrlsTest.java:49:23:49:31 | "http://" : String | HttpsUrlsTest.java:55:50:55:50 | u |
9+
| HttpsUrlsTest.java:51:13:51:99 | new URL(...) : URL | HttpsUrlsTest.java:55:50:55:50 | u |
10+
| HttpsUrlsTest.java:51:64:51:98 | ... + ... : String | HttpsUrlsTest.java:51:13:51:99 | new URL(...) : URL |
811
| HttpsUrlsTest.java:87:23:87:28 | "http" : String | HttpsUrlsTest.java:92:50:92:50 | u |
912
nodes
1013
| HttpsUrlsTest.java:23:23:23:31 | "http://" : String | semmle.label | "http://" : String |
@@ -14,6 +17,8 @@ nodes
1417
| HttpsUrlsTest.java:36:23:36:28 | "http" : String | semmle.label | "http" : String |
1518
| HttpsUrlsTest.java:41:50:41:50 | u | semmle.label | u |
1619
| HttpsUrlsTest.java:49:23:49:31 | "http://" : String | semmle.label | "http://" : String |
20+
| HttpsUrlsTest.java:51:13:51:99 | new URL(...) : URL | semmle.label | new URL(...) : URL |
21+
| HttpsUrlsTest.java:51:64:51:98 | ... + ... : String | semmle.label | ... + ... : String |
1722
| HttpsUrlsTest.java:55:50:55:50 | u | semmle.label | u |
1823
| HttpsUrlsTest.java:87:23:87:28 | "http" : String | semmle.label | "http" : String |
1924
| HttpsUrlsTest.java:92:50:92:50 | u | semmle.label | u |

java/ql/test/stubs/dom4j-2.1.1/org/dom4j/xpath/DefaultXPath.java

Lines changed: 61 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)