File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed 
docs/Secure-Coding-Guide-for-Python 
Intro_to_multiprocessing_and_multithreading Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 33This 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 ) 
Original file line number Diff line number Diff 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
99Common 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
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments