C#: False positive
Đang mở
acknowledged
C#
false-positive
- Ngôn ngữ chính
- CodeQL
- Star
- 10.1k
- Fork
- 2.1k
- Merge trung bình
- 2 ngày 15 giờ
- Pull request đã merge (30 ngày)
- 141
Mô tả
**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());
}
```
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.