-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Brodes/experiments #18627
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Brodes/experiments #18627
Conversation
| override string getOperationName() { result = "HASH" } | ||
| } | ||
|
|
||
| // Rule: no newtype representing a type of algorithm should be modelled with multiple interfaces |
Check warning
Code scanning / CodeQL
Misspelling Warning
| // However, PKCS12KDF also has a property: the iteration count. | ||
| // | ||
| // If we have HKDF and PKCS12KDF under TKeyDerivationType, | ||
| // someone modelling a library might try to make a generic identification of both of those algorithms. |
Check warning
Code scanning / CodeQL
Misspelling Warning
| /** | ||
| * HKDF key derivation function | ||
| */ |
Check warning
Code scanning / CodeQL
Class QLDoc style. Warning
| /** | ||
| * PKCS #12 key derivation function | ||
| */ |
Check warning
Code scanning / CodeQL
Class QLDoc style. Warning
| /** | ||
| * Elliptic curve algorithm | ||
| */ |
Check warning
Code scanning / CodeQL
Class QLDoc style. Warning
| override string getOperationName() { result = "HASH" } | ||
| } | ||
|
|
||
| // Rule: no newtype representing a type of algorithm should be modelled with multiple interfaces |
Check warning
Code scanning / CodeQL
Misspelling Warning
| // However, PKCS12KDF also has a property: the iteration count. | ||
| // | ||
| // If we have HKDF and PKCS12KDF under TKeyDerivationType, | ||
| // someone modelling a library might try to make a generic identification of both of those algorithms. |
Check warning
Code scanning / CodeQL
Misspelling Warning
| /** | ||
| * HKDF key derivation function | ||
| */ |
Check warning
Code scanning / CodeQL
Class QLDoc style. Warning
| /** | ||
| * PKCS #12 key derivation function | ||
| */ |
Check warning
Code scanning / CodeQL
Class QLDoc style. Warning
| /** | ||
| * Elliptic curve algorithm | ||
| */ |
Check warning
Code scanning / CodeQL
Class QLDoc style. Warning
No description provided.