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

inline //codechecker_suppress is ineffective in static html output #1423

Closed
dkrupp opened this issue Mar 4, 2018 · 0 comments
Closed

inline //codechecker_suppress is ineffective in static html output #1423

dkrupp opened this issue Mar 4, 2018 · 0 comments
Assignees
Labels
bug 🐛 CLI 💻 Related to the command-line interface, such as the cmd, store, etc. commands
Milestone

Comments

@dkrupp
Copy link
Member

dkrupp commented Mar 4, 2018

 void test() {
  char buff[1024];
  //codechecker_suppress[security.insecureAPI.gets] We do not fear of buffer overflows!
  gets(buff); 
}

CodeChecker check -b "g++ -c ./list.c" --print-steps -e alpha.unix -e alpha.security -o reports
CodeChecker parse ./reports/ -e html -o reports_html

@dkrupp dkrupp added the bug 🐛 label Mar 4, 2018
@whisperity whisperity added the CLI 💻 Related to the command-line interface, such as the cmd, store, etc. commands label Mar 4, 2018
@csordasmarton csordasmarton added this to the release 6.6.1 milestone Mar 5, 2018
@csordasmarton csordasmarton modified the milestones: release 6.6.1, release 6.7 Apr 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 CLI 💻 Related to the command-line interface, such as the cmd, store, etc. commands
Projects
None yet
Development

No branches or pull requests

3 participants