Ghost/ghost/core/test
Ronald Langeveld 0029c444ad
Added test email rate limiting (#17505)
refs https://github.com/TryGhost/Product/issues/3651

- This is a security fix that addresses an issue causing malicious users
to abuse the test / preview email API endpoint.
- We have multiple procedures in place now to limit such users.
- First, we now only allow one email address to be passed into the
`sendTestEmail` method. This method only have one purpose, which is to
compliment the test email functionality within the Editor in Admin and
therefore have no reason to send to more than one email address at a
time.
- We then add an additional rate limiter to prevent a user from making
multiple requests, eg via a script.
- The new imposed limit is 10 test emails per hour.
2023-07-27 08:46:50 +02:00
..
e2e-api Added test email rate limiting (#17505) 2023-07-27 08:46:50 +02:00
e2e-browser Fixed @tryghost/mailgun-client import 2023-05-09 13:00:18 -04:00
e2e-frontend Updated to use assert/strict everywhere (#17047) 2023-06-21 09:56:59 +01:00
e2e-server Updated to use assert/strict everywhere (#17047) 2023-06-21 09:56:59 +01:00
e2e-webhooks Updated snapshots to include show_title_and_feature_image in event payload (#17378) 2023-07-14 16:03:40 -07:00
integration Retain newsletter subscriptions on suppression (#17373) 2023-07-24 10:47:57 +01:00
regression Retain newsletter subscriptions on suppression (#17373) 2023-07-24 10:47:57 +01:00
unit Fixed Segment event named wrong 2023-07-24 15:49:33 +01:00
utils Updated gscan (#17509) 2023-07-26 15:58:22 +00:00
.eslintignore Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
.eslintrc.js Removed all unused variables from test files 2023-03-10 14:29:55 +01:00