Navigation Menu

Skip to content

Commit

Permalink
Seems that #2761 (JENKINS-31598) blocks the attack with or without Si…
Browse files Browse the repository at this point in the history
…gnedObject.
  • Loading branch information
jglick committed Apr 14, 2017
1 parent 87edd42 commit 0c3d2ac
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -174,7 +174,7 @@ public void ldap() throws Exception {
@Test
@Issue("SECURITY-429")
public void jsonLibSignedObject() throws Exception {
probe(Payload.JsonLibSignedObject, PayloadCaller.EXIT_CODE_REJECTED);
probe(Payload.JsonLibSignedObject, 1);
}

private void probe(Payload payload, int expectedResultCode) throws Exception {
Expand Down

0 comments on commit 0c3d2ac

Please sign in to comment.