Apply suggestions from code review

This commit is contained in:
Jaroslav Lobačevski
2022-08-24 13:59:33 +02:00
committed by Michael Nebel
parent fa503ec3f2
commit 57fcfd5e7d

View File

@@ -1,4 +1,4 @@
---
category: minorAnalysis
---
* ASP.NET Core controller definition 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.
* 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.