Skip to content

Commit

Permalink
Merge pull request #1656 from OWASP/releaseprep1
Browse files Browse the repository at this point in the history
disable vault challenges in ctf mode for now, and add missing spoiler…
  • Loading branch information
commjoen authored Oct 8, 2024
2 parents b90b160 + 5681c70 commit 797de8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/wrong-secrets-configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ configurations:
difficulty: *expert
category: *vault
ctf:
enabled: true
enabled: false

- name: Challenge 45
short-name: "challenge-45"
Expand All @@ -735,7 +735,7 @@ configurations:
difficulty: *expert
category: *vault
ctf:
enabled: true
enabled: false

- name: Challenge 46
short-name: "challenge-46"
Expand All @@ -748,7 +748,7 @@ configurations:
difficulty: *expert
category: *vault
ctf:
enabled: true
enabled: false

- name: Challenge 47
short-name: "challenge-47"
Expand All @@ -761,7 +761,7 @@ configurations:
difficulty: *normal
category: *vault
ctf:
enabled: true
enabled: false

- name: Challenge 48
short-name: "challenge-48"
Expand Down
1 change: 1 addition & 0 deletions src/test/e2e/cypress/integration/spoilers.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ describe('Spoiler Tests', () => {
cy.dataCy(SpoilersPage.SPOILER_ANSWER).should('not.contain', 'Error Decrypting')
cy.dataCy(SpoilersPage.SPOILER_ANSWER).should('not.contain', 'Error Executing executable')
cy.dataCy(SpoilersPage.SPOILER_ANSWER).should('not.contain', 'Error reading secret')
cy.dataCy(SpoilersPage.SPOILER_ANSWER).should('not.contain', 'Error, please add the dotnet binary to the challenges file.')
})
})
})
Expand Down

0 comments on commit 797de8d

Please sign in to comment.