We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ffc14d commit b74dcaaCopy full SHA for b74dcaa
tooling/advanced-pollution-test.js
@@ -88,8 +88,8 @@ try {
88
}
89
90
// Final verification
91
-const hasPolluton = Object.prototype.polluted || Object.prototype.testProp
92
-if (hasPolluton) {
+const hasPollution = Object.prototype.polluted || Object.prototype.testProp
+if (hasPollution) {
93
console.log('\n❌ VULNERABILITY: Prototype pollution detected!')
94
process.exit(1)
95
} else {
0 commit comments