cb36fc201f
Validates webhook URLs on create and update: - HTTPS required (HTTP allowed for self-hosted and E2E) - Blocks private IP ranges and localhost - Blocks cloud metadata endpoints Existing webhooks are preserved: validation only applies when URL is created or changed. Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
41 lines
1015 B
JSON
41 lines
1015 B
JSON
{
|
|
"name": "@calcom/lib",
|
|
"private": true,
|
|
"sideEffects": false,
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"lint": "biome lint .",
|
|
"lint:fix": "biome lint --write .",
|
|
"lint:report": "biome lint --reporter json . > ../../lint-results/lib.json"
|
|
},
|
|
"dependencies": {
|
|
"@calcom/config": "workspace:*",
|
|
"@calcom/dayjs": "workspace:*",
|
|
"@formbricks/api": "3.0.0",
|
|
"@formbricks/js": "4.3.0",
|
|
"@sendgrid/client": "7.7.0",
|
|
"@unkey/ratelimit": "2.1.3",
|
|
"@vercel/og": "0.6.3",
|
|
"city-timezones": "1.2.1",
|
|
"i18next": "23.2.3",
|
|
"ical.js": "1.5.0",
|
|
"ics": "2.37.0",
|
|
"ipaddr.js": "2.3.0",
|
|
"jimp": "0.16.1",
|
|
"lingo.dev": "0.117.14",
|
|
"rrule": "2.7.1",
|
|
"sharp": "0.33.5",
|
|
"tsdav": "2.0.3",
|
|
"tslog": "4.9.2",
|
|
"uuid": "8.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.3.10",
|
|
"@calcom/tsconfig": "workspace:*",
|
|
"@calcom/types": "workspace:*",
|
|
"@faker-js/faker": "7.6.0",
|
|
"typescript": "5.9.3"
|
|
}
|
|
}
|