diff --git a/.github/workflows/black-duck-security-scan-ci.yml b/.github/workflows/black-duck-security-scan-ci.yml new file mode 100644 index 0000000..8d3d5c6 --- /dev/null +++ b/.github/workflows/black-duck-security-scan-ci.yml @@ -0,0 +1,54 @@ +# 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. + +# Black Duck Security Action allows you to integrate Static Analysis Security Testing (SAST) and Software Composition Analysis (SCA) into your CI/CD pipelines. +# For more information about configuring your workflow, +# read our documentation at https://github.com/blackduck-inc/black-duck-security-scan + +name: CI Black Duck security scan + +on: + push: + branches: [ "main-BRIAN--TECH" ] + pull_request: + # The branches below must be a subset of the branches above + branches: [ "main-BRIAN--TECH" ] + schedule: + - cron: '20 5 * * 1' + +jobs: + build: + runs-on: ubuntu-latest + permissions: + contents: read + pull-requests: write + security-events: write + actions: read + + steps: + - name: Checkout source + uses: actions/checkout@v4 + - name: Black Duck SCA scan + uses: blackduck-inc/black-duck-security-scan@805cbd09e806b01907bbea0f990723c2bb85abe9 + with: + ### ---------- BLACKDUCK SCA SCANNING: REQUIRED FIELDS ---------- + blackducksca_url: ${{ vars.BLACKDUCKSCA_URL }} + blackducksca_token: ${{ secrets.BLACKDUCKSCA_TOKEN }} + + ### ---------- COVERITY SCANNING: REQUIRED FIELDS ---------- + coverity_url: ${{ vars.COVERITY_URL }} + coverity_user: ${{ secrets.COVERITY_USER }} + coverity_passphrase: ${{ secrets.COVERITY_PASSPHRASE }} + + ### ---------- POLARIS SCANNING: REQUIRED FIELDS ---------- + polaris_server_url: ${{ vars.POLARIS_SERVER_URL }} + polaris_access_token: ${{ secrets.POLARIS_ACCESS_TOKEN }} + polaris_assessment_types: "SCA,SAST" + + ### ---------- SRM SCANNING: REQUIRED FIELDS ---------- + srm_url: ${{ vars.SRM_URL }} + srm_apikey: ${{ secrets.SRM_API_KEY }} + srm_assessment_types: "SCA,SAST" + diff --git a/.github/workflows/npm-publish-github-packages.yml b/.github/workflows/npm-publish-github-packages.yml new file mode 100644 index 0000000..909b203 --- /dev/null +++ b/.github/workflows/npm-publish-github-packages.yml @@ -0,0 +1,36 @@ +# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created +# For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages + +name: Node.js Package + +on: + release: + types: [BRIAN-TECH] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: + node-version: 20 + - run: npm ci + - run: npm test + + publish-gpr: + needs: build + runs-on: ubuntu-latest + permissions: + contents: read + packages: write + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: + node-version: 20 + registry-url: https://npm.pkg.github.com/ + - run: npm ci + - run: npm publish + env: + NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} diff --git a/BRIAN--Brian.zip b/BRIAN--Brian.zip new file mode 100644 index 0000000..e9f02b6 Binary files /dev/null and b/BRIAN--Brian.zip differ diff --git a/BRIAN--main (1).zip b/BRIAN--main (1).zip new file mode 100644 index 0000000..52347ff Binary files /dev/null and b/BRIAN--main (1).zip differ diff --git a/BWM-XMD-GO-main (4).zip b/BWM-XMD-GO-main (4).zip new file mode 100644 index 0000000..5fb9f80 Binary files /dev/null and b/BWM-XMD-GO-main (4).zip differ diff --git a/Briankipz-Brian (1).zip b/Briankipz-Brian (1).zip new file mode 100644 index 0000000..da54806 Binary files /dev/null and b/Briankipz-Brian (1).zip differ diff --git a/Readme.md b/Readme.md index 30caa21..e69de29 100644 --- a/Readme.md +++ b/Readme.md @@ -1,154 +0,0 @@ - - -

- -

- -

- Typing Animation -

- - -

- -

- ---- - -## 📌 **How to Connect BWM XMD Bot** - -### **Step 1: Get Session ID** -Click the button below to quickly generate your WhatsApp session ID: - -

- - - -

- -### **Step 2: Configure Settings** -Before deployment, configure your bot: -- **Option A:** Edit `config.env` file -- **Option B:** Use environment variables on your hosting platform - -### **Step 3: Choose Hosting Platform** -Deploy the bot on your preferred platform. - -

- - - - - - - - - - - - -

- -
- - -

- 🎬 Watch Full Deployment Tutorial (2026)
- How to deploy BWM XMD on its own hosting - No Deployer Needed! -

- -

- - - -

- -

- - BWM XMD Deployment Tutorial - -
- ⚠️ Click the image or button above to watch on YouTube (GitHub does not support embedded video players) -

- -### **Step 4: Start Using** -Once configured, your bot will be ready to use! - ---- - -## 🖼️ **Bot Screenshots** - -
- - - - - - - - -
-
- Bot Interface -
-
- Features Panel -
-
- Control Panel -
-
- ---- - -## 🔧 **Additional Resources** - -

- - - -

- ---- - -## 📢 **Stay Updated** - -

- - - -
- - - -

- ---- - -## 📊 **Stats** - -

- Views - Followers -

- ---- - -## 🟢 **Status** - -

- -
- Status: 🟢 ONLINE -

- ---- - - -

- -

- -

- BWM XMD PRO © 2026 | Developed by Ibrahim Adams -

diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..1f77c36 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,21 @@ +# Security Policy + +## Supported Versions + +Use this section to tell people about which versions of your project are +currently being supported with security updates. + +| Version | Supported | +| ------- | ------------------ | +| 5.1.x | :white_check_mark: | +| 5.0.x | ◀️: | +| 4.0.x | :white_check_mark: | +| < 4.0 | ⏫: | + +## Reporting a Vulnerability + +Use this section to tell people how to report a vulnerability. + +Tell them where to go, how often they can expect to get an update on a +reported vulnerability, what to expect if the vulnerability is accepted or +declined, etc.