node-ddos icon indicating copy to clipboard operation
node-ddos copied to clipboard

Stop denial of service attacks, configurable allowable burst rate.

Results 13 node-ddos issues
Sort by recently updated
recently updated
newest added

Bumps [express](https://github.com/expressjs/express) from 4.16.4 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.4.0 to 6.4.1. Changelog Sourced from qs's changelog. 6.4.1 [Fix] parse: ignore __proto__ keys (#428) [Fix] fix for an impossible situation: when the formatter is called with...

dependencies

Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.1 to 1.19.11. Release notes Sourced from urijs's releases. 1.19.11 (April 3rd 2022) SECURITY fixing URI.parse() handle excessive slashes in scheme-relative URLs - disclosed by zeyu2001 via...

dependencies

Hi, are there already default whitelisted ip addresses for known bots like google bot?

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.11 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Node-ddos will use the first IP address added to X-Forwarded-For, and this can be easily spoofed by the sender. You would usually want to use an entry which is added...

I am able to configure it property and its working fine on all routes. But I only want to block request on a certain path. Is it possible?

# # Whitelist Hooks For a use case we have, we needed to whitelist by user role and not by user IP. Thus, I added a new option called whitelistHook...

How start on fastify? Need example please.

I've just added the dos module to my nodes server and since that integration the server is not starting anymore... This error message is being displayed on the screen and...