C# change notes: Remove duplicated heading

This commit is contained in:
shati-patel
2019-11-21 16:08:44 +00:00
committed by GitHub
parent 9cf819929d
commit b6a05399da

View File

@@ -4,8 +4,6 @@ The following changes in version 1.23 affect C# analysis in all applications.
## New queries
## New queries
| **Query** | **Tags** | **Purpose** |
|-----------------------------|-----------|--------------------------------------------------------------------|
| Deserialized delegate (`cs/deserialized-delegate`) | security, external/cwe/cwe-502 | Finds unsafe deserialization of delegate types. |