UMDLARS / dtanm

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

Add limits on build container resources #25

Open ChandlerSwift opened 5 years ago

ChandlerSwift commented 5 years ago

Currently a makefile has no limits like the execution container does (e.g. network access, unlimited CPU time and memory and disk space) and we could be subject to some kind of Denial of Service attack (intentional or unintentional) or somebody messing with the scores, given network access.