Fortify SCA でソースコードをスキャンしました
Fortify レポートを確認したところ、ASP.NET MVC の悪い慣行: Controller Action Not Restricted to POST (API Abuse, Structural)バグが発生しました
Fortify は、次のような高レベルのバグを発見しました
Recommendations:
The following controller action accepts only the POST verb because it has the
[HttpPost] attribute:
[HttpPost]
public ActionResult UpdateWidget(Model model)
{
// ... controller logic
}
しかし、私はそのコード行を見ました。
[HtttpPost]
属性。
偽陽性ですか?