top of page
Search


How to Check HTTP Headers
HTTP response headers can impact the user experience and the security of the web or mobile application. Server administrators can...

Jeremy Druin
Apr 2, 20211 min read


Retiring Obsolete JavaScript Libraries
One of the most over-looked issues in web applications is vulnerabilities in someone else's code; 3rd-party JavaScript libraries. Vendors...

Jeremy Druin
Mar 22, 20211 min read


What is Content Security Policy?
Content Security Policy (CSP) is a security framework built into the browser. CSP allows the browser to block content from sources other...

Jeremy Druin
Mar 6, 20211 min read


Yum! Secure Cookies
Cookie security is an oxymoron. Cookies exist in the browser; an inherently insecure location. However, there are several best-practices...

Jeremy Druin
Mar 1, 20211 min read


What is DevSecOps?
DevSecOps is a development methodolgy that enables rugged software with quality baked in from the start. A key component is security....

Jeremy Druin
Feb 24, 20211 min read
bottom of page