Skip to content

Commit c89d78c

Browse files
committedJan 19, 2025·
cleanup: remove Travis CI references
1 parent 78bc99c commit c89d78c

File tree

3 files changed

+2
-40
lines changed

3 files changed

+2
-40
lines changed
 

‎.coveralls.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
service_name: travis-ci
1+
service_name: github
22

33
src_dir: lib
44

‎.travis.yml

-38
This file was deleted.

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ A replay attack is basically try to reuse an intercepted valid SAML Message in o
198198
SAML Messages have a limited timelife (NotBefore, NotOnOrAfter) that
199199
make harder this kind of attacks, but they are still possible.
200200

201-
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
201+
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
202202
to be stored the amount of time of the SAML Message life time, so
203203
we don't need to store all processed message/assertion Ids, but the most recent ones.
204204

0 commit comments

Comments
 (0)
Please sign in to comment.