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
Copy file name to clipboardExpand all lines: README.md
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,25 @@
2
2
3
3
This repository is for managing and sharing the content of the
4
4
*Secure Software Development Fundamentals*
5
-
courses (from the OpenSSF Best Practices WG) that are available via edX.
6
-
If you see something that should be changed, please file an issue.
5
+
courses (from the OpenSSF Best Practices WG) that are available via the
6
+
[Linux Foundation Training & Certification Platform](https://training.linuxfoundation.org/training/developing-secure-software-lfd121/)
7
+
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).
8
+
If you see something that should be changed, please
9
+
[file an issue](https://github.com/ossf/secure-sw-dev-fundamentals/issues).
7
10
8
11
If you just want to *take* these courses, please [select the course you are interested in and take it](https://openssf.org/training/courses/).
9
12
10
13
See the [*Secure Software Development Fundamentals* content converted into Markdown format](secure_software_development_fundamentals.md) for the main content of this repository.
11
14
12
15
This informational content is released under the [Creative Commons Attribution License (CC-BY) version 4.0](https://creativecommons.org/licenses/by/4.0/legalcode.txt), so you can reuse it in many ways. We want you to use this information! There are some exceptions: we quote other material (such as from xkcd) which are under their own licenses, and to counter cheating we do not release certain testing materials this way. Note that we update this material, so you should be prepared for updates if you use a significant portion of it.
13
16
17
+
If you earn a certificate of completion for the course via the Linux Foundation (LF) Training, you can show off the [digital credentials (badges) you've earned](https://training.linuxfoundation.org/badges-2/). Similarly, if you earn a course certificate or program certificate on edX, you can [show your edX certificates](https://www.edx.org/verified-certificate).
18
+
19
+
If you want to propose changes to the content, the preferred mechanism is
20
+
to file [issues](https://github.com/ossf/secure-sw-dev-fundamentals/issues) for general suggestions and provide [pull requests](https://github.com/ossf/secure-sw-dev-fundamentals/pulls) for specific changes, in both cases to this
project. Changes that are accepted into the Markdown must go through a series of internal steps in coordination with LF Training & Certification so that the changes will be deployed to both the LF Training and edX platforms.
23
+
14
24
This content was originally converted from Google docs format using
0 commit comments