Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[analyzer][doc] Add taint analysis documentation #3522

Merged
merged 2 commits into from
Nov 29, 2021

Conversation

gamesh411
Copy link
Collaborator

Clang SA uses taint analysis to detect bugs and security issues in code.
This change documents basic taint analysis usage and how to configure the
checker implementing the analysis.

Clang SA uses taint analysis to detect bugs and security issues in code.
This change documents basic taint analysis usage and how to configure the
checker implementing the analysis.
Copy link
Contributor

@csordasmarton csordasmarton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one small comment otherwise LGTM!

docs/analyzer/user_guide.md Outdated Show resolved Hide resolved
@csordasmarton csordasmarton added the documentation 📖 Changes to documentation. label Nov 29, 2021
@csordasmarton csordasmarton added this to the release 6.18.1 milestone Nov 29, 2021
Co-authored-by: Márton Csordás <csordasmarton92@gmail.com>
Copy link
Contributor

@csordasmarton csordasmarton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@gamesh411 gamesh411 merged commit eca941c into Ericsson:master Nov 29, 2021
csordasmarton added a commit that referenced this pull request Dec 9, 2021
Clang SA uses taint analysis to detect bugs and security issues in code.
This change documents basic taint analysis usage and how to configure the
checker implementing the analysis.

Co-authored-by: Márton Csordás <csordasmarton92@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation 📖 Changes to documentation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants