I have setup a project to test the capability of CodeQL,to test taint tracking ablitity
Open
C++
question
- Dominant language
- CodeQL
- Stars
- 10.1k
- Forks
- 2.1k
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 141
Description
here is my project
```
https://github.com/hatface/codeql_cap_evalution
```
here is the test result
```
https://github.com/hatface/codeql_cap_evalution/blob/main/CodeQL_Capacibility_Test_Result.md
```
here is the CodeQL Query
```cpp
https://github.com/hatface/codeql_cap_evalution/blob/main/taint_cap_test.ql
```
and the case5 is failed
QUESTION:
how to fix the situation using ```isAdditionalTaintStep```
Contributor guide
Assessment
This issue has not been assessed yet.