|
1 | 1 | edges
|
| 2 | +| test2.cpp:101:8:101:15 | password | test2.cpp:103:8:103:15 | password | |
2 | 3 | | test3.cpp:17:28:17:36 | password1 | test3.cpp:22:15:22:23 | password1 |
|
3 | 4 | | test3.cpp:17:51:17:59 | password2 | test3.cpp:26:15:26:23 | password2 |
|
4 | 5 | | test3.cpp:45:8:45:15 | password | test3.cpp:47:15:47:22 | password |
|
|
90 | 91 | | test.cpp:66:23:66:43 | cleartext password! | test.cpp:76:21:76:27 | call to encrypt |
|
91 | 92 | | test.cpp:66:23:66:43 | cleartext password! | test.cpp:76:29:76:39 | thePassword |
|
92 | 93 | nodes
|
| 94 | +| test2.cpp:101:8:101:15 | password | semmle.label | password | |
| 95 | +| test2.cpp:103:8:103:15 | password | semmle.label | password | |
93 | 96 | | test3.cpp:17:28:17:36 | password1 | semmle.label | password1 |
|
94 | 97 | | test3.cpp:17:51:17:59 | password2 | semmle.label | password2 |
|
95 | 98 | | test3.cpp:22:15:22:23 | password1 | semmle.label | password1 |
|
@@ -210,6 +213,7 @@ subpaths
|
210 | 213 | | test3.cpp:316:11:316:19 | password1 | test3.cpp:283:20:283:23 | data | test3.cpp:283:20:283:23 | data | test3.cpp:316:11:316:19 | ref arg password1 |
|
211 | 214 | | test3.cpp:324:11:324:14 | data | test3.cpp:293:20:293:23 | data | test3.cpp:293:20:293:23 | data | test3.cpp:324:11:324:14 | ref arg data |
|
212 | 215 | #select
|
| 216 | +| test2.cpp:103:3:103:6 | call to gets | test2.cpp:101:8:101:15 | password | test2.cpp:103:8:103:15 | password | This operation receives into 'password', which may put unencrypted sensitive data into $@ | test2.cpp:101:8:101:15 | password | password | |
213 | 217 | | test3.cpp:22:3:22:6 | call to send | test3.cpp:17:28:17:36 | password1 | test3.cpp:22:15:22:23 | password1 | This operation transmits 'password1', which may contain unencrypted sensitive data from $@ | test3.cpp:17:28:17:36 | password1 | password1 |
|
214 | 218 | | test3.cpp:26:3:26:6 | call to send | test3.cpp:17:51:17:59 | password2 | test3.cpp:26:15:26:23 | password2 | This operation transmits 'password2', which may contain unencrypted sensitive data from $@ | test3.cpp:17:51:17:59 | password2 | password2 |
|
215 | 219 | | test3.cpp:47:3:47:6 | call to recv | test3.cpp:45:8:45:15 | password | test3.cpp:47:15:47:22 | password | This operation receives into 'password', which may put unencrypted sensitive data into $@ | test3.cpp:45:8:45:15 | password | password |
|
|
0 commit comments