Skip to content

TheHothihi/NodejsSecurityChecking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodejsSecurityChecking

NodejsSecurityChecking provide a basic security checking of Node.js. It is a entry level Security project and PLEASE DO NOT rely on it.

DISCLAIMER

The project creator have no responsibility if the project have any bug or it cannot protect your server.

Usage:

In Node.js, you can require security.js, here is the example:

	var Security = require('./NodejsSecurityChecking/security');
	...
	var matching_json = {...}; //The input should match the format of matching_json
	var output = Security.checking(input_json,checking_json_array,callback);

History

2017-04-28

v0.0.0 Project Created with nothing.

2017-04-30

v0.1.0 Providing basic security checking function.

Checking State
JSON Matching
Mongodb Injection Checking
XSS Checking
CSRF Checking
Authentication Checking

From a Student of Information Engineering Department, The Chinese University of Hong Kong.

@FYP Server needed.

About

Nodejs Security Checking

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published