1
0
wiki/safe/腾讯代码安全指南/腾讯代码安全指南.md

22 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
id: 腾讯代码安全指南
title: 腾讯代码安全指南
sidebar_position: 1
data: 2022年5月30日
---
面向开发人员梳理的代码安全指南旨在梳理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 |