From 0d867b0c236e23a6e1343dfc021e4e184423e190 Mon Sep 17 00:00:00 2001 From: Alec Fenichel Date: Tue, 11 Feb 2025 16:20:23 -0500 Subject: [PATCH 1/3] Delete SECURITY.md --- SECURITY.md | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md deleted file mode 100644 index 688faff..0000000 --- a/SECURITY.md +++ /dev/null @@ -1,16 +0,0 @@ -# Security Policy - -## Supported Versions - -The latest release version is currently being supported with security updates. - -| Version | Supported | -| ------- | ------------------ | -| 4.23.x | :white_check_mark: | -| < 4.23 | :x: | - -## Reporting a Vulnerability - -Please report (suspected) security vulnerabilities to **[support@transnexus.com](mailto:support@transnexus.com)**. -You will receive a response from us within 48 hours. -If the issue is confirmed, we will release a patch release as soon as possible depending on complexity. From 9c0c96418bede72bee12847a8ab370cba45099b2 Mon Sep 17 00:00:00 2001 From: Alec Fenichel Date: Tue, 11 Feb 2025 16:22:26 -0500 Subject: [PATCH 2/3] Delete .github/workflows/codeql-analysis.yml --- .github/workflows/codeql-analysis.yml | 71 --------------------------- 1 file changed, 71 deletions(-) delete mode 100644 .github/workflows/codeql-analysis.yml diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml deleted file mode 100644 index 9777231..0000000 --- a/.github/workflows/codeql-analysis.yml +++ /dev/null @@ -1,71 +0,0 @@ -name: "CodeQL" - -on: - push: - branches: [master] - pull_request: - branches: [master] - schedule: - - cron: "28 21 * * 6" - workflow_dispatch: - -jobs: - analyze: - name: Analyze - runs-on: ubuntu-latest - strategy: - fail-fast: false - matrix: - language: ["cpp"] - # os: [centos7, rhel8] - os: [rhel8] - include: - # - os: centos7 - # container: "centos:7" - - os: rhel8 - container: "oraclelinux:8" - container: ${{ matrix.container }} - - steps: - - name: Checkout for centos7 - if: ${{ matrix.os == 'centos7' }} - uses: actions/checkout@v3 - - - name: Checkout for rhel8 - if: ${{ matrix.os == 'rhel8' }} - uses: actions/checkout@v4 - - # Initializes the CodeQL tools for scanning. - - name: Initialize CodeQL for centos7 - if: ${{ matrix.os == 'centos7' }} - uses: github/codeql-action/init@v2 - with: - queries: security-extended - languages: ${{ matrix.language }} - - - name: Initialize CodeQL for rhel8 - if: ${{ matrix.os == 'rhel8' }} - uses: github/codeql-action/init@v3 - with: - queries: security-extended - languages: ${{ matrix.language }} - - # ℹī¸ Command-line programs to run using the OS shell. - # 📚 https://git.io/JvXDl - - - name: Build osptoolkit - run: | - yum install -y epel-release - yum install -y make gcc-c++ openssl-devel utf8proc-devel - cd $GITHUB_WORKSPACE/src - make build - cd $GITHUB_WORKSPACE/test - make linux - - - name: Perform CodeQL Analysis for centos7 - if: ${{ matrix.os == 'centos7' }} - uses: github/codeql-action/analyze@v2 - - - name: Perform CodeQL Analysis for rhel8 - if: ${{ matrix.os == 'rhel8' }} - uses: github/codeql-action/analyze@v3 From 1d081bc7c69896696d7cb972169b9659836c1d3f Mon Sep 17 00:00:00 2001 From: fenichelar Date: Tue, 11 Feb 2025 16:41:02 -0500 Subject: [PATCH 3/3] Update README.txt --- README.txt | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.txt b/README.txt index 1411495..c78307e 100644 --- a/README.txt +++ b/README.txt @@ -1,6 +1 @@ -Installation ------------- - -See the document titled: -"How to Build and Test the OSP Toolkit" -found on the company website at www.transnexus.com +OSP Toolkit