Skip to the content.

~

~/Security

~/Security/Appsec



Dynamic Code Analysis

Dynamic code analysis involves running code and examining the outcome, which also entails testing possible execution paths of the code.

Main Advantages

Main Disadvantages

Software Testing

Automate Dynamic Analysis

Incorporate it into your project

Use automated testing to check integrations, interfaces, performance, the operation of specific modules and security. Unit tests, regression tests, API and integration tests, smoke tests, UI and I/O tests, security and vulnerability tests, stress tests, and acceptance tests.

Incorporate it into CI/CD

Use something like Github Actions to perform dynamic analysis before code goes live. Here you can configure automated actions for:

wip