https://github.com/marksowell/codespaces-express
Express with XSS in environment variable
https://github.com/marksowell/codespaces-express
Last synced: about 2 months ago
JSON representation
Express with XSS in environment variable
- Host: GitHub
- URL: https://github.com/marksowell/codespaces-express
- Owner: marksowell
- Created: 2023-02-11T22:46:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-15T12:46:30.000Z (about 2 years ago)
- Last Synced: 2025-02-09T08:46:03.855Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Set environment variable
1. In the settings for this repository go to Settings
Secrets and variables > Codespaces > Codespaces secrets2. Create a new repository secret
Name: PROJECTNAME
Secret: Expressalert(document.domain)To run this application:
```
npm start
```