Templates and Tips
Commit
Vbd

Vbd

The following is the commit template for VbD hacking solutions

Fill the fields in angle brackets as indicated in these comments. These comments will not appear in the final commit message.

  • <product\> will be chall
  • <system-name\> is the name of the system
  • <CWE\> is the four digit CWE code of the vulnerability
  • <page-name\> is the place where the vulnerability can be found,

Example: sol(vbd): #0 juice-shop, 0640-backup-file

Template:

<product>\sol(vbd): #0 <system-name>, <CWE>-<page-name>
 
- <type> solution, or something like this...

Full example:

chall\sol(vbd): #0 juice-shop, 0711-fdback-anthr-usrnm
 
- Vbd solution.

Remember to make ONE commit for each challenge solution. This commit must also include the appropriate number of OTHERS solutions, which is currently 10. Then make ONE Merge Request with that ONE commit for ONE challenge, but ONLY after the pipeline has succeeded. See https://docs.autonomicjump.com/submission/submission-intro/ (opens in a new tab).