Skip to content

Commit 5e9eef6

Browse files
author
molty3000
committed
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 standard
1 parent d82fe75 commit 5e9eef6

1 file changed

Lines changed: 58 additions & 113 deletions

File tree

0 commit comments

Comments
 (0)