Skip to content

Commit 488797d

Browse files
authored
📖 Add Security Insights file and update maintainer affiliation (#4863)
- MAINTAINERS: Update Jeff's affiliation - .github: Add security-insights.yml Some security analysis tools leverage security-insights.yml to infer information about a project, so we add it here. --------- Signed-off-by: Stephen Augustus <[email protected]>
1 parent e845eda commit 488797d

File tree

2 files changed

+76
-2
lines changed

2 files changed

+76
-2
lines changed

.github/security-insights.yml

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
header:
2+
schema-version: 2.0.0
3+
last-updated: '2025-11-25'
4+
last-reviewed: '2025-11-25'
5+
url: https://github.com/ossf/scorecard
6+
comment: This file contains the security information for the Scorecard project.
7+
8+
project:
9+
name: Scorecard
10+
administrators:
11+
- name: Stephen Augustus
12+
affiliation: Bloomberg
13+
primary: true
14+
- name: Raghav Kaul
15+
affiliation: Google
16+
- name: Spencer Schrock
17+
affiliation: Google
18+
# TODO(security-insights): Extend this to include all Scorecard repos in our next review pass.
19+
repositories:
20+
- name: Scorecard
21+
url: https://github.com/ossf/scorecard
22+
comment: |
23+
ossf/scorecard is the core repo for the Scorecard project.
24+
steward:
25+
uri: https://openssf.org
26+
comment: |
27+
Scorecard is maintained by volunteers under the oversight of the Open Source Security Foundation (OpenSSF).
28+
vulnerability-reporting:
29+
reports-accepted: true
30+
bug-bounty-available: false
31+
32+
repository:
33+
status: active
34+
url: https://github.com/ossf/scorecard
35+
accepts-change-request: true
36+
accepts-automated-change-request: true
37+
no-third-party-packages: false
38+
core-team:
39+
- name: Stephen Augustus
40+
affiliation: Bloomberg
41+
primary: true
42+
- name: Raghav Kaul
43+
affiliation: Google
44+
- name: Adam Korczynski
45+
affiliation: ADA Logics
46+
- name: Jeff Mendoza
47+
affiliation: Microsoft
48+
- name: Spencer Schrock
49+
affiliation: Google
50+
license:
51+
url: https://github.com/ossf/scorecard/blob/main/LICENSE
52+
expression: Apache-2.0
53+
security:
54+
assessments:
55+
audit-2025:
56+
evidence: https://openssf.org/blog/2025/10/10/openssf-scorecard-audit-is-complete/
57+
comment: |
58+
This audit was coordinated by Open Source Technology Improvement Fund (OSTIF) and undertaken by the ADA
59+
Logics team during early summer of 2025.
60+
Within the scope of review was five repositories: scorecard-webapp, scorecard-action, scorecard-monitor,
61+
scorecard, and allstar. These five projects underwent formal threat modeling, which then guided the manual
62+
code review that followed. Each repository interacts with different interfaces, handles different
63+
(potentially sensitive) data, and therefore has differing attack impacts that affect its security needs.
64+
Fuzzing work was also performed during this audit, and resulted in the uncovering of some of the reported
65+
findings.
66+
documentation:
67+
contributing-guide: https://github.com/ossf/scorecard/blob/main/CONTRIBUTING.md
68+
governance: https://github.com/ossf/scorecard/blob/main/MAINTAINERS.md
69+
security-policy: https://github.com/ossf/scorecard/blob/main/SECURITY.md
70+
release:
71+
automated-pipeline: true
72+
distribution-points:
73+
- uri: https://github.com/ossf/scorecard/releases
74+
comment: GitHub Releases page

MAINTAINERS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The current standing Steering Committee members are as follows:
99
- Stephen Augustus ([@justaugustus](https://github.com/justaugustus)), Bloomberg
1010
- Raghav Kaul ([@raghavkaul](https://github.com/raghavkaul)), Google
1111
- Spencer Schrock ([@spencerschrock](https://github.com/spencerschrock)), Google
12-
- Jeff Mendoza ([@jeffmendoza](https://github.com/jeffmendoza)), Kusari
12+
- Jeff Mendoza ([@jeffmendoza](https://github.com/jeffmendoza)), Microsoft
1313

1414
## `scorecard-maintainers`
1515

@@ -20,7 +20,7 @@ The current standing Steering Committee members are as follows:
2020

2121
## `scorecard-doc-maintainers`
2222

23-
-
23+
-
2424

2525
## Emeritus
2626

0 commit comments

Comments
 (0)