mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-24 15:07:23 +00:00
* feat: implement SSRF protection with URL validation across plugins * refactor SSRF protection to focus on cloud metadata endpoints and improve configuration options * remove legacy whitelist functionality and streamline SSRF validation process * enhance SSRF protection by adding configurable blocked schemes and validation checks * enhance SSRF protection by integrating configurable options across services * replace dns.lookup with dns.lookup from dns module for improved clarity * refactor: enhance SSRF protection by merging request options and improving IP format normalization * Fix: update comments for clarity and enhance IP normalization in SSRF protection * enhance SSRF protection by validating URL and applying protection options in GraphqlQueryService * enhance SSRF protection with detailed validation for redirects and URL schemes |
||
|---|---|---|
| .. | ||
| app.type.ts | ||
| connection_test_result.type.ts | ||
| index.ts | ||
| oauth.ts | ||
| query.error.ts | ||
| query_result.type.ts | ||
| query_service.interface.ts | ||
| ssrf-protection.ts | ||
| user.type.ts | ||
| utils.helper.ts | ||