Skip to content

Commit 2584962

Browse files
committed
added changelog for the MBE VM
1 parent 8c30b84 commit 2584962

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

CHANGELOG

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
WARZONE CHANGELOG
2+
--------------------------------------
3+
v1.1 - September 2015
4+
-Project 2 was not meant to be suid, this has been fixed
5+
-Lab 6C should now be be exploitable 100% of the time as intended
6+
-Lab 6B had a bug fixed that rendered it unsolvable
7+
-Lab 6A canaries are now properly disabled, as they were in class
8+
-Lab 8A source now has the '-static' flag to reflect the binary
9+
10+
v1.0 - June 2015
11+
-Initial release

setup_wargame.sh

+2
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,10 @@ fi
329329

330330
# Add LICENSE and ACKNOWLEDGEMENTS
331331
cp LICENSE $LEVELS_DIR/LICENSE
332+
cp LICENSE $LEVELS_DIR/CHANGELOG
332333
cp ACKNOWLEDGEMENTS $LEVELS_DIR/ACKNOWLEDGEMENTS
333334
chmod 444 $LEVELS_DIR/ACKNOWLEDGEMENTS
335+
chmod 444 $LEVELS_DIR/CHANGELOG
334336
chmod 444 $LEVELS_DIR/LICENSE
335337

336338
# Add lab01

0 commit comments

Comments
 (0)