Skip to content

Commit fc50b07

Browse files
another-rexcopybara-github
authored andcommitted
Pausing the PRP program. Update PRP issue template and workflow to reflect program pause.
PiperOrigin-RevId: 943715572
1 parent 8a4b044 commit fc50b07

2 files changed

Lines changed: 8 additions & 10 deletions

File tree

.github/ISSUE_TEMPLATE/prp-inventory.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
---
2-
name: Patch reward program - software inventory extraction
2+
name: Patch reward program - CURRENTLY INACTIVE
33
about: Submit a software inventory extractor suggestion for the PRP
44
title: 'PRP: Extractor for {software type}'
55
labels: ['PRP', 'PRP:Request']
66
assignees: ''
77

88
---
99

10+
The OSV-SCALIBR Patch Rewards Program is currently paused,
11+
see https://github.com/google/osv-scalibr/issues/1949 for more details.
12+
13+
---
14+
1015
- **Software distribution method or binary type**: {e.g. `dpkg, npm, .jar files`}
1116
- **Popularity of distribution method** {e.g. `There are X million packages uploaded to NPM / Y million package downloads from Packagist`}
1217
- **Any critical, emergent vulnerability associated with software from the distribution method**: {e.g. `None`, `openssh-server affected by CVE-2024-6387`}

.github/workflows/prp-issue-workflow.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,8 @@ jobs:
2020
run: gh issue comment "$NUMBER" --body "$BODY"
2121
env:
2222
BODY: |
23-
Welcome to the OSV-SCALIBR patch reward program!
24-
Your issue has been added to our triage queue and will reviewed
25-
shortly. The panel usually takes a decision once every other week,
26-
so it can take up to two weeks before you hear back from us,
27-
sometimes longer depending on available capacity.
28-
Please, do not start the work until the panel has reached a
29-
decision. Although we always welcome contributions, unapproved
30-
work is not eligible for a reward.
31-
For more details, please see the [rules page](https://bughunters.google.com/about/rules/open-source/osv-scalibr-patch-rewards-program-rules).
23+
The PRP program is currently paused, see
24+
https://github.com/google/osv-scalibr/issues/1949 for more details.
3225
*~The OSV-SCALIBR PRP team*
3326
- name: Assign to author
3427
continue-on-error: true

0 commit comments

Comments
 (0)