DEV Community

ThanhTuan1695
ThanhTuan1695

Posted on

Secure Code Guideline

[Secure Coding Guideline Tip]
Tip1:
Input Validation of ALL types of input. This includes from your database, URL parameters and your database. Valid data on the backend (web server), not in the front end (javascript).

tip1

securecode

Guideline

tipandtrick

Top comments (0)