https://github.com/sysdiglabs/hello-world-node-vulnerable
The Node.js official "hello world" containerized node example, useful as an image scanning example
https://github.com/sysdiglabs/hello-world-node-vulnerable
image-scanning vulnerabilities
Last synced: 2 months ago
JSON representation
The Node.js official "hello world" containerized node example, useful as an image scanning example
- Host: GitHub
- URL: https://github.com/sysdiglabs/hello-world-node-vulnerable
- Owner: sysdiglabs
- Created: 2020-07-16T17:59:32.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-07T10:49:24.000Z (over 4 years ago)
- Last Synced: 2025-01-23T01:22:18.083Z (4 months ago)
- Topics: image-scanning, vulnerabilities
- Language: Dockerfile
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example Node.js hello world containerized application
This repository contains the official Node.js "hello world" containerized application files, as [described in this link on their website](https://nodejs.org/de/docs/guides/nodejs-docker-webapp/).
It is an useful example to look for vulnerabilities using [Sysdig Secure image scanning](https://www.sysdig.com).
To make the image secure, change the reference base image from `node:12` to `bitnami/node`.