File tree Expand file tree Collapse file tree 3 files changed +3
-39
lines changed Expand file tree Collapse file tree 3 files changed +3
-39
lines changed Original file line number Diff line number Diff line change 1- service_name : travis-ci
1+ service_name : github
22
3- src_dir : lib
3+ src_dir : src
44
55coverage_clover : tests/build/logs/clover.xml
66
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ A replay attack is basically try to reuse an intercepted valid SAML Message in o
171171SAML Messages have a limited timelife (NotBefore, NotOnOrAfter) that
172172make harder this kind of attacks, but they are still possible.
173173
174- In order to avoid them, the SP can keep a list of SAML Messages or Assertion IDs alredy validated and processed. Those values only need
174+ In order to avoid them, the SP can keep a list of SAML Messages or Assertion IDs already validated and processed. Those values only need
175175to be stored the amount of time of the SAML Message life time, so
176176we don't need to store all processed message/assertion Ids, but the most recent ones.
177177
You can’t perform that action at this time.
0 commit comments