1
0

标准:腾讯代码安全指南

This commit is contained in:
周中平 2022-05-30 10:46:13 +08:00
parent 85a290d05d
commit 4c928d90c6
No known key found for this signature in database
GPG Key ID: B1DF9DD42D8E00DC
2 changed files with 19 additions and 1 deletions

View File

@ -0,0 +1,19 @@
---
id: 腾讯代码安全指南
title: 腾讯代码安全指南
data: 2022年5月30日d
---
面向开发人员梳理的代码安全指南旨在梳理API层面的风险点并提供详实可行的安全编码方案。
仓库地址:**[secguide](https://github.com/Tencent/secguide)**
| 规范 | 最后修订日期 |
| ------------------------------------------------------------ | ------------ |
| [C/C++安全指南](https://github.com/Tencent/secguide/blob/main/C,C++安全指南.md) | 2021-05-18 |
| [JavaScript安全指南](https://github.com/Tencent/secguide/blob/main/JavaScript安全指南.md#1) | 2021-05-18 |
| [Node安全指南](https://github.com/Tencent/secguide/blob/main/JavaScript安全指南.md#2) | 2021-05-18 |
| [Go安全指南](https://github.com/Tencent/secguide/blob/main/Go安全指南.md) | 2021-05-18 |
| [Java安全指南](https://github.com/Tencent/secguide/blob/main/Java安全指南.md) | 2021-05-18 |
| [Python安全指南](https://github.com/Tencent/secguide/blob/main/Python安全指南.md) | 2021-05-18 |

View File

@ -1,7 +1,6 @@
---
id: 谷歌开源项目风格指南
title: 谷歌开源项目风格指南
sidebar_position: 1
data: 2022年5月30日
---