mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
7 lines
814 B
Plaintext
7 lines
814 B
Plaintext
| StringBuilderCharInit.cs:9:27:9:29 | a | A character value passed to 'new StringBuilder()' is interpreted as the buffer capacity. |
|
|
| StringBuilderCharInit.cs:11:30:11:32 | a | A character value passed to 'new StringBuilder()' is interpreted as the buffer capacity. |
|
|
| StringBuilderCharInit.cs:12:27:12:29 | a | A character value passed to 'new StringBuilder()' is interpreted as the buffer capacity. |
|
|
| StringBuilderCharInit.cs:12:32:12:34 | b | A character value passed to 'new StringBuilder()' is interpreted as the buffer capacity. |
|
|
| StringBuilderCharInit.cs:15:31:15:33 | a | A character value passed to 'new StringBuilder()' is interpreted as the buffer capacity. |
|
|
| StringBuilderCharInit.cs:17:40:17:42 | a | A character value passed to 'new StringBuilder()' is interpreted as the buffer capacity. |
|