Static application security testing: Difference between revisions

Content deleted Content added
Improving categories.
Jrob kiwi (talk | contribs)
added a "see also" section, some obvious links were missing and I didn't know where to add them. Linting for example is a type of SAST.
Line 259:
 
Scanning many lines of code with SAST tools may result in hundreds or thousands of vulnerability warnings for a single application. It generates many false-positives, increasing investigation time and reducing trust in such tools. This is particularly the case when the context of the vulnerability cannot be caught by the tool<ref name="ReferenceA"/>
 
== See also ==
 
* [[Security testing]]
* [[Lint (software)]]
* [[Dynamic application security testing]]
 
==References==