|
1 | 1 | #select
|
2 |
| -| test.rs:14:9:14:24 | ...::digest | test.rs:14:26:14:39 | credit_card_no | test.rs:14:9:14:24 | ...::digest | $@ is used in a hashing algorithm (MD5) that is insecure. | test.rs:14:26:14:39 | credit_card_no | Sensitive data (private) | |
3 |
| -| test.rs:15:9:15:24 | ...::digest | test.rs:15:26:15:33 | password | test.rs:15:9:15:24 | ...::digest | $@ is used in a hashing algorithm (MD5) that is insecure for password hashing, since it is not a computationally expensive hash function. | test.rs:15:26:15:33 | password | Sensitive data (password) | |
4 | 2 | | test.rs:20:9:20:24 | ...::compute | test.rs:20:26:20:39 | credit_card_no | test.rs:20:9:20:24 | ...::compute | $@ is used in a hashing algorithm (MD5) that is insecure. | test.rs:20:26:20:39 | credit_card_no | Sensitive data (private) |
|
5 | 3 | | test.rs:21:9:21:24 | ...::compute | test.rs:21:26:21:33 | password | test.rs:21:9:21:24 | ...::compute | $@ is used in a hashing algorithm (MD5) that is insecure for password hashing, since it is not a computationally expensive hash function. | test.rs:21:26:21:33 | password | Sensitive data (password) |
|
6 |
| -| test.rs:26:9:26:26 | ...::digest | test.rs:26:28:26:41 | credit_card_no | test.rs:26:9:26:26 | ...::digest | $@ is used in a hashing algorithm (SHA1) that is insecure. | test.rs:26:28:26:41 | credit_card_no | Sensitive data (private) | |
7 |
| -| test.rs:27:9:27:26 | ...::digest | test.rs:27:28:27:35 | password | test.rs:27:9:27:26 | ...::digest | $@ is used in a hashing algorithm (SHA1) that is insecure for password hashing, since it is not a computationally expensive hash function. | test.rs:27:28:27:35 | password | Sensitive data (password) | |
8 |
| -| test.rs:32:9:32:34 | ...::digest | test.rs:32:36:32:49 | credit_card_no | test.rs:32:9:32:34 | ...::digest | $@ is used in a hashing algorithm (SHA1) that is insecure. | test.rs:32:36:32:49 | credit_card_no | Sensitive data (private) | |
9 |
| -| test.rs:33:9:33:34 | ...::digest | test.rs:33:36:33:43 | password | test.rs:33:9:33:34 | ...::digest | $@ is used in a hashing algorithm (SHA1) that is insecure for password hashing, since it is not a computationally expensive hash function. | test.rs:33:36:33:43 | password | Sensitive data (password) | |
10 |
| -| test.rs:39:9:39:30 | ...::digest | test.rs:39:32:39:39 | password | test.rs:39:9:39:30 | ...::digest | $@ is used in a hashing algorithm (SHA3256) that is insecure for password hashing, since it is not a computationally expensive hash function. | test.rs:39:32:39:39 | password | Sensitive data (password) | |
11 |
| -| test.rs:60:9:60:24 | ...::digest | test.rs:60:26:60:37 | password_str | test.rs:60:9:60:24 | ...::digest | $@ is used in a hashing algorithm (MD5) that is insecure for password hashing, since it is not a computationally expensive hash function. | test.rs:60:26:60:37 | password_str | Sensitive data (password) | |
12 |
| -| test.rs:62:9:62:24 | ...::digest | test.rs:62:26:62:37 | password_arr | test.rs:62:9:62:24 | ...::digest | $@ is used in a hashing algorithm (MD5) that is insecure for password hashing, since it is not a computationally expensive hash function. | test.rs:62:26:62:37 | password_arr | Sensitive data (password) | |
13 |
| -| test.rs:64:9:64:24 | ...::digest | test.rs:64:26:64:37 | password_vec | test.rs:64:9:64:24 | ...::digest | $@ is used in a hashing algorithm (MD5) that is insecure for password hashing, since it is not a computationally expensive hash function. | test.rs:64:26:64:37 | password_vec | Sensitive data (password) | |
14 |
| -| test.rs:77:9:77:33 | ...::new_with_prefix | test.rs:77:35:77:42 | password | test.rs:77:9:77:33 | ...::new_with_prefix | $@ is used in a hashing algorithm (MD5) that is insecure for password hashing, since it is not a computationally expensive hash function. | test.rs:77:35:77:42 | password | Sensitive data (password) | |
15 |
| -| test.rs:81:9:81:24 | ...::digest | test.rs:81:26:81:33 | password | test.rs:81:9:81:24 | ...::digest | $@ is used in a hashing algorithm (MD5) that is insecure for password hashing, since it is not a computationally expensive hash function. | test.rs:81:26:81:33 | password | Sensitive data (password) | |
16 |
| -| test.rs:83:9:83:24 | ...::digest | test.rs:83:26:83:33 | password | test.rs:83:9:83:24 | ...::digest | $@ is used in a hashing algorithm (MD5) that is insecure for password hashing, since it is not a computationally expensive hash function. | test.rs:83:26:83:33 | password | Sensitive data (password) | |
17 | 4 | edges
|
18 |
| -| test.rs:14:26:14:39 | credit_card_no | test.rs:14:9:14:24 | ...::digest | provenance | MaD:1 Sink:MaD:1 | |
19 |
| -| test.rs:15:26:15:33 | password | test.rs:15:9:15:24 | ...::digest | provenance | MaD:1 Sink:MaD:1 | |
20 |
| -| test.rs:20:26:20:39 | credit_card_no | test.rs:20:9:20:24 | ...::compute | provenance | MaD:3 Sink:MaD:3 | |
21 |
| -| test.rs:21:26:21:33 | password | test.rs:21:9:21:24 | ...::compute | provenance | MaD:3 Sink:MaD:3 | |
22 |
| -| test.rs:26:28:26:41 | credit_card_no | test.rs:26:9:26:26 | ...::digest | provenance | MaD:1 Sink:MaD:1 | |
23 |
| -| test.rs:27:28:27:35 | password | test.rs:27:9:27:26 | ...::digest | provenance | MaD:1 Sink:MaD:1 | |
24 |
| -| test.rs:32:36:32:49 | credit_card_no | test.rs:32:9:32:34 | ...::digest | provenance | MaD:1 Sink:MaD:1 | |
25 |
| -| test.rs:33:36:33:43 | password | test.rs:33:9:33:34 | ...::digest | provenance | MaD:1 Sink:MaD:1 | |
26 |
| -| test.rs:39:32:39:39 | password | test.rs:39:9:39:30 | ...::digest | provenance | MaD:1 Sink:MaD:1 | |
27 |
| -| test.rs:60:26:60:37 | password_str | test.rs:60:9:60:24 | ...::digest | provenance | MaD:1 Sink:MaD:1 | |
28 |
| -| test.rs:62:26:62:37 | password_arr | test.rs:62:9:62:24 | ...::digest | provenance | MaD:1 Sink:MaD:1 | |
29 |
| -| test.rs:64:26:64:37 | password_vec | test.rs:64:9:64:24 | ...::digest | provenance | MaD:1 Sink:MaD:1 | |
30 |
| -| test.rs:77:35:77:42 | password | test.rs:77:9:77:33 | ...::new_with_prefix | provenance | MaD:2 Sink:MaD:2 | |
31 |
| -| test.rs:81:26:81:33 | password | test.rs:81:26:81:40 | password.trim() [&ref] | provenance | MaD:5 | |
32 |
| -| test.rs:81:26:81:40 | password.trim() [&ref] | test.rs:81:9:81:24 | ...::digest | provenance | MaD:1 Sink:MaD:1 | |
33 |
| -| test.rs:83:26:83:33 | password | test.rs:83:26:83:44 | password.as_bytes() | provenance | MaD:4 | |
34 |
| -| test.rs:83:26:83:44 | password.as_bytes() | test.rs:83:9:83:24 | ...::digest | provenance | MaD:1 Sink:MaD:1 | |
| 5 | +| test.rs:20:26:20:39 | credit_card_no | test.rs:20:9:20:24 | ...::compute | provenance | MaD:1 Sink:MaD:1 | |
| 6 | +| test.rs:21:26:21:33 | password | test.rs:21:9:21:24 | ...::compute | provenance | MaD:1 Sink:MaD:1 | |
35 | 7 | models
|
36 |
| -| 1 | Sink: repo:https://github.com/RustCrypto/traits:digest; <_ as crate::digest::Digest>::digest; Argument[0]; hasher-input | |
37 |
| -| 2 | Sink: repo:https://github.com/RustCrypto/traits:digest; <_ as crate::digest::Digest>::new_with_prefix; Argument[0]; hasher-input | |
38 |
| -| 3 | Sink: repo:https://github.com/stainless-steel/md5:md5; crate::compute; Argument[0]; hasher-input | |
39 |
| -| 4 | Summary: lang:core; <str>::as_bytes; Argument[self]; ReturnValue; taint | |
40 |
| -| 5 | Summary: lang:core; <str>::trim; Argument[self]; ReturnValue.Reference; taint | |
| 8 | +| 1 | Sink: md5::compute; Argument[0]; hasher-input | |
41 | 9 | nodes
|
42 |
| -| test.rs:14:9:14:24 | ...::digest | semmle.label | ...::digest | |
43 |
| -| test.rs:14:26:14:39 | credit_card_no | semmle.label | credit_card_no | |
44 |
| -| test.rs:15:9:15:24 | ...::digest | semmle.label | ...::digest | |
45 |
| -| test.rs:15:26:15:33 | password | semmle.label | password | |
46 | 10 | | test.rs:20:9:20:24 | ...::compute | semmle.label | ...::compute |
|
47 | 11 | | test.rs:20:26:20:39 | credit_card_no | semmle.label | credit_card_no |
|
48 | 12 | | test.rs:21:9:21:24 | ...::compute | semmle.label | ...::compute |
|
49 | 13 | | test.rs:21:26:21:33 | password | semmle.label | password |
|
50 |
| -| test.rs:26:9:26:26 | ...::digest | semmle.label | ...::digest | |
51 |
| -| test.rs:26:28:26:41 | credit_card_no | semmle.label | credit_card_no | |
52 |
| -| test.rs:27:9:27:26 | ...::digest | semmle.label | ...::digest | |
53 |
| -| test.rs:27:28:27:35 | password | semmle.label | password | |
54 |
| -| test.rs:32:9:32:34 | ...::digest | semmle.label | ...::digest | |
55 |
| -| test.rs:32:36:32:49 | credit_card_no | semmle.label | credit_card_no | |
56 |
| -| test.rs:33:9:33:34 | ...::digest | semmle.label | ...::digest | |
57 |
| -| test.rs:33:36:33:43 | password | semmle.label | password | |
58 |
| -| test.rs:39:9:39:30 | ...::digest | semmle.label | ...::digest | |
59 |
| -| test.rs:39:32:39:39 | password | semmle.label | password | |
60 |
| -| test.rs:60:9:60:24 | ...::digest | semmle.label | ...::digest | |
61 |
| -| test.rs:60:26:60:37 | password_str | semmle.label | password_str | |
62 |
| -| test.rs:62:9:62:24 | ...::digest | semmle.label | ...::digest | |
63 |
| -| test.rs:62:26:62:37 | password_arr | semmle.label | password_arr | |
64 |
| -| test.rs:64:9:64:24 | ...::digest | semmle.label | ...::digest | |
65 |
| -| test.rs:64:26:64:37 | password_vec | semmle.label | password_vec | |
66 |
| -| test.rs:77:9:77:33 | ...::new_with_prefix | semmle.label | ...::new_with_prefix | |
67 |
| -| test.rs:77:35:77:42 | password | semmle.label | password | |
68 |
| -| test.rs:81:9:81:24 | ...::digest | semmle.label | ...::digest | |
69 |
| -| test.rs:81:26:81:33 | password | semmle.label | password | |
70 |
| -| test.rs:81:26:81:40 | password.trim() [&ref] | semmle.label | password.trim() [&ref] | |
71 |
| -| test.rs:83:9:83:24 | ...::digest | semmle.label | ...::digest | |
72 |
| -| test.rs:83:26:83:33 | password | semmle.label | password | |
73 |
| -| test.rs:83:26:83:44 | password.as_bytes() | semmle.label | password.as_bytes() | |
74 | 14 | subpaths
|
0 commit comments