Prevent Access to "grpc-" headers
オープン
- 主要言語
- Java
- スター
- 12.1k
- フォーク
- 4k
- 平均マージ
- 2日 17時間
- マージ済み PR(30日)
- 37
説明
Headers that begin with "grpc-" are meant for use by gRPC and not by other clients. Using this as a namespace allows the gRPC team to add new headers without fear of colliding with another users headers.
To this end, such headers should be locked down from reading and writing in the library.
コントリビューションガイド
調査の方向性
まず、Java library がメタデータヘッダーを読み書きする仕組みを追跡し、次に予約名に対する検証またはアクセス制御のエントリーポイントを特定します。"grpc-" で始まるヘッダーのカバレッジを定義する前に、既存のメタデータテストを確認してください。既存のヘッダー動作のカバレッジを維持したまま、他のクライアントがそれらのヘッダーを読み書きできなくなれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- api, backend-api-design
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100