C#: False positive
オープン
acknowledged
C#
false-positive
- 主要言語
- CodeQL
- スター
- 10.1k
- フォーク
- 2.1k
- 平均マージ
- 2日 15時間
- マージ済み PR(30日)
- 141
説明
**Description of the false positive**
Missing function level access control (cs/web/missing-function-level-access-control) is detected when attribute is applied in startup.
**Code samples or links to source code**
```
services
.AddControllers(options =>
{
options.Filters.Add(new AuthorizeFilter());
}
```
コントリビューションガイド
評価
この issue はまだ評価されていません。