An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Set environment variable

1. In the settings for this repository go to Settings
Secrets and variables > Codespaces > Codespaces secrets

2. Create a new repository secret
Name: PROJECTNAME
Secret: Expressalert(document.domain)

To run this application:

```
npm start
```