Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: Initialize CodeQL
uses: github/codeql-action/init@29b1f65c1f735799893313399435a59f54045865 # v3
uses: github/codeql-action/init@4187e74d05793876e9989daffde9c3e66b4acd07 # v3
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}

- name: Autobuild
uses: github/codeql-action/autobuild@29b1f65c1f735799893313399435a59f54045865 # v3
uses: github/codeql-action/autobuild@4187e74d05793876e9989daffde9c3e66b4acd07 # v3

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@29b1f65c1f735799893313399435a59f54045865 # v3
uses: github/codeql-action/analyze@4187e74d05793876e9989daffde9c3e66b4acd07 # v3
14 changes: 14 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Security Policy

TEMPLATE INSTRUCTIONS (delete this block before publishing)
Replace all {{PLACEHOLDER}} values with your information:
Squisher Corpus - Your project name
hyperpolymath - GitHub username or org (e.g., hyperpolymath)
squisher-corpus - Repository name
[email protected] - Security contact email
TBD - Your PGP key fingerprint (40 chars, no spaces)
https://github.com/hyperpolymath.gpg - URL to your public PGP key
github.com/hyperpolymath/squisher-corpus - Your website/domain
Comment thread
hyperpolymath marked this conversation as resolved.
2026 - Current year for copyright

Optional: Remove sections that don't apply (e.g., PGP if you don't use it)
-->

We take security seriously. We appreciate your efforts to responsibly disclose vulnerabilities and will make every effort to acknowledge your contributions.

## Table of Contents
Expand Down
Loading