You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# required to fetch internal or private CodeQL packs
36
23
packages: read
37
-
38
-
# only required for workflows in private repositories
39
24
actions: read
40
25
contents: read
41
26
42
27
strategy:
43
28
fail-fast: false
44
29
matrix:
45
30
include:
46
-
# CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'rust', 'swift'
47
-
# Use `c-cpp` to analyze code written in C, C++ or both
48
-
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both
49
-
# Use 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both
50
-
# To learn more about changing the languages that are analyzed or customizing the build mode for your analysis,
51
-
# see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning.
52
-
# If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize how
53
-
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
# If you wish to specify custom queries, you can do so here or in a config file.
71
-
# By default, queries listed here will override any specified in a config file.
72
-
# Prefix the list here with "+" to use these queries and those in the config file.
73
-
74
-
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
75
-
# queries: security-extended,security-and-quality
76
-
77
-
# If the analyze step fails for one of the languages you are analyzing with
78
-
# "We were unable to automatically build your code", modify the matrix above
79
-
# to set the build mode to "manual" for that language. Then modify this step
80
-
# to build your code.
81
-
# ℹ️ Command-line programs to run using the OS shell.
82
-
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
83
-
- name: Run manual build steps
84
-
if: matrix.build-mode == 'manual'
85
-
shell: bash
86
-
run: |
87
-
echo 'If you are using a "manual" build mode for one or more of the' \
88
-
'languages you are analyzing, replace this with the commands to build' \
We take security seriously. We appreciate your efforts to responsibly disclose vulnerabilities and will make every effort to acknowledge your contributions.
22
4
23
5
## Table of Contents
@@ -40,7 +22,7 @@ We take security seriously. We appreciate your efforts to responsibly disclose v
40
22
41
23
The preferred method for reporting security vulnerabilities is through GitHub's Security Advisory feature:
42
24
43
-
1. Navigate to [Report a Vulnerability](https://github.com/{{OWNER}}/{{REPO}}/security/advisories/new)
25
+
1. Navigate to [Report a Vulnerability](https://github.com/hyperpolymath/standards/security/advisories/new)
44
26
2. Click **"Report a vulnerability"**
45
27
3. Complete the form with as much detail as possible
46
28
4. Submit — we'll receive a private notification
@@ -52,27 +34,6 @@ This method ensures:
52
34
- Coordinated disclosure tooling
53
35
- Automatic credit when the advisory is published
54
36
55
-
### Alternative: Encrypted Email
56
-
57
-
If you cannot use GitHub Security Advisories, you may email us directly:
58
-
59
-
|||
60
-
|---|---|
61
-
|**Email**| {{SECURITY_EMAIL}} |
62
-
|**PGP Key**|[Download Public Key]({{PGP_KEY_URL}})|
0 commit comments