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 validation when the JWE does not contains a JWS #505

Merged
merged 1 commit into from
Oct 21, 2020
Merged

Conversation

ycrumeyrolle
Copy link
Collaborator

Fix #504

@codecov
Copy link

codecov bot commented Oct 21, 2020

Codecov Report

Merging #505 into master will increase coverage by 0.01%.
The diff coverage is 61.53%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #505      +/-   ##
==========================================
+ Coverage   63.11%   63.12%   +0.01%     
==========================================
  Files         165      165              
  Lines        8798     8806       +8     
  Branches     1449     1452       +3     
==========================================
+ Hits         5553     5559       +6     
- Misses       2727     2728       +1     
- Partials      518      519       +1     
Impacted Files Coverage Δ
src/JsonWebToken/TokenValidationPolicyBuilder.cs 48.21% <50.00%> (-1.32%) ⬇️
src/JsonWebToken/SignatureValidationPolicy.cs 82.50% <66.66%> (-1.29%) ⬇️
src/JsonWebToken/JwtReader.cs 78.21% <100.00%> (+0.77%) ⬆️
src/JsonWebToken/TokenValidationPolicy.cs 92.64% <100.00%> (+1.47%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 086aa89...96a0c69. Read the comment docs.

@ycrumeyrolle ycrumeyrolle merged commit ffd710a into master Oct 21, 2020
@ycrumeyrolle ycrumeyrolle deleted the issue504 branch October 21, 2020 20:29
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.

Some Errors on Validation BinaryPayloadJwt
1 participant