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

Bypass for InResponseTo #87

Merged
merged 39 commits into from
Jun 16, 2022
Merged

Conversation

afurlane
Copy link
Contributor

Description

This should adress correctly the case of zero or more subjectconfirmations. If any is valid should go trough check for in-responseto or a fail condition is if there are some and none is vaid for any reason.

Checklist:

Alessandro Furlanetto and others added 30 commits March 8, 2022 09:41
# Conflicts:
#	package-lock.json
#	package.json
#	test/tests.spec.ts
…rch and take one that is valid (checkTimestampsValidityError). But what if we don't have any valid sc? Take the first one; it will fail later in the flow.
…rmation is found then the firs one in the resulting array of valid confirmations is to be used, if none is found undefined is returned.
…Add one more test to check if second subjectconfirmation is valid since the first one is expired.
@cjbarth cjbarth changed the title Bypass for inresponseto Bypass for InResponseTo May 18, 2022
@cjbarth
Copy link
Collaborator

cjbarth commented May 18, 2022

I was just about to review this code when I noted that there are merge conflicts. Can you please resolve these before I review the code?

@codecov
Copy link

codecov bot commented May 18, 2022

Codecov Report

Merging #87 (b2c55ee) into master (5b9962f) will increase coverage by 0.10%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #87      +/-   ##
==========================================
+ Coverage   79.04%   79.14%   +0.10%     
==========================================
  Files          12       12              
  Lines         792      796       +4     
  Branches      238      238              
==========================================
+ Hits          626      630       +4     
  Misses         73       73              
  Partials       93       93              
Impacted Files Coverage Δ
src/saml.ts 75.97% <100.00%> (+0.17%) ⬆️

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 5b9962f...b2c55ee. Read the comment docs.

@afurlane
Copy link
Contributor Author

I was just about to review this code when I noted that there are merge conflicts. Can you please resolve these before I review the code?

Sorry for the delay; I miss my duties on doing this merge sorry Chris. If I could do something more let me know; Really, I'm sorry about my fault.

@afurlane
Copy link
Contributor Author

@cjbarth sorry, maybe I forgot to mention you. Could you please take a look on this?

@cjbarth cjbarth merged commit c58d868 into node-saml:master Jun 16, 2022
@cjbarth cjbarth added the bug Something isn't working label Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants