Skip to content

Commit aff0a75

Browse files
calumgrantjf205
andauthored
Update change-notes/1.24/analysis-csharp.md
Fix indentation Co-Authored-By: James Fletcher <42464962+jf205@users.noreply.github.com>
1 parent 6692e61 commit aff0a75

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

change-notes/1.24/analysis-csharp.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The following changes in version 1.24 affect C# analysis in all applications.
99
| Assembly path injection (`cs/assembly-path-injection`) | security, external/cwe/cwe-114 | Finds user-controlled data used to load an assembly. |
1010
| Insecure configuration for ASP.NET requestValidationMode (`cs/insecure-request-validation-mode`) | security, external/cwe/cwe-016 | Finds where this attribute has been set to a value less than 4.5, which turns off some validation features and makes the application less secure. |
1111
| Insecure SQL connection (`cs/insecure-sql-connection`) | security, external/cwe/cwe-327 | Finds unencrypted SQL connection strings. |
12-
| Page request validation is disabled (`cs/web/request-validation-disabled`) | security, frameworks/asp.net, external/cwe/cwe-016 | Finds where ASP.NET page request validation has been disabled, which could makes the application less secure. |
12+
| Page request validation is disabled (`cs/web/request-validation-disabled`) | security, frameworks/asp.net, external/cwe/cwe-016 | Finds where ASP.NET page request validation has been disabled, which could make the application less secure. |
1313
| Serialization check bypass (`cs/serialization-check-bypass`) | security, external/cwe/cwe-20 | Finds where data is not validated in a deserialization method. |
1414
| XML injection (`cs/xml-injection`) | security, external/cwe/cwe-091 | Finds user-controlled data that is used to write directly to an XML document. |
1515

@@ -33,4 +33,3 @@ The following changes in version 1.24 affect C# analysis in all applications.
3333
* Expression nullability flow state is given by the predicates `Expr.hasNotNullFlowState()` and `Expr.hasMaybeNullFlowState()`.
3434

3535
## Changes to autobuilder
36-

0 commit comments

Comments
 (0)