Skip to content

Commit a25330e

Browse files
committed
Rust: Update rustcrypto models.
1 parent a486549 commit a25330e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rust/ql/lib/codeql/rust/frameworks/rustcrypto/rustcrypto.model.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ extensions:
33
pack: codeql/rust-all
44
extensible: sinkModel
55
data:
6-
- ["<digest::core_api::wrapper::CoreWrapper as digest::Update>::new_with_prefix", "Argument[0]", "hasher-input", "manual"]
7-
- ["<digest::core_api::wrapper::CoreWrapper as digest::Update>::update", "Argument[0]", "hasher-input", "manual"]
8-
- ["<digest::core_api::wrapper::CoreWrapper as digest::Update>::chain_update", "Argument[0]", "hasher-input", "manual"]
9-
- ["<digest::core_api::wrapper::CoreWrapper as digest::Update>::digest", "Argument[0]", "hasher-input", "manual"]
6+
- ["<_ as digest::digest::Digest>::new_with_prefix::new_with_prefix", "Argument[0]", "hasher-input", "manual"]
7+
- ["<_ as digest::digest::Digest>::new_with_prefix::update", "Argument[0]", "hasher-input", "manual"]
8+
- ["<_ as digest::digest::Digest>::new_with_prefix::chain_update", "Argument[0]", "hasher-input", "manual"]
9+
- ["<_ as digest::digest::Digest>::new_with_prefix::digest", "Argument[0]", "hasher-input", "manual"]
1010
- ["md5::compute", "Argument[0]", "hasher-input", "manual"]

0 commit comments

Comments
 (0)