Hey #infosec / #cybersecurity fediverse!

I'm looking for resources on writing secure code, or security best practices for software development, etc. Anything specifically for #javascript / #typescript / #web is a plus!

Please #boost for reach! Thanks!

@xyhhx The stating page is https://developer.mozilla.org/en-US/docs/Web/Security

If there’s only one thing you’ll read this morning, start with OWASP: https://owasp.org/

Security on the web | MDN

Websites contain several different types of information. Some of it is non-sensitive, for example the copy shown on the public pages. Some of it is sensitive, for example customer usernames, passwords, and banking information, or internal algorithms and private product information.

MDN Web Docs
@ArneBab Thanks! Yeah, those are great resources.