Skip to content

Commit 1d9ef17

Browse files
authored
Fix typos in some step markdown files (skills#16)
* Update 1-enable-codeql.md to fix typo Fix typo "the to" > "to the" * Update 2-review-and-triage-codeql-alerts.md to fix grammar Fix grammar * Update 4-prevent-vulnerabilities-in-the-pull-request.md to fix grammar Fix grammar * Update X-finish.md to fix misspelling Fix misspelling of vulnerabilities
1 parent 166ec3a commit 1d9ef17

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/steps/1-enable-codeql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In this first step, we'll be learning more about CodeQL and how to use it to sec
2424
First, we will enable code scanning with CodeQL in our repository.
2525

2626
1. Open a new browser tab, and work on the steps in your second tab while you read the instructions in this tab.
27-
2. Navigate the to **Settings** tab at the top of your newly created repository.
27+
2. Navigate to the **Settings** tab at the top of your newly created repository.
2828
3. Under the **Security** section on the left side, select **Code security and analysis**.
2929
4. Scroll down to the section titled **Code scanning**. For the purpose of this course, we will focus on CodeQL analysis.
3030
5. Click on the **Set up** dropdown menu and choose **Default**.

.github/steps/2-review-and-triage-codeql-alerts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Now that we're familiar with the alert layout, let's work through the process of
8080
### :keyboard: Activity 5: Create a GitHub Issue for an Alert
8181
This last step will show you how to create a GitHub Issue to track the work that goes into resolving a vulnerability. Issues provide a space for collaboration for a security problem and can be assigned to people or teams.
8282

83-
1. Open one of the open alerts that CodeQL from the scan.
83+
1. Open one of the open alerts that CodeQL identified from the scan.
8484
2. Click the green **Create issue** button at the top right of the alert. If you don't see this button, check the status of the alert to make sure it's an open alert.
8585
3. Add any details you would like to include in the new issue form.
8686
4. Click **Submit new issue**.

.github/steps/4-prevent-vulnerabilities-in-the-pull-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
_Nicely done! You finished Step 3: Fix Security Vulnerabilites! :partying_face:_
1111

12-
Way to go! You made it this far. We're almost done! The last step is to test out the pull request integration with CodeQL. In this step, we will add a vulnerability back into the `routes.py` file to trigger an alert for a SQL injection vulnerability. This is going to be the same issue initially saw.
12+
Way to go! You made it this far. We're almost done! The last step is to test out the pull request integration with CodeQL. In this step, we will add a vulnerability back into the `routes.py` file to trigger an alert for a SQL injection vulnerability. This is going to be the same issue we initially saw.
1313

1414
Our goal is to understand what developers experience when they find a new vulnerability.
1515

.github/steps/X-finish.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ _Congratulations! You have completed this course!_ 🏆
99

1010
Here's a recap of all the tasks you accomplished in your repository:
1111
- Enabled CodeQL on your repository.
12-
- CodeQL scanned the code in your repository and notified us of two SQL injection vulenrabilities.
12+
- CodeQL scanned the code in your repository and notified us of two SQL injection vulnerabilities.
1313
- Reviewed the findings, marked the findings as closed, and explored the audit trail.
1414
- Fixed your code in the main branch and saw that the findings automatically closed out.
1515
- Introduced a new vulnerability in a new branch.

0 commit comments

Comments
 (0)