Rust: Update rustcrypto models.

This commit is contained in:
Geoffrey White
2025-07-07 15:10:59 +01:00
parent a486549956
commit a25330e6ed

View File

@@ -3,8 +3,8 @@ extensions:
pack: codeql/rust-all
extensible: sinkModel
data:
- ["<digest::core_api::wrapper::CoreWrapper as digest::Update>::new_with_prefix", "Argument[0]", "hasher-input", "manual"]
- ["<digest::core_api::wrapper::CoreWrapper as digest::Update>::update", "Argument[0]", "hasher-input", "manual"]
- ["<digest::core_api::wrapper::CoreWrapper as digest::Update>::chain_update", "Argument[0]", "hasher-input", "manual"]
- ["<digest::core_api::wrapper::CoreWrapper as digest::Update>::digest", "Argument[0]", "hasher-input", "manual"]
- ["<_ as digest::digest::Digest>::new_with_prefix::new_with_prefix", "Argument[0]", "hasher-input", "manual"]
- ["<_ as digest::digest::Digest>::new_with_prefix::update", "Argument[0]", "hasher-input", "manual"]
- ["<_ as digest::digest::Digest>::new_with_prefix::chain_update", "Argument[0]", "hasher-input", "manual"]
- ["<_ as digest::digest::Digest>::new_with_prefix::digest", "Argument[0]", "hasher-input", "manual"]
- ["md5::compute", "Argument[0]", "hasher-input", "manual"]