Liran Tal
💚@nodejs Security WG member | Core team @meanjs, #dockly | Author: 📘Essential Node.js Security ✨ Engineering Manager @nielsen-oss | ❤️#opensource #javascript
@liran_tal
github.com/lirantal
@liran_tal
github.com/lirantal
src: https://snyk.io/opensourcesecurity-2019
Jan 2015
Jan 2015
Jan 2017
$ npm install crossenv --save
crossenv/package.json
crossenv/package-setup.js
src: https://snyk.io/vuln
Jan 2015
Jan 2017
Jul 2018
src: https://github.com/ChALkeR/notes
Nov 2019
Jan 2015
Jan 2017
Jul 2018
src: https://snyk.io/blog/a-post-mortem-of-the-malicious-event-stream-backdoor
(CC BY-NC-SA 2.0)
^([01]?\\d\\d?|2[0-4]\\d|25
[0-5])\\.([01]?\\d\\d?|2[0-4]
\\d|25[0-5])\\.([01]?\\d\\d?|
2[0-4]\\d|25[0-5])\\.([01]?
\\d\\d?|2[0-4]\\d|25[0-5])$
const safeRegex = require('safe-regex')
let regex = /^(([a-z])+.)+[A-Z]([a-z])+$/
let isSafe = safeRegex(regex)
$ npm profile enable-2fa
2FA successfully enabled.
Below are your recovery codes,
please print these out.
Source: The State of Open Source Security Report 2019, Snyk
https://snyk.io/opensourcesecurity-2019/
$ npm install -g snyk
$ snyk auth
$ snyk test
@liran_tal
github.com/lirantal
By Liran Tal
With a great ecosystem, comes great responsibility, and application security is not one to wave off. Let’s review some black clouds of security horror stories in the Node.js ecosystem, and learn how to mitigate them to build secure JavaScript and Node.js applications. We will deep-dive into practical Node.js security measures which you can easily implement in your current projects, covering OWASP Top 10 issues such as injection attacks and secure dependencies management. Finally, we will review the work and initiatives that the Node.js Security Working Group have been taking to ensure a more secure future for Node.js.
💚@nodejs Security WG member | Core team @meanjs, #dockly | Author: 📘Essential Node.js Security ✨ Engineering Manager @nielsen-oss | ❤️#opensource #javascript