...
border | false |
---|
Column | ||||
---|---|---|---|---|
| ||||
FIO02-A. Canonicalize file names originating from untrusted sources 09. Input Output (FIO) FIO04-A. Detect and handle input and output errors |
...
bgColor | red |
---|---|
width | 10% |
...
bgColor | red |
---|---|
width | 10% |
...
border | true |
---|
The ISO/IEC 9899-1999 C standard function fopen()
is typically used to open an existing file or create a new one. However, fopen()
does not indicate if an existing file has been opened for writing or a new file has been created. This may lead to a program overwriting or accessing an unintended file.
...