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