-
Notifications
You must be signed in to change notification settings - Fork 116
Roadmap
- Add a tag for v1.5 to current next-dev head
- Merge next-dev into next
- Merge the summer code sprint contributions into next-dev
- Integrate tinymvc or other php framework(adds some code but speeds up development)
- Add a plugin to show student/class progress in graphs
- New template
- Add support for step by step, presentation style, articles( there are a couple of js solutions for this)
Rest api frontend which serves json
-
Extend the daemon to control both vagrant and docker challenges.
-
Make the communication via a rest interface (we already serve json) (we could use a microframework like flask for this.)
-
Security -- so far most of the config is default
-
Extend ContainerEngine support for scripting languages like Python, NodeJS, Ruby on rails. See issue #181
-
Extend the ContainerEngine to support Linux platforms like Fedora, CentOS, and ArchLinux. See issue #180.
-
Adding logging support for container daemon runtime error. As of now, the daemon is working properly but if for any chance it fails to work or it crashes, there is no way we can debug this. See issue #179
Challenge repository --> github repository to host challenges and cms functionality to download/install challenges
Challenges:
- Zap command line/api challenge which uses a script like puppet's quest to guide the user through it.
- Host the other owasp vulnerable apps
- Fix vulnerable source code so that it passes the unit tests