awslabs / kinesis-aggregation

AWS libraries/modules for working with Kinesis aggregated record data
Apache License 2.0
374 stars 153 forks source link

protobufjs Prototype Pollution vulnerability #185

Open cleversonferreira opened 2 months ago

cleversonferreira commented 2 months ago

Any plans for merging this pull request?

cleversonferreira commented 2 months ago

While this PR is not accepted, you can fix this vulnerability by implementing this code in your package.json

"overrides": {
  "aws-kinesis-agg": {
    "protobufjs@7.2.4": "7.2.5"
  }
}