From cceeaa8c12c341e499c117b599f1c694a81f2aed Mon Sep 17 00:00:00 2001 From: a15445744-sec Date: Sun, 24 May 2026 17:10:42 +0530 Subject: [PATCH 1/2] Add GitHub Actions workflow for Claude Exploit Test --- .github/workflows/test.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 000000000..165913dd4 --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,16 @@ +name: Claude Exploit Test + +on: + issue_comment: + types: [created] + +permissions: + contents: read + pull-requests: read + issues: read + +jobs: + test: + runs-on: ubuntu-latest + steps: + - uses: anthropics/claude-code-action@v1 From f91328fd7fe556653db74d834a85448999daa5be Mon Sep 17 00:00:00 2001 From: a15445744-sec Date: Sun, 24 May 2026 17:14:01 +0530 Subject: [PATCH 2/2] Add test section to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b0b5c7382..83c9cc8a7 100644 --- a/README.md +++ b/README.md @@ -69,3 +69,4 @@ Having issues or questions? Check out our [Frequently Asked Questions](./docs/fa ## License This project is licensed under the MIT License—see the LICENSE file for details. +test