Skip to content

Commit 8b9e967

Browse files
[Task]: Update SECURITY.md (#65)
* Created stale.yml bot * Create cla-check.yaml * Update SECURITY.md --------- Co-authored-by: Shonster88 <[email protected]>
1 parent 8df3f91 commit 8b9e967

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

.github/workflows/cla-check.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: CLA check
2+
3+
on:
4+
issue_comment:
5+
types: [created]
6+
pull_request_target:
7+
types: [opened, closed, synchronize]
8+
9+
jobs:
10+
cla-workflow:
11+
uses: pimcore/workflows-collection-public/.github/workflows/[email protected]
12+
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
13+
secrets:
14+
CLA_ACTION_ACCESS_TOKEN: ${{ secrets.CLA_ACTION_ACCESS_TOKEN }}

.github/workflows/stale.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Handle stale issues
2+
3+
on:
4+
workflow_dispatch:
5+
schedule:
6+
- cron: '37 7 * * *'
7+
8+
jobs:
9+
call-stale-workflow:
10+
uses: pimcore/workflows-collection-public/.github/workflows/[email protected]

SECURITY.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
If you think that you have found a security issue,
66
don’t use the bug tracker and don’t publish it publicly.
7-
Instead, all security issues must be reported via 📫 to [[email protected]](mailto:[email protected]).
7+
Instead, all security issues must be reported via a private vulnerability report.
8+
9+
Please follow the [instructions](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/privately-reporting-a-security-vulnerability#privately-reporting-a-security-vulnerability) to submit a private report.
810

911

1012
## Resolving Process
@@ -18,4 +20,3 @@ Every submitted security issue is handled with top priority by following these s
1820
6. Patch reviewing
1921
7. Tagging a new release for supported versions
2022
8. Publish security announcement
21-

0 commit comments

Comments
 (0)