this post was submitted on 02 Mar 2021
1 points (100.0% liked)

C# (CSharp)

308 readers
4 users here now

founded 5 years ago
MODERATORS
 

PVS-Studio is a static analyzer that allows to find many problems hidden in the source code. Among them there are also errors related to application security. For example, the analyzer has recently learned to identify the presence of confidential data such as passwords in the code. The OWASP Top Ten list includes this potential vulnerability. It is much more dangerous than it may seem at first glance. What makes it so dangerous? How can a static analyzer save us from it? That's what you'll know about (and more) in this article!

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here