Module FileWrite
Provides classes for modeling writing of data to files through various standard mechanisms such as fprintf, fwrite and operator<<.
Import path
import semmle.code.cpp.security.FileWriteImports
| cpp | Provides classes and predicates for working with C/C++ code. |
Classes
| BasicOStreamCall | A call to a member of |
| BasicOStreamClass | A |
| ChainedOutputCall | Output by a function that can be chained, such as |
| FileWrite | A function call that writes to a file. |
| OperatorLShiftCall | A call to |
| PutFunctionCall | A call to ‘put’. |
| WriteFunctionCall | A call to ‘write’. |