You need to sign in or sign up before continuing.
fix sql injections and path traversals
This diff is collapsed.
| ... | ... | @@ -44,7 +44,8 @@ |
| "nodemailer-ntlm-auth": "^1.0.1", | ||
| "passport": "0.3.2", | ||
| "passport-saml": "^2.1.0", | ||
| "pug": "^3.0.2" | ||
| "pug": "^3.0.2", | ||
| "uuid": "^10.0.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/async": "^3.2.6", | ||
| ... | ... |
Please register or sign in to comment