Skip to content

Commit

Permalink
Update rust/ql/lib/codeql/rust/internal/ConceptsShared.qll
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Friis Vindum <[email protected]>
  • Loading branch information
geoffw0 and paldepind authored Dec 12, 2024
1 parent 591db05 commit d2cfcb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/ql/lib/codeql/rust/internal/ConceptsShared.qll
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module Cryptography {
class PasswordHashingAlgorithm = CryptoAlgorithms::PasswordHashingAlgorithm;

/**
* A data-flow node that is an application of a cryptographic algorithm. For example,
* A data flow node that is an application of a cryptographic algorithm. For example,
* encryption, decryption, signature-validation.
*
* Extend this class to refine existing API models. If you want to model new APIs,
Expand Down

0 comments on commit d2cfcb4

Please sign in to comment.