B
B
BonBon Slick2017-07-26 18:30:21
Information Security
BonBon Slick, 2017-07-26 18:30:21

WEB project security?

What should be considered and what should be paid attention to when checking the security of a web project?
Certificate, validation of inputs (I set 3, html, js, php) + checking each input using regular expressions and the presence of words from the black list, so I doubt that you can enter malicious code. Uploading files was excluded in the project, everything is more difficult with their virus checks.
What else? And I would also like to know what words, phrases, symbols should be added to the black list?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
X
xmoonlight, 2017-07-26
@xmoonlight

Uploading files was excluded in the project, everything is more difficult with their virus checks. What else?
Requests to the server - also exclude. :)
But seriously, this is a multi-level system and you need to validate all user data according to the "white" list of templates.
Reliable website protection against most types of attacks

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question