Skip to content

Commit cb84af4

Browse files
committed
update image paths, typos, etc
1 parent 53c2053 commit cb84af4

File tree

13 files changed

+35
-21
lines changed

13 files changed

+35
-21
lines changed

_posts/2025-08-16-gh-oss.md

Lines changed: 35 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: "scikit-learn completes the GitHub OSS Fund Training"
2+
title: "scikit-learn Completes the GitHub Secure Open Source Training"
33
date: August 16, 2025
44
categories:
55
- Press
66
tags:
77
- Open Source
8-
featured-image: /assets/images/posts_images/ghs-oss-fund/gh-oss-cover.png
8+
featured-image: /assets/images/posts_images/gh-sosf/cover.png
99

1010
postauthors:
1111
- name: Reshama Shaikh
@@ -22,23 +22,24 @@ postauthors:
2222

2323
scikit-learn was honored to be selected to participate in Cohort 2 of the GitHub Secure Open Source Fund (OSF) Training Program. Cohort 1 took place earlier in 2025 with 19 projects, and Cohort 2 took place with 52 projects during June 2025.
2424

25-
It was an intense 3-week intense training program, with over 90 open source maintainers joining the training. Read the announcement from GitHub: [Securing the supply chain at scale: Starting with 71 important open source projects](https://github.blog/open-source/maintainers/securing-the-supply-chain-at-scale-starting-with-71-important-open-source-projects) (11-Aug-2025)
26-
27-
There were numerous workshops delivered by experts in the GitHub Security Lab. For many of these workshops, the learning materials are publicly available, and they are shared below.
28-
2925
<figure>
30-
<img src="/assets/images/posts_images/ghs-oss-fund/ghs-oss-blog.png" alt="logos of 15 funding partners" style="padding:1px;border:solid black" style="border-width: thick" max-width="50%" max-height="50%" />
26+
<img src="/assets/images/posts_images/gh-sosf/blog-title.png" alt="GitHub announcement of GH-S-OS Fund" style="padding:1px;border:solid black" style="border-width: thick" max-width="50%" max-height="50%" />
3127
<figcaption>
3228
Original post: <a href="https://github.blog/open-source/maintainers/securing-the-supply-chain-at-scale-starting-with-71-important-open-source-projects">GH Secure OSS Announcement</a>
3329
</figcaption>
3430
</figure>
3531

32+
33+
It was an intense 3-week intense training program, with over 90 open source maintainers joining the training. Read the announcement from GitHub: [Securing the supply chain at scale: Starting with 71 important open source projects](https://github.blog/open-source/maintainers/securing-the-supply-chain-at-scale-starting-with-71-important-open-source-projects)
34+
35+
There were numerous workshops delivered by experts in the GitHub Security Lab. For many of these workshops, the learning materials are publicly available, and they are shared below.
36+
3637
### GitHub Security Lab
3738
GitHub has its own security department, and GitHub Security Lab’s mission is to empower developers and secure open source.
3839
* GitHub Security Lab: [Resources](https://securitylab.github.com/resources-os)
3940

4041
<figure>
41-
<img src="/assets/images/posts_images/ghs-oss-fund/gh-security-lab.png" alt="GitHub Security Lab"
42+
<img src="/assets/images/posts_images/gh-sosf/gh-security-lab.png" alt="GitHub Security Lab"
4243
style="padding:1px;border:solid black" max-width="50%" max-height="50%" />
4344
<figcaption>
4445
Original post: <a href="https://github.com/GitHubSecurityLab">GitHub Security Lab</a>
@@ -55,35 +56,42 @@ The training provided many trainings by experts in the field. Below we share tra
5556
- [Secure by design: A UX toolkit](https://microsoft.design/articles/secure-by-design-a-ux-toolkit)
5657

5758
#### CodeQL: From Zero to Hero
59+
60+
This workshop introduces fundamentals of security research and static analysis used when looking for vulnerabilities in software. They use an example of a simple vulnerability, walk through how CodeQL could detect it, and provide examples on how the audience could use CodeQL to find vulnerabilities themselves.
61+
5862
slides: [Finding Vulnerabilities with CodeQL](https://github.com/sylwia-budzynska/2025-soss-codeql-workshop/blob/main/SOSS-CodeQL-slides.pdf)
5963

6064
<figure>
61-
<img src="/assets/images/posts_images/ghs-oss-fund/CodeQL.png" alt="CodeQL audience and topics covered"
65+
<img src="/assets/images/posts_images/gh-sosf/CodeQL.png" alt="CodeQL audience and topics covered"
6266
style="padding:1px;border:solid black" max-width="50%" max-height="50%" />
6367
<figcaption>
64-
Original post: <a href="https://github.com/sylwia-budzynska/2025-soss-codeql-workshop">GH Secure OSS Announcement</a>
68+
Original post: <a href="https://github.com/sylwia-budzynska/2025-soss-codeql-workshop">Finding Vulnerabilities with CodeQL</a>
6569
</figcaption>
6670
</figure>
6771

6872
#### Developing Secure Software
69-
Learn the security basics to develop software that is hardened against attacks, and understand how you can reduce the damage and speed the response when a vulnerability is exploited. This course includes specific tips on how to use and develop open source and other software securely. It was developed by the Open Source Security Foundation (OpenSSF), a cross-industry collaboration that brings together leaders to improve the security of open source software by building a broader community, targeted initiatives, and best practices.
73+
74+
This course includes specific tips on how to use and develop open source and other software securely. Learn the security basics to develop software that is hardened against attacks, and understand how you can reduce the damage and speed the response when a vulnerability is exploited.
75+
76+
It was developed by the Open Source Security Foundation (OpenSSF), a cross-industry collaboration that brings together leaders to improve the security of open source software by building a broader community, targeted initiatives, and best practices.
7077

7178
* Online, Self Paced
7279
* 16-20 Hours of Course Material
7380
* Quizzes and Hands-on Labs
7481

7582
<figure>
76-
<img src="/assets/images/posts_images/ghs-oss-fund/dss-lfd121.png" alt="course: Developing Secure Software"
83+
<img src="/assets/images/posts_images/gh-sosf/dss-lfd121.png" alt="course: Developing Secure Software"
7784
style="padding:1px;border:solid black" max-width="50%" max-height="50%" />
7885
<figcaption>
7986
Original post: <a href="https://training.linuxfoundation.org/training/developing-secure-software-lfd121">LFD121: Developing Secure Software</a>
8087
</figcaption>
8188
</figure>
8289

8390
#### OSS-Fuzz
91+
[Fuzz testing](https://en.wikipedia.org/wiki/Fuzzing) is a well-known technique for uncovering programming errors in software.
8492

8593
<figure>
86-
<img src="/assets/images/posts_images/ghs-oss-fund/oss-fuzz.png" alt="OSS-Fuzz"
94+
<img src="/assets/images/posts_images/gh-sosf/oss-fuzz.png" alt="OSS-Fuzz"
8795
style="padding:1px;border:solid black" max-width="50%" max-height="50%" />
8896
<figcaption>
8997
Original post: <a href="https://github.com/google/oss-fuzz">OSS-Fuzz</a>
@@ -92,25 +100,28 @@ Learn the security basics to develop software that is hardened against attacks,
92100

93101

94102
### Secure Code Game
103+
Secure Code Game is a GitHub Security Lab initiative, providing an in-repo learning experience, where learners to secure intentionally vulnerable code. At the same time, this is an open source project that welcomes your contributions as a way to give back to the community.
95104

96105
<figure>
97-
<img src="/assets/images/posts_images/ghs-oss-fund/secure-code-game.png" alt="Secure Code Game"
106+
<img src="/assets/images/posts_images/gh-sosf/secure-code-game.png" alt="Secure Code Game"
98107
style="padding:1px;border:solid black" max-width="50%" max-height="50%" />
99108
<figcaption>
100109
Original post: <a href="https://github.com/skills/secure-code-game">Secure Code Game</a>
101110
</figcaption>
102111
</figure>
103112

113+
### Participate in Future Cohorts of the GitHub Secure Open Source Training
114+
If you are a maintainer of an open source project, this training is an excellent opportunity to secure your project with guidance from highly trained experts in the security field. [Applications are open](https://docs.google.com/forms/d/e/1FAIpQLScDBalom0XhmJrvyI3kwD7dZ-dD4_uhmLNysVXtA8fH_WUKoA/viewform).
104115

105116
### References
106117
- [Securing the supply chain at scale: Starting with 71 important open source projects](https://github.blog/open-source/maintainers/securing-the-supply-chain-at-scale-starting-with-71-important-open-source-projects) (11-Aug-2025)
118+
- TechCrunch: [GitHub launches $1.25M open source fund with a focus on security](https://techcrunch.com/2024/11/19/github-launches-1-25m-open-source-fund-with-a-focus-on-security) (19-Nov-2024)
107119
- [GitHub Secure Open Source Fund](https://resources.github.com/github-secure-open-source-fund/)
108-
- [GitHub launches $1.25M open source fund with a focus on security](https://techcrunch.com/2024/11/19/github-launches-1-25m-open-source-fund-with-a-focus-on-security) (November 2024)
109120
- [Eclipse Foundation Security Policy](https://www.eclipse.org/security/policy)
110121
- [Linux Foundation Security Policy](https://www.linuxfoundation.org/security)
111122

112-
### Blogs from other open source projects
113-
- OpenCV: [https://opencv.org/blog/opencvs-participation-in-the-github-secure-open-source-fund](https://opencv.org/blog/opencvs-participation-in-the-github-secure-open-source-fund)
123+
### Blogs from Participating Open Source Projects
124+
- OpenCV: [OpenCV’s Participation in the GitHub Secure Open Source Fund](https://opencv.org/blog/opencvs-participation-in-the-github-secure-open-source-fund)
114125
- Bootstrap: [Bootstrap at GitHub Secure Open Source Fund](https://www.linkedin.com/pulse/bootstrap-github-secure-open-source-fund-julien-d%2525C3%2525A9ramond-cvjie)
115126
- Cobra & Viper: [Cobra & Viper Fortify Security as Part of GitHub Secure Open Source Fund](https://spf13.com/p/cobra-viper-fortify-security-as-part-of-github-secure-open-source-fund)
116127
- Zitadel: [A Leap Forward in Security: Our Journey with the GitHub Secure Open Source Fund](https://zitadel.com/blog/github-secure-open-source-fund)
@@ -119,20 +130,23 @@ Learn the security basics to develop software that is hardened against attacks,
119130

120131
## Acknowledgments
121132

122-
Thank you to the sponsors of the GitHub Secure Open Source Secure Fund.
133+
Thank you to the funders and ecosystem partners of the GitHub Secure Open Source Fund.
134+
135+
**Funding Partners:** Alfred P. Sloan Foundation, American Express, Chainguard, Datadog, Herodevs, Kraken, Mayfield, Microsoft, Shopify, Stripe, Superbloom, Vercel, Zerodha, 1Password
123136

124137
<figure>
125-
<img src="/assets/images/posts_images/ghs-oss-fund/ghs-oss-funders.png" alt="Sponsors" style="padding:1px;border:solid black"
138+
<img src="/assets/images/posts_images/gh-sosf/funders2.png" alt="Sponsors" style="padding:1px;border:solid black"
126139
max-width="50%" max-height="50%" />
127140
<figcaption>
128141
<a href="https://github.blog/open-source/maintainers/securing-the-supply-chain-at-scale-starting-with-71-important-open-source-projects"></a>
129142
</figcaption>
130143
</figure>
131144

132-
Thank you to the ecosystem partners of the GitHub Secure Open Source Secure Fund.
145+
146+
**Ecosystem Partners:** Ecosyste.ms, CURIOSS, Digital Data Design Institute Lab for Innovation Science, Digital Infrastructure Insights Fund, Microsoft for Startups, Mozilla, OpenForum Europe, Open Source Collective, OpenUK, Open Technology Fund, OpenSSF, Open Source Initiative, OpenJS Foundation, University of California, Santa Cruz OSPO, Sovereign Tech Agency, SustainOSS
133147

134148
<figure>
135-
<img src="/assets/images/posts_images/ghs-oss-fund/ghs-oss-ecosystem.png" alt="Ecosystem Partners" style="padding:1px;border:solid black"
149+
<img src="/assets/images/posts_images/gh-sosf/ecosystem.png" alt="Ecosystem Partners" style="padding:1px;border:solid black"
136150
max-width="50%" max-height="50%" />
137151
<figcaption>
138152
<a href="https://github.blog/open-source/maintainers/securing-the-supply-chain-at-scale-starting-with-71-important-open-source-projects"></a>
99.2 KB
Loading
1.14 MB
Loading

0 commit comments

Comments
 (0)