File tree 2 files changed +0
-6
lines changed
2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 1
1
package saml ;
2
2
3
- import lombok .SneakyThrows ;
4
3
import org .opensaml .saml .saml2 .core .*;
5
4
import org .opensaml .saml .saml2 .metadata .EntityDescriptor ;
6
5
import org .opensaml .security .credential .Credential ;
Original file line number Diff line number Diff line change @@ -325,13 +325,10 @@ void createAuthnRequest() {
325
325
* - Wrapped content with/without signature
326
326
* - Wrapped content in Object / RequestedAuthnContext
327
327
* - Processed content with equal/modified/missing ID
328
- *
329
328
* This leads to 12 different message combinations.
330
329
* The destination in every message is modified to hackmanit.de.
331
- *
332
330
* If any of the message is successfully validated AND hackmanit.de is processed as a valid destination,
333
331
* the test fails.
334
- *
335
332
* Note that all messages were generated statically so there is a need for an update once the keys/certs
336
333
* are updated.
337
334
*/
@@ -346,9 +343,7 @@ void testSignatureWrappingAttacks() {
346
343
347
344
/**
348
345
* Tests for node splitting attacks with CDATA and comments.
349
- *
350
346
* If any of the message is successfully split the issuer text content, an error is thrown.
351
- *
352
347
* Note that all messages were generated statically so there is a need for an update once the keys/certs
353
348
* are updated.
354
349
*/
You can’t perform that action at this time.
0 commit comments