TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Resources about building secure websites and web services?

2 点作者 sunday_serif超过 1 年前
Hi all,<p>Can anyone recommend any resources (books, websites, papers, lectures, etc.) about building secure websites and software services generally? I know this is a very broad topic, and so I understand that there won&#x27;t be a one size fits all resource.<p>Topics that are of interest include: - considerations for building a secure login on a website - interfaces for authentication &amp; authorization in web apis - considerations for storing customer &#x2F; user information - considerations for communication between backend services and 3rd party services - probably lots of other things that I haven&#x27;t even considered!

2 条评论

justinludwig超过 1 年前
OWASP Cheat Sheet Series [1] is a great place to start (for websites or HTTP services generally). Also see their Web Security Testing Guide [2] for a comprehensive list of security issues to watch out for:<p>[1] <a href="https:&#x2F;&#x2F;cheatsheetseries.owasp.org&#x2F;index.html" rel="nofollow noreferrer">https:&#x2F;&#x2F;cheatsheetseries.owasp.org&#x2F;index.html</a><p>[2] <a href="https:&#x2F;&#x2F;owasp.org&#x2F;www-project-web-security-testing-guide&#x2F;latest&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;owasp.org&#x2F;www-project-web-security-testing-guide&#x2F;lat...</a>
LinuxBender超过 1 年前
This may not be exactly what you are looking for but if you have specific topics you wish to learn more about then the Security [1] portion of StackExchange contains some decent questions and answers. ServerFault [2] also contains some server best practices. Stack Overflow [3] would have some of the coding best practices. Lurk on there for a while before asking questions as people expect a certain style of question formatting and some degree of research from someone in a related professional field prior to asking questions.<p>[1] - <a href="https:&#x2F;&#x2F;security.stackexchange.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;security.stackexchange.com&#x2F;</a><p>[2] - <a href="https:&#x2F;&#x2F;serverfault.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;serverfault.com&#x2F;</a><p>[3] - <a href="https:&#x2F;&#x2F;stackoverflow.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;stackoverflow.com&#x2F;</a>