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
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.
24
24
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
-
29
25
<figure>
30
-
<imgsrc="/assets/images/posts_images/ghs-oss-fund/ghs-oss-blog.png"alt="logos of 15 funding partners"style="padding:1px;border:solidblack"style="border-width: thick"max-width="50%"max-height="50%" />
26
+
<imgsrc="/assets/images/posts_images/gh-sosf/blog-title.png"alt="GitHub announcement of GH-S-OS Fund"style="padding:1px;border:solidblack"style="border-width: thick"max-width="50%"max-height="50%" />
31
27
<figcaption>
32
28
Original post: <ahref="https://github.blog/open-source/maintainers/securing-the-supply-chain-at-scale-starting-with-71-important-open-source-projects">GH Secure OSS Announcement</a>
33
29
</figcaption>
34
30
</figure>
35
31
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
+
36
37
### GitHub Security Lab
37
38
GitHub has its own security department, and GitHub Security Lab’s mission is to empower developers and secure open source.
Original post: <ahref="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
55
56
-[Secure by design: A UX toolkit](https://microsoft.design/articles/secure-by-design-a-ux-toolkit)
56
57
57
58
#### 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
+
58
62
slides: [Finding Vulnerabilities with CodeQL](https://github.com/sylwia-budzynska/2025-soss-codeql-workshop/blob/main/SOSS-CodeQL-slides.pdf)
59
63
60
64
<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"
Original post: <ahref="https://github.com/sylwia-budzynska/2025-soss-codeql-workshop">GH Secure OSS Announcement</a>
68
+
Original post: <ahref="https://github.com/sylwia-budzynska/2025-soss-codeql-workshop">Finding Vulnerabilities with CodeQL</a>
65
69
</figcaption>
66
70
</figure>
67
71
68
72
#### 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.
Original post: <ahref="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,
92
100
93
101
94
102
### 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.
Original post: <ahref="https://github.com/skills/secure-code-game">Secure Code Game</a>
101
110
</figcaption>
102
111
</figure>
103
112
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).
104
115
105
116
### References
106
117
-[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)
107
119
-[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)
109
120
-[Eclipse Foundation Security Policy](https://www.eclipse.org/security/policy)
110
121
-[Linux Foundation Security Policy](https://www.linuxfoundation.org/security)
- OpenCV: [OpenCV’s Participation in the GitHub Secure Open Source Fund](https://opencv.org/blog/opencvs-participation-in-the-github-secure-open-source-fund)
114
125
- Bootstrap: [Bootstrap at GitHub Secure Open Source Fund](https://www.linkedin.com/pulse/bootstrap-github-secure-open-source-fund-julien-d%2525C3%2525A9ramond-cvjie)
115
126
- 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)
116
127
- 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,
119
130
120
131
## Acknowledgments
121
132
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
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
0 commit comments