Files
codeql/csharp/ql/test/query-tests/Bad Practices/Implementation Hiding/StaticArray.expected
2018-08-02 17:53:23 +01:00

4 lines
303 B
Plaintext

| StaticArray.cs:13:34:13:47 | NonEmptyArray1 | NonEmptyArray1 is a static array vulnerable to mutation. |
| StaticArray.cs:17:34:17:47 | NonEmptyArray3 | NonEmptyArray3 is a static array vulnerable to mutation. |
| StaticArray.cs:19:34:19:38 | Array | Array is a static array vulnerable to mutation. |