trampgeek / jobe

jobe is a server that runs small programming jobs in a variety of programming languages
MIT License
108 stars 78 forks source link

Added checks if request parameters are numeric to prevent command injections #40

Closed myyxl closed 3 years ago

myyxl commented 3 years ago

Added numeric checks to prevent command injections that could lead to Privilege Escalations. This will fix issue https://github.com/trampgeek/jobe/issues/39

Sincerely, Marlon