Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
quasar-app-webpack-json5-vulnerability — Minimal reproduction of CVE-2022-46175 demonstrating a JSON5 prototype pollution vulnerability in Quasar webpack projects for security education and testing. | Kitploit
Tools/GitHubGitHub/giz-berlin/quasar-app-webpack-json5-vulnerability
Vulnerability AnalysisCode AnalysisWeb SecuritySupply Chain SecurityLearning & EducationArchived
GitHubgiz-berlin/quasar-app-webpack-json5-vulnerability

quasar-app-webpack-json5-vulnerability

Minimal reproduction of CVE-2022-46175 demonstrating a JSON5 prototype pollution vulnerability in Quasar webpack projects for security education and testing.

View Repository
63 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Quasar App (quasar-app-webpack-json5-vulnerability)

A Quasar Project

Install the dependencies

root@kitploit:~
yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

root@kitploit:~
quasar dev

Lint the files

root@kitploit:~
yarn lint
# or
npm run lint

Format the files

root@kitploit:~
yarn format
# or
npm run format

Build the app for production

root@kitploit:~
quasar build

Customize the configuration

See Configuring quasar.config.js.

Download Tool