Skip to content
#

Static code analysis

Static program analysis (or static analysis) is the analysis of computer programs performed without executing them, in contrast with dynamic program analysis, which is performed on programs during their execution.

Here are 22 public repositories matching this topic...

NodejsSecurify is an advanced npm package designed to enhance the security of Node.js applications. It provides a comprehensive set of security features and analysis capabilities to identify potential vulnerabilities and enforce best practices in accordance with OWASP guidelines.

  • Updated Dec 12, 2023
  • TypeScript
Followers
101 followers

Related Topics

dynamic-code-analysis testing