[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-2021":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":23,"hasPages":25,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":34,"readmeContent":35,"aiSummary":36,"trendingCount":16,"starSnapshotCount":16,"syncStatus":37,"lastSyncTime":38,"discoverSource":39},2021,"CheatSheetSeries","OWASP\u002FCheatSheetSeries","OWASP","The OWASP Cheat Sheet Series was created to provide a concise collection of high value information on specific application security topics.","https:\u002F\u002Fcheatsheetseries.owasp.org",null,"Python",32246,4479,564,42,0,7,73,273,48,45,"Creative Commons Attribution Share Alike 4.0 International",false,"master",true,[27,28,29,30,31,32,33],"application-security","appsec","best-practices","cheatsheets","code","owasp","security","2026-06-12 02:00:36","# Welcome to the OWASP Cheat Sheet Series\n\n[![OWASP Flagship](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fowasp-flagship%20project-48A646.svg)](https:\u002F\u002Fwww.owasp.org\u002Findex.php\u002FOWASP_Project_Inventory#tab=Flagship_Projects)\n[![Creative Commons License](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Flicense\u002FOWASP\u002FCheatSheetSeries)](https:\u002F\u002Fcreativecommons.org\u002Flicenses\u002Fby-sa\u002F4.0\u002F \"CC BY-SA 4.0\")\n\nWelcome to the official repository for the Open Worldwide Application Security Project® (OWASP) Cheat Sheet Series project. The project focuses on providing good security practices for builders in order to secure their applications.\n\nIn order to read the cheat sheets and **reference** them, use the project [official website](https:\u002F\u002Fcheatsheetseries.owasp.org). The project details can be viewed on the [OWASP main website](https:\u002F\u002Fowasp.org\u002Fwww-project-cheat-sheets\u002F) without the cheat sheets.\n\n:triangular_flag_on_post: Markdown files are the working sources and aren't intended to be referenced in any external documentation, books or websites.\n\n## Cheat Sheet Series Team\n\n### Project Leaders\n\n- [Jim Manico](https:\u002F\u002Fgithub.com\u002Fjmanico)\n- [Jakub Maćkowski](https:\u002F\u002Fgithub.com\u002Fmackowski)\n\n### Core team\n\n- [Kevin W. Wall](https:\u002F\u002Fgithub.com\u002Fkwwall)\n- [Shlomo Zalman Heigh](https:\u002F\u002Fgithub.com\u002Fszh)\n\n## Chat With Us\n\nWe're easy to find on Slack:\n\n1. Join the OWASP Group Slack with this [invitation link](https:\u002F\u002Fowasp.org\u002Fslack\u002Finvite).\n2. Join the [#cheatsheets channel](https:\u002F\u002Fowasp.slack.com\u002Fmessages\u002FC073YNUQG).\n\nFeel free to ask questions, suggest ideas, or share your best recipes.\n\n## Contributions, Feature Requests, and Feedback\n\nWe are actively inviting new contributors! To start, please read the [contribution guide](CONTRIBUTING.md) and our [How To Make A Cheatsheet guide](GUIDELINE.md).\n\nThis project is only possible thanks to the work of many dedicated volunteers. Everyone is encouraged to help in ways large and small. Here are a few ways you can help:\n\n- Read the current content and help us fix any spelling mistakes or grammatical errors.\n- Choose an existing [issue](https:\u002F\u002Fgithub.com\u002FOWASP\u002FCheatSheetSeries\u002Fissues) on GitHub and submit a pull request to fix it.\n- Open a new issue to report an opportunity for improvement.\n\n### Automated Build\n\nThis [link](https:\u002F\u002Fcheatsheetseries.owasp.org\u002Fbundle.zip) allows you to download a build (ZIP archive) of the offline website.\n\n### Local Build [![pyVersion3x](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fpython-3.x-blue.svg)](https:\u002F\u002Fwww.python.org\u002Fdownloads\u002F)\n\nThe OWASP Cheat Sheet Series website can be built and tested locally by issuing the following commands:\n\n```sh\nmake install-python-requirements\nmake generate-site\nmake serve  # Binds port 8000\n```\n\n### Linting\n\nTo check markdown and terminology:\n\n```sh\nnpm run lint-markdown\nnpm run lint-terminology\n```\n\nTo auto-fix linting issues:\n\n```sh\nnpm run lint-markdown-fix\nnpm run lint-terminology-fix\n```\n\n### Container Build\n\nThe OWASP Cheat Sheet Series website can be built and tested locally inside a container by issuing the following commands:\n\n#### Docker\n\n```sh\ndocker build -t cheatsheetseries .\ndocker run --name cheatsheetseries -p 8000:8000 cheatsheetseries\n```\n\n#### Podman\n\n```sh\npodman build -t cheatsheetseries .\npodman run --name cheatsheetseries -p 8000:8000 localhost\u002Fcheatsheetseries\n```\n\n## Contributors\n\n- **From 2014 to 2018:** [V1](CONTRIBUTOR-V1.md) - Initial version of the project hosted on the [OWASP WIKI](https:\u002F\u002Fwiki.owasp.org).\n- **From 2019:** [V2](https:\u002F\u002Fgithub.com\u002FOWASP\u002FCheatSheetSeries\u002Fgraphs\u002Fcontributors) - Hosted on [GitHub](https:\u002F\u002Fgithub.com\u002FOWASP\u002FCheatSheetSeries).\n\n## Special thanks\n\nA special thank you to the following people for their help provided during the migration:\n\n- [Dominique Righetto](https:\u002F\u002Fgithub.com\u002Frighettod): For his special leadership and guidance.\n- [Elie Saad](https:\u002F\u002Fgithub.com\u002FThunderSon): For valuable help in updating the OWASP Wiki links for all the migrated cheat sheets and for years of leadership and other project support.\n- [Jakub Maćkowski](https:\u002F\u002Fgithub.com\u002Fmackowski): For valuable help in updating the OWASP Wiki links for all the migrated cheat sheets.\n\nOpen Worldwide Application Security Project and OWASP are registered trademarks of the OWASP Foundation, Inc.\n","OWASP\u002FCheatSheetSeries项目旨在为特定的应用安全主题提供一系列高价值的信息摘要。该项目的核心功能是通过简洁的备忘单形式，分享应用安全领域的最佳实践和关键知识点，使用Python语言进行网站构建与维护。这些资源对于软件开发者、安全专家以及任何对提高应用程序安全性感兴趣的人员都非常有用，特别是在开发过程中需要快速参考安全指南时。此外，项目鼓励社区贡献，支持本地构建和测试，确保内容准确无误，并且易于访问。",2,"2026-06-11 02:47:36","top_all"]