Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disable vault challenges in ctf mode for now, and add missing spoiler… #1656

Merged
merged 1 commit into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading