Skip to content

sasl scram auth wip#47

Draft
shortishly wants to merge 27 commits intomainfrom
45-sasl-authentication
Draft

sasl scram auth wip#47
shortishly wants to merge 27 commits intomainfrom
45-sasl-authentication

Conversation

@shortishly
Copy link
Contributor

No description provided.

@shortishly shortishly linked an issue Sep 23, 2024 that may be closed by this pull request
@shortishly shortishly self-assigned this Sep 23, 2024
@shortishly shortishly mentioned this pull request Feb 11, 2026
const DEFAULT_SALT_LEN: usize = 32;
const DEFAULT_ITERATIONS: u32 = 2u32.pow(14);

let mut salt = [0u8; DEFAULT_SALT_LEN];

Check failure

Code scanning / CodeQL

Hard-coded cryptographic value Critical

This hard-coded value is used as
a salt
.

Copilot Autofix

AI 2 days ago

Copilot could not generate an autofix suggestion

Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

sasl authentication

1 participant