JavaScript for Line of Business Applications
596.1K views | +0 today
Follow
JavaScript for Line of Business Applications
Keeping track of current JavaScript Frameworks that help design your clientside Business Logic Layers.
Curated by Jan Hesse
Beam to my Inbox:
Your new post is loading...
Your new post is loading...

Popular Tags - Filter using the Funnel

Current selected tags: 'Node.js', 'security'. Clear
Scoop.it!

Node.js Security Tips

Node.js Security Tips | JavaScript for Line of Business Applications | Scoop.it

Node.js is getting more and more mature, no doubt - despite this, not a lot of security guidelines are out there.

In this post I will share some points you should keep in mind when it comes to Node.js security.


Contents:

* No eval, or friends
* Strict mode, please
* Static code analysis
* Testing
* Say no to sudo node app.js
* Avoid command injection
* Temp files
* Securing your web application
* Tools to use
* Stay updated

No comment yet.
Scoop.it!

Writing secure express.js apps

Writing secure express.js apps | JavaScript for Line of Business Applications | Scoop.it

Here is a starting guide for securing express.js applications, specifically Express v3. It is by no means a comprehensive guide on web application security. Standard rules and practices apply to express.js apps just as if they would to Rails, Django or any other web application.

I’m going to hit the high points of items that always seem to come up.

No comment yet.
Scoop.it!

Protect Your Node App's Noggin With Helmet

Protect Your Node App's Noggin With Helmet | JavaScript for Line of Business Applications | Scoop.it
Learn how to protect your Express Node application from cross-site scripting, script injection, clickjacking, insecure requests, and more by using a set of Express middleware provided by Helmet.
No comment yet.