Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README #166

Merged
merged 1 commit into from
Aug 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 24 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,31 @@
# secure-sw-dev-fundamentals: Secure Software Development Fundamentals courses (from the OpenSSF Best Practices WG)
# secure-sw-dev-fundamentals: Developing Secure Software (LFD121) course

This repository is for managing and sharing the content of the
*Secure Software Development Fundamentals*
courses (from the [OpenSSF Best Practices WG](https://github.com/ossf/wg-best-practices-os-developers) that are available via the
[Linux Foundation Training & Certification Platform](https://training.linuxfoundation.org/training/developing-secure-software-lfd121/)
and via [edX](http://edx.org/professional-certificate/linuxfoundationx-secure-software-development-fundamentals?utm_medium=partner-marketing&utm_source=affiliate&utm_campaign=openssf&utm_content=openssforg-securedevelopmentpc).
This repository is for maintaining the content of the
[Developing Secure Software (LFD121) course](https://training.linuxfoundation.org/training/developing-secure-software-lfd121/),
aka the *Secure Software Development Fundamentals* course.

## Highlights
This course is overseen by the [Open Source Security Foundation (OpenSSF) Best Practices Working Group (WG)](https://github.com/ossf/wg-best-practices-os-developers).

Please **[select the course you are interested in and take it](https://openssf.org/training/courses/)** if you just want to *take* these courses.
## If you want to LEARN

This repository is instead intended for those who want to modify the course material or using its content in special ways.
If you want to *learn*, you're in the *wrong place*.

Instead, *please* go to the
**[Developing Secure Software (LFD121) entry page](https://training.linuxfoundation.org/training/developing-secure-software-lfd121/)**
so you can learn how to develop secure software.
It's free, and its certificate of completion is free.

The [OpenSSF page about this course](https://openssf.org/training/courses/) provides some broader context about the course.
The learning material also available via [edX](http://edx.org/professional-certificate/linuxfoundationx-secure-software-development-fundamentals?utm_medium=partner-marketing&utm_source=affiliate&utm_campaign=openssf&utm_content=openssforg-securedevelopmentpc). but the edX certificate of completion is not free.

## This repository is for maintainers of the course

This repository is intended for those who *maintain* the course material.

In particular, this is the place to report proposed changes
to the course content or report issues about the course content.
If you want to use its content in special ways, this might also be a
useful repository for you.

If you see something in the course that should be changed, please **[file an issue](https://github.com/ossf/secure-sw-dev-fundamentals/issues)** or (even better) **[create a pull request](https://github.com/ossf/secure-sw-dev-fundamentals/pulls)**.

Expand Down
Loading