Closed
Conversation
Signed-off-by: Sunil Narasimhamurthy <sunnrs@amazon.com>
|
CC @envoyproxy/dependency-shepherds: Your approval is needed for changes made to |
Signed-off-by: Sunil Narasimhamurthy <sunnrs@amazon.com>
added 2 commits
November 5, 2023 07:44
Signed-off-by: Sunil Narasimhamurthy <sunnrs@amazon.com>
Signed-off-by: Sunil Narasimhamurthy <sunnrs@amazon.com>
Contributor
|
OSSF Scorecard not great. 25 commits since last release - leethomason/tinyxml2@9.0.0...master. No security policy. Is the project still active? |
Contributor
Author
|
Seems not a lot of update given it is just basic xml parser. Do you suggest I try updating the code using https://github.com/zeux/pugixml that seem to be more active and better OSSF Aggregate score: 5.5 / 10 |
Contributor
Author
|
Closing this in favor of #30973 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Commit Message: aws: add tinyxml2 dependency
Additional Description: We would like to introduce tinyxml2 dependency into Envoy to parse the xml content. The example usecase is shown in one of the unmerged PR 23408. This external library let's us parse the
AssumeRoleWithWebIdentityResponseprovided by AWS STS service https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRoleWithWebIdentity.html#API_AssumeRoleWithWebIdentity_Examples to fetch the AWS credentials for some of the AWS extensions such as AWS Lambda filter, AWS Request Signer filter etc.Risk Level: -
Testing: NA
Docs Changes: NA
Release Notes: NA
Platform Specific Features: NA
The PR adds a new dependency on https://github.com/leethomason/tinyxml2. Here's the current criteria answers: