From b7bf53fda9fb7a692cc3276553c84ff4201e16e9 Mon Sep 17 00:00:00 2001 From: Isaac Cohen Date: Thu, 26 Aug 2021 14:06:24 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbd386e8..e88fcc50 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Code Scanning JavaScript Tutorial -Welcome to the Code Scanning JavaScript Tutorial! This tutorial will take you through how to set up GitHub Advanced Security: Code Scanning as well as interpret results that it may find. The following repository contains vulnerability [CVE-2018-20835](https://github.com/advisories/GHSA-x2mc-8fgj-3wmr) (aka Zip Slip) that was found by the [GitHub Security Lab](https://securitylab.github.com/). +Welcome to the Code Scanning JavaScript Tutorial! This tutorial will take you through how to set up GitHub Advanced Security: Code Scanning as well as interpret results that it may find. The following repository contains vulnerability [CVE-2018-20835](https://github.com/advisories/GHSA-x2mc-8fgj-3wmr) (aka Zip Slip). ## Introduction