Category index

Cyber Security

4276 articles

4276 ARTICLES

Threat modelling For Node.js applications
CYBERSECURITY

Threat modelling For Node.js applications

What should I defend my application against? Should I deal with Cross-Site Scripting (XSS) attacks? How about SQL injection? Should I protect myself against cross-site request forgery? The short answer is yes. But as always, it’s not that simple.

1 MIN READ arrow_forward
What DevOps and Open Source Security have in common
CYBERSECURITY

What DevOps and Open Source Security have in common

Snyk founder Guy Podjarny joins Courtney Nash on the new O’Reilly Security podcast, discussing key topics such as: - Why developers should own security, and why they haven’t done so yet - How can we bring the DevOps revolution into the world of security - What are each of our roles in improving Open Source Security - More tactically, handling vulnerabilities in open source components

1 MIN READ arrow_forward
Engineering is somewhat like basketball
CYBERSECURITY

Engineering is somewhat like basketball

A focus on the engineering team goal of getting things shipped, and what helps us achieve this at Snyk. There are several practices we observe in our development cycle that bind well and keep us shipping all the time; this post outlines the philosophy behind our approach and the continuous delivery practices we use.

1 MIN READ arrow_forward
Enriching bitHound with Snyk
CYBERSECURITY

Enriching bitHound with Snyk

Dependencies are extremely powerful, but also open up a world of complexity. To successfully secure these packages in your application, you need to consider security as a natural aspect of quality. This means embedding it into your suite of quality tools and practices, making handling security the default.

1 MIN READ arrow_forward
HTTPS Adoption *doubled* this year
CYBERSECURITY

HTTPS Adoption *doubled* this year

Despite having been around for over 20 years, HTTPS always remained very lightly adopted – until 2016. Data from two independent sources shows that HTTPS adoption more than doubled from 2015 to 2016. Snyk CEO Guy Podjarny digs into this data.

1 MIN READ arrow_forward
4 steps to address vulnerable dependencies
CYBERSECURITY

4 steps to address vulnerable dependencies

Creating Snyk’s GitHub integration, released in late June, helped clarify the different steps to truly address vulnerable dependencies, both immediately and in a continuous fashion. These steps are consistent across packaging systems, from npm to Maven to Chef cookbooks. This post explains each step, why they are needed, and how to apply them with Snyk.

1 MIN READ arrow_forward
The 5 dimensions of an npm dependency
CYBERSECURITY

The 5 dimensions of an npm dependency

We often talk about the growing number of npm dependencies, and how they make us productive and fast or fragile and insecure. But what exactly is an npm dependency? This post defines the ways to look at an npm dependency.

1 MIN READ arrow_forward