From d99a8be0140e75a66c9ba0266a255b16e3c73abb Mon Sep 17 00:00:00 2001 From: World Capture Date: Thu, 8 Feb 2024 10:50:04 +0000 Subject: [PATCH 1/3] GITBOOK-1: No subject --- SUMMARY.md | 26 ++++++++++++++++++++++++++ chatbot/personas/README.md | 2 ++ dev_hackGPTp/LLM/README.md | 2 ++ dev_hackGPTp/db/README.md | 2 ++ hackerParents/README.md | 2 ++ hackerParents/parent_persona/README.md | 2 ++ output/README.md | 2 ++ personas/README.md | 2 ++ 8 files changed, 40 insertions(+) create mode 100644 SUMMARY.md create mode 100644 chatbot/personas/README.md create mode 100644 dev_hackGPTp/LLM/README.md create mode 100644 dev_hackGPTp/db/README.md create mode 100644 hackerParents/README.md create mode 100644 hackerParents/parent_persona/README.md create mode 100644 output/README.md create mode 100644 personas/README.md diff --git a/SUMMARY.md b/SUMMARY.md new file mode 100644 index 0000000..af6e734 --- /dev/null +++ b/SUMMARY.md @@ -0,0 +1,26 @@ +# Table of contents + +* [README](README.md) +* [chatbot](chatbot/README.md) + * [personas](chatbot/personas/README.md) + * [JavaScript Console\_remote]() + * [Linux\_Terminal\_remote](chatbot/personas/Linux\_Terminal\_remote.md) + * [ThreatHunter](chatbot/personas/ThreatHunter.md) + * [hackGPTv1](chatbot/personas/hackGPTv1.md) +* [dev\_hackGPTp](dev\_hackGPTp/README.md) + * [LLM](dev\_hackGPTp/LLM/README.md) + * [LLM\_readme](dev\_hackGPTp/LLM/LLM\_readme.md) + * [db](dev\_hackGPTp/db/README.md) + * [db\_readme](dev\_hackGPTp/db/db\_readme.md) +* [hackGPT\_local](hackGPT\_local/README.md) +* [personas](personas/README.md) + * [DANv11](personas/DANv11.md) + * [DEVv1](personas/DEVv1.md) + * [None](personas/None.md) + * [hackGPTv1](personas/hackGPTv1.md) +* [hackerParents](hackerParents/README.md) + * [parent\_persona](hackerParents/parent\_persona/README.md) + * [Parent of 13 year old]() + * [Parent of 16 year old]() +* [output](output/README.md) + * [music](output/music/README.md) diff --git a/chatbot/personas/README.md b/chatbot/personas/README.md new file mode 100644 index 0000000..70e6028 --- /dev/null +++ b/chatbot/personas/README.md @@ -0,0 +1,2 @@ +# personas + diff --git a/dev_hackGPTp/LLM/README.md b/dev_hackGPTp/LLM/README.md new file mode 100644 index 0000000..362455c --- /dev/null +++ b/dev_hackGPTp/LLM/README.md @@ -0,0 +1,2 @@ +# LLM + diff --git a/dev_hackGPTp/db/README.md b/dev_hackGPTp/db/README.md new file mode 100644 index 0000000..a9c4433 --- /dev/null +++ b/dev_hackGPTp/db/README.md @@ -0,0 +1,2 @@ +# db + diff --git a/hackerParents/README.md b/hackerParents/README.md new file mode 100644 index 0000000..5989096 --- /dev/null +++ b/hackerParents/README.md @@ -0,0 +1,2 @@ +# hackerParents + diff --git a/hackerParents/parent_persona/README.md b/hackerParents/parent_persona/README.md new file mode 100644 index 0000000..dcb1e11 --- /dev/null +++ b/hackerParents/parent_persona/README.md @@ -0,0 +1,2 @@ +# parent\_persona + diff --git a/output/README.md b/output/README.md new file mode 100644 index 0000000..50964e2 --- /dev/null +++ b/output/README.md @@ -0,0 +1,2 @@ +# output + diff --git a/personas/README.md b/personas/README.md new file mode 100644 index 0000000..70e6028 --- /dev/null +++ b/personas/README.md @@ -0,0 +1,2 @@ +# personas + From f612b24778d66a711e9d9a2b871d3b41840ca8ab Mon Sep 17 00:00:00 2001 From: World Capture <151228363+I45TH@users.noreply.github.com> Date: Thu, 8 Feb 2024 22:48:21 -0800 Subject: [PATCH 2/3] Revert "Create generator-generic-ossf-slsa3-publish.yml" --- .../generator-generic-ossf-slsa3-publish.yml | 66 ------------------- 1 file changed, 66 deletions(-) delete mode 100644 .github/workflows/generator-generic-ossf-slsa3-publish.yml diff --git a/.github/workflows/generator-generic-ossf-slsa3-publish.yml b/.github/workflows/generator-generic-ossf-slsa3-publish.yml deleted file mode 100644 index a36e782..0000000 --- a/.github/workflows/generator-generic-ossf-slsa3-publish.yml +++ /dev/null @@ -1,66 +0,0 @@ -# This workflow uses actions that are not certified by GitHub. -# They are provided by a third-party and are governed by -# separate terms of service, privacy policy, and support -# documentation. - -# This workflow lets you generate SLSA provenance file for your project. -# The generation satisfies level 3 for the provenance requirements - see https://slsa.dev/spec/v0.1/requirements -# The project is an initiative of the OpenSSF (openssf.org) and is developed at -# https://github.com/slsa-framework/slsa-github-generator. -# The provenance file can be verified using https://github.com/slsa-framework/slsa-verifier. -# For more information about SLSA and how it improves the supply-chain, visit slsa.dev. - -name: SLSA generic generator -on: - workflow_dispatch: - release: - types: [created] - -jobs: - build: - runs-on: ubuntu-latest - outputs: - digests: ${{ steps.hash.outputs.digests }} - - steps: - - uses: actions/checkout@v3 - - # ======================================================== - # - # Step 1: Build your artifacts. - # - # ======================================================== - - name: Build artifacts - run: | - # These are some amazing artifacts. - echo "artifact1" > artifact1 - echo "artifact2" > artifact2 - - # ======================================================== - # - # Step 2: Add a step to generate the provenance subjects - # as shown below. Update the sha256 sum arguments - # to include all binaries that you generate - # provenance for. - # - # ======================================================== - - name: Generate subject for provenance - id: hash - run: | - set -euo pipefail - - # List the artifacts the provenance will refer to. - files=$(ls artifact*) - # Generate the subjects (base64 encoded). - echo "hashes=$(sha256sum $files | base64 -w0)" >> "${GITHUB_OUTPUT}" - - provenance: - needs: [build] - permissions: - actions: read # To read the workflow path. - id-token: write # To sign the provenance. - contents: write # To add assets to a release. - uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.4.0 - with: - base64-subjects: "${{ needs.build.outputs.digests }}" - upload-assets: true # Optional: Upload to a new release From 697f30a81e9f59d0f155b78a58c210adb02e5c64 Mon Sep 17 00:00:00 2001 From: World Capture <151228363+I45TH@users.noreply.github.com> Date: Thu, 8 Feb 2024 22:49:26 -0800 Subject: [PATCH 3/3] Revert "Revert "Create generator-generic-ossf-slsa3-publish.yml"" --- .../generator-generic-ossf-slsa3-publish.yml | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 .github/workflows/generator-generic-ossf-slsa3-publish.yml diff --git a/.github/workflows/generator-generic-ossf-slsa3-publish.yml b/.github/workflows/generator-generic-ossf-slsa3-publish.yml new file mode 100644 index 0000000..a36e782 --- /dev/null +++ b/.github/workflows/generator-generic-ossf-slsa3-publish.yml @@ -0,0 +1,66 @@ +# This workflow uses actions that are not certified by GitHub. +# They are provided by a third-party and are governed by +# separate terms of service, privacy policy, and support +# documentation. + +# This workflow lets you generate SLSA provenance file for your project. +# The generation satisfies level 3 for the provenance requirements - see https://slsa.dev/spec/v0.1/requirements +# The project is an initiative of the OpenSSF (openssf.org) and is developed at +# https://github.com/slsa-framework/slsa-github-generator. +# The provenance file can be verified using https://github.com/slsa-framework/slsa-verifier. +# For more information about SLSA and how it improves the supply-chain, visit slsa.dev. + +name: SLSA generic generator +on: + workflow_dispatch: + release: + types: [created] + +jobs: + build: + runs-on: ubuntu-latest + outputs: + digests: ${{ steps.hash.outputs.digests }} + + steps: + - uses: actions/checkout@v3 + + # ======================================================== + # + # Step 1: Build your artifacts. + # + # ======================================================== + - name: Build artifacts + run: | + # These are some amazing artifacts. + echo "artifact1" > artifact1 + echo "artifact2" > artifact2 + + # ======================================================== + # + # Step 2: Add a step to generate the provenance subjects + # as shown below. Update the sha256 sum arguments + # to include all binaries that you generate + # provenance for. + # + # ======================================================== + - name: Generate subject for provenance + id: hash + run: | + set -euo pipefail + + # List the artifacts the provenance will refer to. + files=$(ls artifact*) + # Generate the subjects (base64 encoded). + echo "hashes=$(sha256sum $files | base64 -w0)" >> "${GITHUB_OUTPUT}" + + provenance: + needs: [build] + permissions: + actions: read # To read the workflow path. + id-token: write # To sign the provenance. + contents: write # To add assets to a release. + uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.4.0 + with: + base64-subjects: "${{ needs.build.outputs.digests }}" + upload-assets: true # Optional: Upload to a new release