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

creates focused criteria for evaluating memory safety efforts (more t… #16

Merged
merged 3 commits into from
Dec 14, 2023
Merged
Show file tree
Hide file tree
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
11 changes: 0 additions & 11 deletions docs/funding-recommendations.md

This file was deleted.

18 changes: 18 additions & 0 deletions docs/project-support-criteria.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# OpenSSF Memory Safety Project Support Program

NOTE - This is currently a draft and this program has not been launched yet!

[The OpenSSF TAC/Foundation is currently working on a funding model and process](https://github.com/ossf/Memory-Safety/pull/13#issuecomment-1791255657) for supporting project/efforts related to Open Source Software Security.

This Working Group is focused specifically on how to technically evaluate a project/effort related to improving memory safety in Open Source Software.

## Draft Criteria

Does this project meaningfully improve memory safety within Open Source software [according to our definition of memory safety](https://github.com/ossf/Memory-Safety/blob/main/docs/definitions.md)?

Meaningful efforts include (but are not limited to):

* Targeted re-write efforts of Open Source software in memory safe by default languages
* Educational efforts on memory safety in software
* Tools/Processes which improve the memory safety of software when a rewrite in a memory safe by default language is not possible/practical
* Efforts which reduce undefined behavior (related to memory safety) in commonly used Open Source software components