Files
codeql/csharp/ql/lib/change-notes/released/0.4.1.md
2022-10-07 02:20:28 +00:00

459 B

0.4.1

Minor Analysis Improvements

  • DateTime expressions are now considered simple type sanitizers. This affects a wide range of security queries.
  • ASP.NET Core controller definition has been made more precise. The amount of introduced taint sources or eliminated false positives should be low though, since the most common pattern is to derive all user defined ASP.NET Core controllers from the standard Controller class, which is not affected.