TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Clojure Web Security

2 pointsby 0wl3xalmost 7 years ago

1 comment

markcalmost 7 years ago
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.