mirror of
https://github.com/Pro/dkim-exchange.git
synced 2026-04-25 08:55:52 +03:00
[GH-ISSUE #70] Coverity Scan #52
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AlexLaroche on GitHub (Nov 14, 2014).
Original GitHub issue: https://github.com/Pro/dkim-exchange/issues/70
Originally assigned to: @Pro on GitHub.
What is static analysis?
Static analysis is a set of processes for finding source code defects and vulnerabilities.
In static analysis, the code under examination is not executed. As a result, test cases and specially designed input datasets are not required. Examination for defects and vulnerabilities is not limited to the lines of code that are run during some number of executions of the code, but can include all lines of code in the codebase.
Additionally, Coverity's implementation of static analysis can follow all the possible paths of execution through source code (including interprocedurally) and find defects and vulnerabilities caused by the conjunction of statements that are not errors independent of each other.
https://scan.coverity.com/travis_ci
@Pro commented on GitHub (Nov 14, 2014):
Done: https://scan.coverity.com/projects/3482/view_defects
To trigger a new coverity scan, we need to push to the
coverity_scanbranch@AlexLaroche commented on GitHub (Nov 14, 2014):
Thanks.