标准:腾讯代码安全指南
This commit is contained in:
parent
85a290d05d
commit
4c928d90c6
19
docs/标准/代码/腾讯代码安全指南.md
Normal file
19
docs/标准/代码/腾讯代码安全指南.md
Normal 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 |
|
||||
|
@ -1,7 +1,6 @@
|
||||
---
|
||||
id: 谷歌开源项目风格指南
|
||||
title: 谷歌开源项目风格指南
|
||||
sidebar_position: 1
|
||||
data: 2022年5月30日
|
||||
---
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user