Skip to content

Commit

Permalink
fix unaccessible link from wiki.sei.cmu.edu
Browse files Browse the repository at this point in the history
Signed-off-by: msclock <msclock@qq.com>
  • Loading branch information
msclock committed Aug 5, 2024
1 parent 918ebe0 commit df6e9df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Here are some of the points to consider:
For developers, there are several best secure coding practices that can be followed while developing C++ applications. These include:

- [ISO CPP Core Guidelines](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines)
- [SEI CERT C++ Coding Standard](https://wiki.sei.cmu.edu/confluence/display/seccode/SEI+CERT+Coding+Standards)
- [SEI CERT C++ Coding Standard](https://wiki.sei.cmu.edu/confluence/pages/viewpage.action?pageId=88046682)

These guidelines cover various aspects of C++ programming, such as memory management, resource management, input validation, and error handling. Best of luck with implementing secure coding practices!

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Here are some of the points to consider:
For developers, there are several best secure coding practices that can be followed while developing C++ applications. These include:

- [ISO CPP Core Guidelines](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines)
- [SEI CERT C++ Coding Standard](https://wiki.sei.cmu.edu/confluence/display/seccode/SEI+CERT+Coding+Standards)
- [SEI CERT C++ Coding Standard](https://wiki.sei.cmu.edu/confluence/pages/viewpage.action?pageId=88046682)

These guidelines cover various aspects of C++ programming, such as memory management, resource management, input validation, and error handling. Best of luck with implementing secure coding practices!

Expand Down

0 comments on commit df6e9df

Please sign in to comment.