Can CodeQL add support for YAML configuration files parse on java lib?
- 主要言語
- CodeQL
- スター
- 10.1k
- フォーク
- 2.1k
- 平均マージ
- 2日 15時間
- マージ済み PR(30日)
- 141
説明
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: "*"
```
コントリビューションガイド
調査の方向性
Start by reviewing the CodeQL Java library's current support for configuration-file parsing and the Spring Boot 3 application.yml example in the issue. Define what YAML support should cover and how the exposed actuator endpoint example should be represented or detected; done means the agreed YAML configuration cases are supported.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- security
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100