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.

Ask HN: the best(s) web security book for web developers

11 pointsby dheavyalmost 12 years ago
What are, in your opinions, the best web security books available for a web developer today?<p>The kind you would have on your desk along your Rails&#x2F;Django&#x2F;JS classics when building a web app with your team?

4 comments

jyualmost 12 years ago
I&#x27;d also like to know Security 101 for web developers.<p>In a recent appsec thread, there were two books that a lot of people recommended:<p><a href="http:&#x2F;&#x2F;www.amazon.com&#x2F;The-Tangled-Web-Securing-Applications&#x2F;dp&#x2F;1593273886" rel="nofollow">http:&#x2F;&#x2F;www.amazon.com&#x2F;The-Tangled-Web-Securing-Applications&#x2F;...</a><p><a href="http:&#x2F;&#x2F;www.amazon.com&#x2F;The-Web-Application-Hackers-Handbook&#x2F;dp&#x2F;1118026470" rel="nofollow">http:&#x2F;&#x2F;www.amazon.com&#x2F;The-Web-Application-Hackers-Handbook&#x2F;d...</a><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=5862102" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=5862102</a>
tptacekalmost 12 years ago
We&#x27;re a software security firm, and when promising candidates reach out to us and tell us they&#x27;re worried that they don&#x27;t have a lot of exposure to web app security, we buy them _The Web App Hackers Handbook_ (I invariably apologize for the stupid title) and _The Tangled Web_.
LarryMade2almost 12 years ago
I think a lot of those security checklist things are a good guidemap of what you need to do. Then add to that a security book specific to your application&#x27;s programming language(s)<p>Heres one, there are plenty more: <a href="http:&#x2F;&#x2F;www.techrepublic.com&#x2F;blog&#x2F;security&#x2F;ensure-basic-web-site-security-with-this-checklist&#x2F;424" rel="nofollow">http:&#x2F;&#x2F;www.techrepublic.com&#x2F;blog&#x2F;security&#x2F;ensure-basic-web-s...</a>
dheavyalmost 12 years ago
Thanks for your input guys, it&#x27;s very valuable!