Skip to content

Supply Chain block reachable finding#5

Open
stuartcmehrens wants to merge 2 commits intomasterfrom
add-ssc-reachable-csharp-auth0
Open

Supply Chain block reachable finding#5
stuartcmehrens wants to merge 2 commits intomasterfrom
add-ssc-reachable-csharp-auth0

Conversation

@stuartcmehrens
Copy link

No description provided.

public async Task<bool> ValidateTokenAsync(string idToken)
{
var validator = new IdentityTokenValidator(_apiClient);
return await validator.ValidateAsync(idToken);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Risk: Affected versions of Auth0.AuthenticationApi are vulnerable to Improper Authentication due to improperly exposing IdentityTokenValidator, an Auth0 specific validator implementation not suitable for untrusted tokens.

Fix: Upgrade this library to at least version 6.5.4 at sharpcompress/supply-chain/reachable/packages.lock.json:5.

Reference(s): GHSA-c9cg-q8r2-xvjq, CVE-2019-16929

Ignore this finding from ssc-fc796605-eb59-42b8-9d5c-02e7bb517689.


public async Task<bool> ValidateTokenAsync(string idToken)
{
var validator = new IdentityTokenValidator(_apiClient);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Risk: Affected versions of Auth0.AuthenticationApi are vulnerable to Improper Authentication due to improperly exposing IdentityTokenValidator, an Auth0 specific validator implementation not suitable for untrusted tokens.

Fix: Upgrade this library to at least version 6.5.4 at sharpcompress/supply-chain/reachable/packages.lock.json:5.

Reference(s): GHSA-c9cg-q8r2-xvjq, CVE-2019-16929

Ignore this finding from ssc-fc796605-eb59-42b8-9d5c-02e7bb517689.

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.

1 participant