Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

mygithub.libinneed.workers.dev/stackitcloud/external-dns-stackit-webhook

Package Overview
Dependencies
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mygithub.libinneed.workers.dev/stackitcloud/external-dns-stackit-webhook - npm Package Compare versions

Comparing version
v0.3.1
to
v0.3.2
+9
SECURITY.md
# 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 @@