File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 14
14
15
15
import cpp
16
16
import codingstandards.cpp.autosar
17
- import semmle.code.cpp.dataflow.DataFlow
17
+ import semmle.code.cpp.dataflow.new. DataFlow
18
18
19
19
class InstanceOfCStyleString extends Expr {
20
20
InstanceOfCStyleString ( ) {
Original file line number Diff line number Diff line change 1
- WARNING: module 'DataFlow' has been deprecated and may be removed in future (CStyleStringsUsed.ql:39,3-11)
2
- WARNING: module 'DataFlow' has been deprecated and may be removed in future (CStyleStringsUsed.ql:39,23-31)
3
- WARNING: module 'DataFlow' has been deprecated and may be removed in future (CStyleStringsUsed.ql:39,47-55)
4
1
| test.cpp:7:20:7:27 | CodeQL | Usage of C-style string in $@. | test.cpp:7:20:7:27 | CodeQL | expression |
5
2
| test.cpp:7:20:7:27 | CodeQL | Usage of C-style string in $@. | test.cpp:16:16:16:17 | a1 | expression |
6
3
| test.cpp:8:22:8:26 | call to c_str | Usage of C-style string in $@. | test.cpp:8:22:8:26 | call to c_str | expression |
You can’t perform that action at this time.
0 commit comments