Commit 5e9eef6
molty3000
fix: standard lint compliance in pentest.js
- Remove unused requires (http, url)
- Remove unused variables (checkPrototypePollution, timeout, nested→const)
- Fix trailing commas (standard style)
- Fix quotes (single quotes for strings)
- Fix dot notation (res.getHeader('server') not ['server'])
- Fix _body getter (captures mock response body correctly)
- Convert template literals to string concatenation for standard1 parent d82fe75 commit 5e9eef6
1 file changed
Lines changed: 58 additions & 113 deletions
0 commit comments