angularjs - App security without helper tools like Sails.js -


sails , express provide built-in, configurable protection against known types of web-application-level attacks.

http://sailsjs.org/documentation/concepts/security

is mean using angularjs, express, mongodb without sails or similar helpers need handle security scenarios hand? , when not aware of them, app vulnerable attacks?

is mean using angularjs, express, mongodb without sails or similar helpers need handle security scenarios hand?

yes. sails provides solutions, still need use them. configuration necessary because security concerns vary application application. sails gives implementation of avoidance techniques, i.e. major work. need choose of techniques relevant application , how wish use them. normally, simple setting variable true or false.

and when not aware of them, app vulnerable attacks?

definitely. every app/site vulnerable. question rhetorical. awareness primary requirement mitigation/avoidance. remember no amount of security ever enough. doesn't hurt use additional security if free. since there's little work required in setting up. of course, needs complemented programming.

good luck!


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -