From 29a4401d0b1a95f50f883740f6648ecf494b6f83 Mon Sep 17 00:00:00 2001 From: Nell Shamrell Date: Fri, 22 Mar 2024 15:36:30 -0700 Subject: [PATCH 1/2] initial commit Signed-off-by: Nell Shamrell --- .../MEMORY_SAFETY_sandbox_stage.md | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 process/sig-lifecycle-documents/MEMORY_SAFETY_sandbox_stage.md diff --git a/process/sig-lifecycle-documents/MEMORY_SAFETY_sandbox_stage.md b/process/sig-lifecycle-documents/MEMORY_SAFETY_sandbox_stage.md new file mode 100644 index 0000000..c7fbb37 --- /dev/null +++ b/process/sig-lifecycle-documents/MEMORY_SAFETY_sandbox_stage.md @@ -0,0 +1,46 @@ +## Creation of a new Special Interest Group (SIG) at Sandbox stage + +### Proposed focus, intent, goals, and/or deliverables + +Our Motivation, Objective, and Scope are outlined in the [README of our repo](https://github.com/ossf/Memory-Safety/blob/main/README.md) + +Our original deliverable was revised language for Stream 4 of the OpenSSF's Mobilization plan. Our revised language for Stream 4 is [here](https://github.com/ossf/Memory-Safety/blob/main/docs/revised-stream-4-language.md). + +We also established [common definitions of memory safety terms](https://github.com/ossf/Memory-Safety/blob/main/docs/definitions.md) to refer to in our work. + +Our in progress deliverables include: +* [Best Practices - Memory-Safe By Default Languages](https://github.com/ossf/Memory-Safety/blob/main/docs/best-practice-memory-safe-by-default-languages.md) +* [Best Practices - Non-Memory-Safe By Default Languages](https://github.com/ossf/Memory-Safety/blob/main/docs/best-practice-non-memory-safe-by-default-languages.md) +* [The Memory Safety Continuum](https://github.com/ossf/Memory-Safety/pull/20) + +### List SIG Lead(s) +* [Nell Shamrell-Harrington](https://github.com/nellshamrell) (Microsoft, Rust Foundation) +* [Avishay Balter](https://github.com/balteravishay) (Microsoft) + +### List of interested individuals +The SIG have a minimum of 3 members with 2 different organizational affiliations. +* Jay White, Microsoft, +* Gabriel Dos Reis, Microsoft, [GabrielDosReis](https://github.com/GabrielDosReis) +* Charles Palmer, IBM Research, Dartmouth +* David Edelsohn, IBM +* Andrew Fryer, [Andrew-Fryer](https://github.com/Andrew-Fryer) +* Andrew Lilley Brinker, Mitre, [alilleybrinker](https://github.com/alilleybrinker) + + +### Governing Body +SIGs may report to an existing OpenSSF Working Group or directly to the TAC as their governing body. The SIG commits to providing the governing body quarterly updates on progress. + * "name of governing body (WG or TAC) for this SIG" + +### SIG References +The SIG should provide a list of existing resources with links to the repository, and if available, website, a roadmap, demos and walkthroughs, and any other material to showcase the existing breadth, maturity, and direction of the SIG. +| Reference | URL | +|---------------------|-----| +| Repo | | +| Meeting Agenda | | +| OSSF Calendar Entry | | +| Website | | +| Security.md | | +| Roadmap | | +| code-of-conduct.md | | +| Demos | | +| Other | | From 5d563e95bef3db1da8714b7f0594f4454567bd60 Mon Sep 17 00:00:00 2001 From: Nell Shamrell Date: Fri, 22 Mar 2024 15:50:33 -0700 Subject: [PATCH 2/2] adds interested individuals, links, etc. Signed-off-by: Nell Shamrell --- .../MEMORY_SAFETY_sandbox_stage.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/process/sig-lifecycle-documents/MEMORY_SAFETY_sandbox_stage.md b/process/sig-lifecycle-documents/MEMORY_SAFETY_sandbox_stage.md index c7fbb37..fa3443a 100644 --- a/process/sig-lifecycle-documents/MEMORY_SAFETY_sandbox_stage.md +++ b/process/sig-lifecycle-documents/MEMORY_SAFETY_sandbox_stage.md @@ -19,28 +19,32 @@ Our in progress deliverables include: ### List of interested individuals The SIG have a minimum of 3 members with 2 different organizational affiliations. -* Jay White, Microsoft, +* Jay White, Microsoft * Gabriel Dos Reis, Microsoft, [GabrielDosReis](https://github.com/GabrielDosReis) * Charles Palmer, IBM Research, Dartmouth * David Edelsohn, IBM * Andrew Fryer, [Andrew-Fryer](https://github.com/Andrew-Fryer) +* Justin Cappos, NYU, [JustinCappos](https://github.com/JustinCappos) * Andrew Lilley Brinker, Mitre, [alilleybrinker](https://github.com/alilleybrinker) - +* Joshua J. Drake, [jduck](https://github.com/jduck) +* Chris de Almeida, IBM, [ctcpip](https://github.com/ctcpip) +* Jordan Harband, TC39, [ljharb](https://github.com/ljharb) + ### Governing Body SIGs may report to an existing OpenSSF Working Group or directly to the TAC as their governing body. The SIG commits to providing the governing body quarterly updates on progress. - * "name of governing body (WG or TAC) for this SIG" +* [Best Practices Working Group](https://github.com/ossf/wg-best-practices-os-developers) ### SIG References The SIG should provide a list of existing resources with links to the repository, and if available, website, a roadmap, demos and walkthroughs, and any other material to showcase the existing breadth, maturity, and direction of the SIG. | Reference | URL | |---------------------|-----| -| Repo | | -| Meeting Agenda | | -| OSSF Calendar Entry | | +| Repo |https://github.com/ossf/Memory-Safety | +| Meeting Agenda |https://docs.google.com/document/d/1RnIzqeKyrOJvs6vQ8xGH6TjZDoEFaGUs1NkAx--v_3Y/edit | +| OSSF Calendar Entry |Not sure how to link this, but there is one! | | Website | | | Security.md | | | Roadmap | | -| code-of-conduct.md | | +| code-of-conduct.md |https://openssf.org/community/code-of-conduct/ | | Demos | | | Other | |