mirror of
https://github.com/falcosecurity/falco.git
synced 2026-01-17 16:07:35 +00:00
Update the express version to mitigate some security vulnerabilities. Update the port to match the one used by demo.yml. Change to /usr/src/app so npm install works as expected.
8 lines
114 B
JSON
8 lines
114 B
JSON
{
|
|
"name": "bad-rest-api",
|
|
"main": "server.js",
|
|
"dependencies": {
|
|
"express": "~4.16.0"
|
|
}
|
|
}
|