-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- consider slight edit to solve.md
- add # TODO: deploy to end of chall.yaml
- add some deployment code / Dockerfile or wait for me to eventually do it
jailbreak/solve.md
Outdated
@@ -0,0 +1,15 @@ | |||
# JailBreak | |||
|
|||
The `exec` function in python is very dangerous, especially with it executing an input given by the user. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this seems irrelevant, since the eval
function is used rather than exec
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whoops i changed it after writing the solve path
- src: ./main.py | ||
authors: | ||
- Jack Crowley | ||
visible: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: deploy
Still teetering on the verge of being too difficult, could work around it by just getting rid of the concept of illegal characters so that the solve is just type something like |
No description provided.