mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 21:16:29 +02:00
chown directories to root, ensuring they are not writable by runners
This commit is contained in:
parent
38ab15081e
commit
8b90c12c5c
3 changed files with 780 additions and 4 deletions
|
@ -5,6 +5,7 @@
|
|||
"main": "src/index.js",
|
||||
"dependencies": {
|
||||
"body-parser": "^1.19.0",
|
||||
"chownr": "^2.0.0",
|
||||
"express": "^4.17.1",
|
||||
"is-docker": "^2.1.1",
|
||||
"js-yaml": "^4.0.0",
|
||||
|
@ -18,6 +19,5 @@
|
|||
"waitpid": "git+https://github.com/HexF/node-waitpid.git",
|
||||
"yargs": "^16.2.0"
|
||||
},
|
||||
|
||||
"license": "MIT"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue