File tree 2 files changed +13
-0
lines changed
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 329
329
330
330
# Add LICENSE and ACKNOWLEDGEMENTS
331
331
cp LICENSE $LEVELS_DIR /LICENSE
332
+ cp LICENSE $LEVELS_DIR /CHANGELOG
332
333
cp ACKNOWLEDGEMENTS $LEVELS_DIR /ACKNOWLEDGEMENTS
333
334
chmod 444 $LEVELS_DIR /ACKNOWLEDGEMENTS
335
+ chmod 444 $LEVELS_DIR /CHANGELOG
334
336
chmod 444 $LEVELS_DIR /LICENSE
335
337
336
338
# Add lab01
You can’t perform that action at this time.
0 commit comments