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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Is PCI compliance something that every web developer should know?

2 点作者 vrnut超过 9 年前

2 条评论

efriese超过 9 年前
If the developer writes code that handles credit card information, absolutely. Most organizations utilize third parties to handle credit card info so they don&#x27;t have to be PCI compliant. Even then, it helps to know something about PCI because the developer may be storing more information than needed.<p>In general I think every developer should receive secure coding training. Most developers don&#x27;t...
评论 #10172765 未加载
评论 #10172816 未加载
kjs3超过 9 年前
If you develop a site that takes payment via credit card, even when processed by a third party processor, it&#x27;s pretty irresponsible not to be familiar with it. Even if you&#x27;re only attesting to being a SAQ A merchant, you&#x27;ll want to know why. There&#x27;s not that much too it, and it&#x27;s really the minimum you should be thinking about.<p>That said, we&#x27;d all live in a better world of every web developer knew the OWASP recommendations inside and out. I can dream.