Skip to content
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

Fix special security level retrieval #813

Merged
merged 1 commit into from
Aug 4, 2023
Merged

Fix special security level retrieval #813

merged 1 commit into from
Aug 4, 2023

Conversation

violine1101
Copy link
Member

Purpose

Arisa thought that MCL had the security level 10318, while it is actually 10502, as is specified in the config.

Approach

Apparently the config converts every key to lowercase, so convert the key to lowercase before retreiving it from the config. This might have been caused by some update to the konf library that we missed, not sure.

Future work

Change MCL on the bug tracker to use same security level as all the other projects.

Checklist

  • Included tests
  • Updated documentation in README
    and docs folder
  • Tested in MCTEST-xxx

Apparently the config converts every key to lowercase, so let's adjust for that.
Might have been caused by some update to the konf library that we missed.
@urielsalis urielsalis merged commit d55db6a into master Aug 4, 2023
4 checks passed
@urielsalis urielsalis deleted the fix-set-private branch August 4, 2023 07:32
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.

2 participants