feat: add nightly branch workflow

This commit is contained in:
GitHub Actions
2026-01-13 22:11:28 +00:00
parent d27c925ba5
commit 4adcd9eda1
187 changed files with 8897 additions and 1614 deletions

View File

@@ -143,6 +143,7 @@ Webhook URLs configured in security settings are validated to prevent Server-Sid
- Link-local addresses
**Error Response**:
```json
{
"error": "Invalid webhook URL: URL resolves to a private IP address (blocked for security)"
@@ -150,6 +151,7 @@ Webhook URLs configured in security settings are validated to prevent Server-Sid
```
**Example Valid URL**:
```json
{
"webhook_url": "https://webhook.example.com/receive"
@@ -1312,6 +1314,7 @@ Webhook URLs are validated to prevent SSRF attacks. Blocked destinations:
- Link-local addresses
**Error Response**:
```json
{
"error": "Invalid webhook URL: URL resolves to a private IP address (blocked for security)"