CloudEvent serializes invalid extension attribute names without validation
Chưa có ai nhận issue này.
Đánh giá
- Độ khó
- 2/5
- Thời gian dự kiến
- 1-3 giờ
- Mức phù hợp với người mới
- 68/100
Hướng nghiên cứu
Bắt đầu với việc xây dựng CloudEvent và entry point conversion.to_structured được hiển thị trong repro, sau đó lần theo nơi các thuộc tính mở rộng được serialize. Chạy lại ví dụ được cung cấp để xác nhận rằng các tên chứa những ký tự như dấu gạch nối sẽ bị từ chối, trong khi các tên hợp lệ gồm chữ thường và chữ số vẫn tiếp tục được serialize.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Mô tả
CloudEvent serializes invalid extension attribute names without validation
Repro:
from cloudevents.v1.http import CloudEvent
from cloudevents.v1.conversion import to_structured
event = CloudEvent(
{
"type": "example.event",
"source": "/test",
"example-extension": "123",
},
{"ok": True},
)
_, body = to_structured(event)
print(body)
Expected: construction or serialization rejects example-extension, because CloudEvents attribute names must only contain lowercase ASCII letters and digits.
Actual: the SDK serializes it successfully, producing an invalid CloudEvent. This can fail at runtime with stricter receivers such as Knative Eventing, which rejects the request with 400 Bad Request.
- Ngôn ngữ chính
- Python
- Star
- 342
- Fork
- 65
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Issue khác của cloudevents/sdk-python
-
Kafka `to_binary()` crashes on events without `datacontenttype` or with non-string attributes Đang mở
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 78/100
cloudevents/sdk-python#304 ·
-
enhancement
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 68/100
cloudevents/sdk-python#291 · 8 bình luận ·
-
Độ khó 1/5 Dưới một giờ Mức phù hợp với người mới 48/100
cloudevents/sdk-python#247 · 2 bình luận ·
-
question
Độ khó 3/5 1-2 ngày Mức phù hợp với người mới 45/100
cloudevents/sdk-python#246 · 5 bình luận ·
-
Độ khó 3/5 1-2 ngày Mức phù hợp với người mới 35/100
cloudevents/sdk-python#213 · 3 bình luận · 1 reaction ·
Tất cả issue của cloudevents/sdk-python
Issue tương tự
-
area/auth bug comp/agent P3 platform/discord type/security
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 88/100
NousResearch/hermes-agent#117848 ·
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 74/100
bancolombia/sentinel#23 ·
-
test md Đang mởCI
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 74/100
-
integration:quickjs org:external priority:backlog topic:code-interpreter topic:middleware type:feature
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 74/100
langchain-ai/deepagents#6450 ·
-
bug client
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 88/100