Skip to content
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

Vulnerable version of axios in lambda/nodejs:18 #142

Open
bclark-videra opened this issue Feb 2, 2024 · 0 comments
Open

Vulnerable version of axios in lambda/nodejs:18 #142

bclark-videra opened this issue Feb 2, 2024 · 0 comments

Comments

@bclark-videra
Copy link

bclark-videra commented Feb 2, 2024

AWS Inspector (via ECR Enhanced Scanning) is flagging the version of axios in /var/runtime in this image with the following CVEs:

The image includes axios 1.6.2 while the fix is in axios 1.6.4.

> docker run --entrypoint "" public.ecr.aws/lambda/nodejs:18 /bin/bash -c "head /var/runtime/node_modules/\@aws-sdk/node_modules/axios/package.json"
{
  "name": "axios",
  "version": "1.6.2",
  "description": "Promise based HTTP client for the browser and node.js",
  "main": "index.js",
  "exports": {
    ".": {
      "types": {
        "require": "./index.d.cts",
        "default": "./index.d.ts"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant