From 794104c347c7869e2945efdfde9b1f4dd50014b8 Mon Sep 17 00:00:00 2001 From: Karl Horky Date: Sat, 24 Jul 2021 21:53:59 +0200 Subject: [PATCH 1/2] Fix language capitalization --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 46349afc..f88ff8eb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Code Scanning Javascript Tutorial +# 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) that was found by the [GitHub Security Lab](https://securitylab.github.com/). ## Introduction @@ -43,7 +43,7 @@ Click the `Setup this workflow` button by CodeQL Analysis. -This will create a GitHub Actions Workflow file with CodeQL already set up. Since Javascript is an interpreted language there is no need to configure any builds. See the [documentation](https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/running-codeql-code-scanning-in-your-ci-system) if you would like to configure CodeQL Analysis with a 3rd party CI system instead of using GitHub Actions. +This will create a GitHub Actions Workflow file with CodeQL already set up. Since JavaScript is an interpreted language there is no need to configure any builds. See the [documentation](https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/running-codeql-code-scanning-in-your-ci-system) if you would like to configure CodeQL Analysis with a 3rd party CI system instead of using GitHub Actions.

@@ -189,4 +189,4 @@ Ready to talk about advanced security features for GitHub Enterprise? [Contact S Check out [GitHub's Security feature page](https://github.com/features/security) for more security features embedded into GitHub. -Check out the Code Scanning [documentation](https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/about-code-scanning) for additional configuration options and technical details. \ No newline at end of file +Check out the Code Scanning [documentation](https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/about-code-scanning) for additional configuration options and technical details. From 2ff59120bf948d05146c2c6d6983c1fd86f8d7cc Mon Sep 17 00:00:00 2001 From: Karl Horky Date: Sat, 24 Jul 2021 21:55:25 +0200 Subject: [PATCH 2/2] Fix GitHub capitalization --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f88ff8eb..bbd386e8 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) that was found by the [GitHub Security Lab](https://securitylab.github.com/). ## Introduction