mygithub.libinneed.workers.dev/stackitcloud/external-dns-stackit-webhook
Advanced tools
| # Reporting Security Issues | ||
| **Please do not report security vulnerabilities through public GitHub issues.** | ||
| We at STACKIT take security seriously. We appreciate your efforts to responsibly disclose your findings, and will make every effort to acknowledge your contributions. | ||
| To report a security issue, please send an email to [stackit-security@stackit.de](mailto:stackit-security@stackit.de). | ||
| Our team will send a response indicating the next steps in handling your report. After the initial reply to your report, the security team will keep you informed of the progress towards a fix and full announcement, and may ask for additional information or guidance. |
+1
-1
@@ -57,3 +57,3 @@ GOLANGCI_VERSION = 1.59.1 | ||
| run: | ||
| go run cmd/webhook | ||
| go run cmd/webhook/main.go | ||
@@ -60,0 +60,0 @@ .PHONY: clean |
@@ -29,3 +29,3 @@ package api | ||
| method := strings.Clone(c.Method()) | ||
| path := c.Path() | ||
| path := strings.Clone(c.Path()) | ||
| status := c.Response().StatusCode() | ||
@@ -32,0 +32,0 @@ |