mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
459 B
459 B
0.4.1
Minor Analysis Improvements
DateTimeexpressions 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.