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

Bug in challenge 16 #1191

Closed
2 tasks done
commjoen opened this issue Jan 17, 2024 · 1 comment · Fixed by #1272
Closed
2 tasks done

Bug in challenge 16 #1191

commjoen opened this issue Jan 17, 2024 · 1 comment · Fixed by #1272
Assignees
Labels
bug Something isn't working
Milestone

Comments

@commjoen
Copy link
Collaborator

commjoen commented Jan 17, 2024

The obfuscated front-end function does sometimes give back a different value than the actual value used in the backend in challenge16.
We need to:

  • make sure we get the right value from the obfuscated function (e.g. fix function generation/obfuscation/integration)
  • create a test as part of the container building that verifies using the value in the generated secondkey.txt is indeed valid (not returning 401, but 200 instead)

Want to take this issue on? You will need to have understanding of Bash, node, mvn, and the overall architecture of the project.

@commjoen commjoen added bug Something isn't working help wanted Extra attention is needed labels Jan 17, 2024
@commjoen
Copy link
Collaborator Author

commjoen commented Feb 4, 2024

in 1.8.2 the spoil, secondkey.txt and the javascript seem aligned again on arcane, the nomral container release (see latest docker and ctf-party), but not on prod heroku . still having a test to ensure this is the case before proceeding would be great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants