Reproduction for CVE-2022-46175# Quasar App (quasar-app-webpack-json5-vulnerability)
A Quasar Project
## Install the dependencies
```bash
yarn
# or
npm install
```
### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```
### Lint the files
```bash
yarn lint
# or
npm run lint
```
### Format the files
```bash
yarn format
# or
npm run format
```
### Build the app for production
```bash
quasar build
```
### Customize the configuration
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-webpack/quasar-config-js).
[4.0K] /data/pocs/15ca626c068cec7b4ed9bbddc2b10b547590bc02
├── [ 263] babel.config.js
├── [1.3K] package.json
├── [4.0K] public
│ ├── [ 63K] favicon.ico
│ └── [4.0K] icons
│ ├── [ 12K] favicon-128x128.png
│ ├── [ 859] favicon-16x16.png
│ ├── [2.0K] favicon-32x32.png
│ └── [9.4K] favicon-96x96.png
├── [6.9K] quasar.config.js
├── [ 558] README.md
├── [4.0K] src
│ ├── [ 161] App.vue
│ ├── [4.0K] assets
│ │ └── [4.4K] quasar-logo-vertical.svg
│ ├── [4.0K] boot
│ ├── [4.0K] components
│ │ ├── [ 754] EssentialLink.vue
│ │ ├── [1.2K] ExampleComponent.vue
│ │ └── [ 108] models.ts
│ ├── [4.0K] css
│ │ ├── [ 31] app.scss
│ │ └── [ 774] quasar.variables.scss
│ ├── [ 209] env.d.ts
│ ├── [ 991] index.template.html
│ ├── [4.0K] layouts
│ │ └── [2.2K] MainLayout.vue
│ ├── [4.0K] pages
│ │ ├── [ 588] ErrorNotFound.vue
│ │ └── [ 919] IndexPage.vue
│ ├── [ 451] quasar.d.ts
│ ├── [4.0K] router
│ │ ├── [1.0K] index.ts
│ │ └── [ 428] routes.ts
│ └── [ 244] shims-vue.d.ts
├── [ 101] tsconfig.json
└── [281K] yarn.lock
10 directories, 27 files