CZ-NIC / django-eidas-specific-node

GNU General Public License v3.0
2 stars 2 forks source link

Verify signature of SAML responses #50

Closed jiri-janousek closed 5 years ago

jiri-janousek commented 5 years ago

Closes #9

codecov-io commented 5 years ago

Codecov Report

Merging #50 into 27-sign-saml-responses will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@                  Coverage Diff                   @@
##           27-sign-saml-responses    #50    +/-   ##
======================================================
  Coverage                     100%   100%            
======================================================
  Files                          39     39            
  Lines                        2853   3086   +233     
  Branches                      185    200    +15     
======================================================
+ Hits                         2853   3086   +233
Impacted Files Coverage Δ
eidas_node/proxy_service/settings.py 100% <ø> (ø) :arrow_up:
eidas_node/saml.py 100% <100%> (ø) :arrow_up:
eidas_node/tests/connector/test_demo_views.py 100% <100%> (ø) :arrow_up:
eidas_node/proxy_service/views.py 100% <100%> (ø) :arrow_up:
eidas_node/tests/test_saml.py 100% <100%> (ø) :arrow_up:
eidas_node/xml.py 100% <100%> (ø) :arrow_up:
eidas_node/tests/test_xml.py 100% <100%> (ø) :arrow_up:
eidas_node/tests/constants.py 100% <100%> (ø) :arrow_up:
eidas_node/connector/demo/views.py 100% <100%> (ø) :arrow_up:
eidas_node/tests/proxy_service/test_cznia_views.py 100% <100%> (ø) :arrow_up:
... and 1 more

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 f65ca84...ea31193. Read the comment docs.

jiri-janousek commented 5 years ago

Rebased.