UMDLARS / dtanm

A framework to teach adversarial thinking to software developers without requiring any special security knowledge
3 stars 2 forks source link

Change all instances of `/cctf` to `/dtanm` #37

Open ChandlerSwift opened 5 years ago

ChandlerSwift commented 5 years ago

CCTF is legacy terminology from when the framework was called Class Capture The Flag. Now that it's DTANM, the mount point of shared data at /cctf should be changed to /dtanm.

A simple grep -r cctf . in the root currently shows 35 instances of /cctf being used (mostly in code, but some in docs). I'm guessing these could just be blindly find-replaced, but I'd like to wait until we get a test suite in place before we actually do it so we can know with pretty good likelihood that there aren't any major issues remaining.