Skip to content

fix: Add missing /api/challenges endpoint for CSV export#1063

Closed
fasiho7 wants to merge 3 commits intoOWASP:mainfrom
fasiho7:main
Closed

fix: Add missing /api/challenges endpoint for CSV export#1063
fasiho7 wants to merge 3 commits intoOWASP:mainfrom
fasiho7:main

Conversation

@fasiho7
Copy link
Copy Markdown

@fasiho7 fasiho7 commented Jan 22, 2026

  • Fixes issue where Challenge 0 answer was missing from CSV export
  • Supports both JSON (?format=json) and CSV (?format=csv) formats
  • Includes all challenge answers (0-53) for CTFd integration

Thank you for submitting a pull request to the WrongSecrets Party!

What kind of changes does this PR include?

  • Fixes or refactors
  • Platform support
  • A new feature
  • Additional documentation
  • Something else

Checklist:

  • All the contributions made are solely the work of me and my co-authors
  • I tested the changes in this PR (if applicable)
  • I added tests to ensure my change works (if applicable)
  • The PR passes pre-commit hooks and automated tests

- Fixes issue where Challenge 0 answer was missing from CSV export
- Supports both JSON (?format=json) and CSV (?format=csv) formats
- Includes all challenge answers (0-53) for CTFd integration
- Pin to latest KasmVNC webtop image (lscr.io/linuxserver/webtop:latest)
- Update container image references to use new webtop
- Change port from 3000/8080 to 6080 for KasmVNC compatibility
- Update proxy routing to use correct port for webtop access

Fixes compatibility with new KasmVNC-based webtop setup
{
name: 'virtualdesktop',
image: `jeroenwillemsen/wrongsecrets-desktop-k8s:${wrongSecretsDekstopTag}`,
image: `lscr.io/linuxserver/webtop:${wrongSecretsDekstopTag}`,
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi there, why the change to a webtop without al the preconfigured tools?

@commjoen
Copy link
Copy Markdown
Collaborator

commjoen commented Mar 7, 2026

closing due to inactivty

@commjoen commjoen closed this Mar 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants