Can CodeQL add support for YAML configuration files parse on java lib?
Đang mở
question
- 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ả
During the process of auditing a Java project using CodeQL
I discovered that Spring Boot 3 uses YAML as its configuration file format.
However, it seems that the CodeQL Java library does not currently support parsing YAML files.
Can CodeQL add support for YAML configuration files parse on java lib?
application.yml with vuln just like this(actuator endpoint * was exposed)
```yaml
management:
endpoints:
web:
exposure:
include: "*"
```
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.