Skip to content

Commit

Permalink
edits to best practices doc
Browse files Browse the repository at this point in the history
Signed-off-by: Nell Shamrell <nellshamrell@gmail.com>
  • Loading branch information
nellshamrell committed Sep 5, 2023
1 parent c9b40a4 commit f0be6af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/best-practice-non-memory-safe-by-default-languages.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Best Practices - Non Memory-Safe By Default Languages

This working group recommends switching to a memory-safe by default language whenever possible or practical. However, when switching to a memory-safe by default language is not possible or practical, there are developer practices that will improve memory safety, even if it is not the default.
This working group recommends using a memory-safe by default language whenever possible or practical. However, when using a memory-safe by default language is not possible or practical, there are developer practices that will improve memory safety, even if it is not the default.

## C

Expand All @@ -10,3 +10,4 @@ This working group recommends switching to a memory-safe by default language whe

* [Making C++ Memory-Safe Without Borrow Checking, Reference Counting, or Tracing Garbage Collection](https://verdagon.dev/blog/vale-memory-safe-cpp)
* [C++ Core Guidelines](https://github.com/isocpp/CppCoreGuidelines)
* [C/C++ Hardening Guide](https://github.com/ossf/wg-best-practices-os-developers/tree/main/docs/Compiler-Hardening-Guides)

0 comments on commit f0be6af

Please sign in to comment.