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 revised-stream-4-language.md #7

Merged
merged 8 commits into from
Jul 20, 2023
8 changes: 8 additions & 0 deletions docs/revised-stream-4-language.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@ TO DO - need examples.

### Invest in Education

It is important to not only provide tooling for developers to develop memory-safely, but sharing HOW and WHY to do so is equally of value. There are several areas where educational materials, training, and job aids should be identified or created to help developers quickly learn about memory safe languages, how to use more memory-safe coding techniques in older languages, as well as the threats and vulnerabilities non-memory-safe coding practices can incur. We propose to create a reference library and educational materials on:

- the threats and vulnerabilities that exist around memory safety coding flaws
- the benefits of developing using memory safe languages
- references to authoritative guides for memory-safe languages
SecurityCRob marked this conversation as resolved.
Show resolved Hide resolved
- educational training material for older languages, such as C & C++, on how to develop using memory-safety techniques and safe memory handling practices
- spread awareness and help others develop skills in memory safe languages and secure coding techniques through blogs, podcasts, conference presentations, and training classes
=======
TO DO

### Challenges
Expand Down