Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
secure-coding-practices-quick-reference-guide — 来自 OWASP 的安全编码实践快速参考指南 | Kitploit
工具/GitHubGitHub/owasp/secure-coding-practices-quick-reference-guide
静态代码分析 (SAST)代码分析学习与教育精选资源学习路径与课程
GitHubowasp/secure-coding-practices-quick-reference-guide

secure-coding-practices-quick-reference-guide

来自 OWASP 的安全编码实践快速参考指南

查看仓库

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
网站
49115个月前Kitploit 审核通过

Chinese language (zh-CN) version

We appreciate all kinds of suggestions and corrections on this translation of the Secure Coding Practices Quick Reference Guide

During development manually create the PDF document from directory zh/cn:

root@kitploit:~
pandoc -o OWASP_SCP_Quick_Reference_Guide.zh-CN.pdf \
--pdf-engine=xelatex -r markdown title.pdf.yaml \
01-introduction/01-front.markdown \
01-introduction/02-toc.markdown \
01-introduction/03-credits.markdown \
01-introduction/04-copyright.markdown \
01-introduction/05-introduction.markdown \
02-checklist/05-checklist.markdown \
03-appendices/03-overview.markdown \
03-appendices/05-glossary.markdown \
03-appendices/07-references.markdown

Similarly create the EBook:

root@kitploit:~
pandoc -o OWASP_SCP_Quick_Reference_Guide.zh-CN.epub \
--pdf-engine=xelatex -r markdown title.yaml \
01-introduction/01-front.markdown \
01-introduction/02-toc.markdown \
01-introduction/03-credits.markdown \
01-introduction/04-copyright.markdown \
01-introduction/05-introduction.markdown \
02-checklist/05-checklist.markdown \
03-appendices/03-overview.markdown \
03-appendices/05-glossary.markdown \
03-appendices/07-references.markdown

There is a dependency on having a *tex installed that will provide pdflatex for the PDF output. For example with MacOS the command brew install basictex can be used. Also make sure font 'Songti SC Light' is installed when creating the PDF and eBook.

下载工具