Skip to content

Commit d2c7513

Browse files
authored
Merge pull request #676 from myteron/pySCG_OpenSSF_contrib
Changed wording to quote OpenSSF as main contributor
2 parents 2a580da + e67c643 commit d2c7513

File tree

2 files changed

+4
-3
lines changed
  • docs/Secure-Coding-Guide-for-Python

2 files changed

+4
-3
lines changed

docs/Secure-Coding-Guide-for-Python/Intro_to_multiprocessing_and_multithreading/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This page aims to explain the concepts that could be found in the following rules:
44

55
- [CWE-410: Insufficient Resource Pool](../CWE-664/CWE-410/README.md)
6-
- [CWE-833: Deadlock - Development Environment - eTeamSpace (ericsson.com)](../CWE-664/CWE-833/README.md)
6+
- [CWE-833: Deadlock](../CWE-664/CWE-833/README.md)
77
- [CWE-400: Uncontrolled Resource Consumption](../CWE-664/CWE-400/README.md)
88
- [CWE-392: Missing Report of Error Condition](../CWE-703/CWE-392/README.md)
99
- [CWE-665: Improper Initialization](../CWE-664/CWE-665/README.md)

docs/Secure-Coding-Guide-for-Python/readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ and non-compliant code with `CPython >= 3.9` using modules listed on
55

66
[Python Module Index](https://docs.python.org/3.9/py-modindex.html) [Python 2023].
77

8-
This page is in initiative by Ericsson to improve secure coding in Python by providing a location for study. Its structure is based on
8+
This page is an initiative by the OpenSSF to improve secure coding in Python by providing a location for study. Its structure is based on
99
Common Weakness Enamurator (CWE) [Pillar Weakness](https://cwe.mitre.org/documents/glossary/#Pillar%20Weakness) [mitre.org 2023].
10-
It currently contains *only* the code examples, documentation will follow.
10+
11+
Some rules only contain code examples, documentation will follow.
1112

1213
## Disclaimer
1314

0 commit comments

Comments
 (0)