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

Do not set risk in GetSignRequest when AllowedRiskLevel is NoRiskLevel #472

Merged
merged 2 commits into from
Oct 18, 2024

Conversation

staryd
Copy link
Contributor

@staryd staryd commented Oct 15, 2024

This PR fixes #471.

  • This is a minor fix related to Signing. When flowOptions.AllowedRiskLevel is set to Risk.BankIdAllowedRiskLevel.NoRiskLevel, the risk was incorrectly set to the value "norisklevel", which is invalid in the BankID API v6.0. Instead, if NoRiskLevel is specified, risk will no longer be set.

  • Updated the NuGet package System.Text.Json to version 8.0.5 to address a known high-severity vulnerability in version 8.0.4. Details can be found here: GHSA-8g4q-xg66-9fp4

@elinohlsson elinohlsson merged commit 4f16557 into ActiveLogin:main Oct 18, 2024
18 checks passed
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.

Signing with AllowedRiskLevel = NoRiskLevel
2 participants