Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 5adbd04

Browse files
authored
Merge pull request #128 from githubtraining/notice-alerts
Puts in right spot - Notice alerts
2 parents a07f99e + aa8d285 commit 5adbd04

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

responses/01a_class-introduction-issue.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@ In this course you will learn how to:
1616

1717
For this course, you'll need to be comfortable with the GitHub Flow. If you need a refresher on the GitHub flow, check out the [the Introduction to GitHub course]({{ host}}/courses/introduction-to-github).
1818

19-
### Vulnerability alerts
20-
21-
You may have already noticed some alerts from GitHub about this repository. You may have gotten an email, or seen a yellow bar warning you about the `package.json` file.
22-
23-
![dependency vulnerability alert](https://user-images.githubusercontent.com/9906718/46882979-c275b680-ce50-11e8-9f47-2081daf20b98.png)
24-
25-
We will be addressing these alerts throughout this course, so it's okay to ignore them for now.
26-
2719
## Step 1: Your project on GitHub Pages
2820

2921
This project is centered around a memory game that will be deployed with GitHub Pages.

responses/02_find-vulnerabilities.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ This repository is a Node.js project utilizing NPM. Because of that, the `packag
1111
How can we know these dependencies are secure? It's not always easy, but GitHub is watching out.
1212

1313
### GitHub's security alerts for vulnerable dependencies
14+
15+
You may notice some alerts from GitHub about this repository. You may get an email, or see a yellow bar warning you about the `package.json` file.
16+
17+
![dependency vulnerability alert](https://user-images.githubusercontent.com/9906718/46882979-c275b680-ce50-11e8-9f47-2081daf20b98.png)
18+
1419
GitHub tracks public vulnerabilities in Ruby gems, NPM, Python, Java, and .Net packages.
1520

1621
GitHub receives a notification of a newly-announced vulnerability. Next, we check for repositories that use the affected version of that dependency. We send security alerts to a set of people within those affected repositories. The owners are contacted by default. But, it's possible to configure specific teams or individuals to get these important notifications.

0 commit comments

Comments
 (0)