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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Clojure Web Security

2 点作者 0wl3x将近 7 年前

1 comment

markc将近 7 年前
This post is a reasonable start, but has some errors and omissions - and is now out of date since the OWASP Top 10 update.<p>A few suggested improvements:<p>Update to use OWASP Top 10 2017 <a href="https:&#x2F;&#x2F;www.owasp.org&#x2F;index.php&#x2F;Top_10-2017_Top_10" rel="nofollow">https:&#x2F;&#x2F;www.owasp.org&#x2F;index.php&#x2F;Top_10-2017_Top_10</a><p>Incorporate OWASP Top 10 Proactive controls <a href="https:&#x2F;&#x2F;www.owasp.org&#x2F;index.php&#x2F;OWASP_Proactive_Controls" rel="nofollow">https:&#x2F;&#x2F;www.owasp.org&#x2F;index.php&#x2F;OWASP_Proactive_Controls</a><p>XSS Section refers only to stored XSS. Describe reflected XSS as well. Describe DOM-based XSS and mitigations.<p>Provide some examples of Security Misconfiguration<p>Provide advice on <i>how</i> to keep software patched for security flaws<p>The post says &quot;Use HTTPS if you can&quot;. HTTPS is not optional for web security.