-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add http_pattern_matcher as dependency for envoy dataplane_core #15506
Comments
@envoyproxy/dependency-shepherds @envoyproxy/security-team |
We have added CI and fuzz tested into this repo. @moderation could you help to score it? |
Even though I can see the fuzzing added to the repo the score is unchanged - grpc-ecosystem/grpc-httpjson-transcoding@0b74abc. The fuzzing check is at https://github.com/ossf/scorecard/blob/main/checks/fuzzing.go and I think you need to follow some more steps including adding a
|
@moderation were you checking grpc_httpjson-transcoding repo? If so, it is wrong. We should check http_pattern_matcher repo under google. |
Yes! Wrong repo.
Your CI and Fuzzing are not being picked up by the OSS Scorecard |
@nareddyt could you help to check with CI and Fuzzing not been picked up? |
I assume fuzzing will be picked up once google/oss-fuzz#5427 is merged. |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or "no stalebot" or other activity occurs. Thank you for your contributions. |
Hi @moderation, could you re-run the score card for this rero? |
@envoyproxy/dependency-shepherds @envoyproxy/security-team Can you approve this proposal? Thanks |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or "no stalebot" or other activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as "help wanted" or "no stalebot". Thank you for your contributions. |
This is for #15299 to address #7763
This issue replaced issue #15304
Description:
url_template is implemented in this http_pattern_matcher repo
In order to support url_template in RouteMatch, need to add this repo as envoy dataplane_core dependency.
Actually, this http_pattern_matcher repo split from grpc_httpjson_transcoding. Just moved path_matcher related code to the new repo.
The text was updated successfully, but these errors were encountered: