request-filtering-agent

An http(s).Agent implementation that block request Private/Reserved IP addresses. Prevent SSRF.

MIT License

Downloads
240.1K
Stars
21
Committers
3

Bot releases are visible (Hide)

request-filtering-agent - v2.0.1 Latest Release

Published by azu 12 months ago

What's Changed

Bug Fixes

New Contributors

Full Changelog: https://github.com/azu/request-filtering-agent/compare/v2.0.0...v2.0.1

request-filtering-agent - v2.0.0

Published by azu 12 months ago

What's Changed

request-filtering-agent v2.0.0 support Node.js 18+ and drop support for Node.js 12, 14, 16.

Version Node.js 12 Node.js 14 Node.js 16 Node.js 18 Node.js 20
v1.x.x Support Support Support Support Not Support
v2.0.0 No Support No Support No Support Support Support

Breaking Changes

v2.0.0 fixes following error on Node.js 20+

Uncaught Error: This is caused by either a bug in Node.js or incorrect usage of Node.js internals.
Please open an issue with this stack trace at https://github.com/nodejs/node/issues

and, remove following method and option.

Most users can simply upgrade without any problems.

CI

Full Changelog: https://github.com/azu/request-filtering-agent/compare/v1.1.2...v2.0.0

request-filtering-agent - v1.1.2

Published by azu over 2 years ago

Bug Fixes

request-filtering-agent - v1.1.0

Published by azu over 2 years ago

Features

  • added functionality to stop request even if socket is closed (#12) (fe8d2b2)
request-filtering-agent - v1.0.7

Published by azu over 3 years ago

Bug Fixes

request-filtering-agent - v1.0.6

Published by azu over 3 years ago

request-filtering-agent - v1.0.5

Published by azu over 4 years ago

request-filtering-agent - 1.0.4

Published by azu about 5 years ago

Bug Fixes

  • lib: user ipaddr.js instead of ip (ef8c769) #2 #3
    • It is related IPv6 bypass

Thanks @Mik317

request-filtering-agent - 1.0.3

Published by azu about 5 years ago

request-filtering-agent - 1.0.2

Published by azu about 5 years ago

Features

  • options: add allowMetaIPAddress option (188668e)
request-filtering-agent - 1.0.1

Published by azu about 5 years ago

Features