Skip to content

Commit 4a4c092

Browse files
authored
Merge pull request github#18495 from github/repo-sync
repo sync
2 parents a65d703 + 60b399a commit 4a4c092

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

content/rest/activity/feeds.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,12 @@ HTTP/2 200
2929

3030
```xml
3131
<?xml version="1.0" encoding="UTF-8"?>
32-
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" xml:lang="en-US">
32+
<feed xmlns="http://www.w3.org/2005/Atom"
33+
xmlns:media="http://search.yahoo.com/mrss/"
34+
xml:lang="en-US">
3335
<id>tag:github.com,2008:/security-advisories</id>
34-
<link rel="self" type="application/atom+xml" href="https://github.com/security-advisories.atom"/>
36+
<link rel="self" type="application/atom+xml"
37+
href="https://github.com/security-advisories.atom"/>
3538
<title>GitHub Security Advisory Feed</title>
3639
<author>
3740
<name>GitHub</name>
@@ -41,10 +44,18 @@ HTTP/2 200
4144
<id>tag:github.com,2008:GHSA-abcd-12ab-23cd</id>
4245
<published>2018-07-26T15:14:52Z</published>
4346
<updated>2019-01-14T19:34:52Z</updated>
44-
<title type="html">[GHSA-abcd-12ab-23cd] Moderate severity vulnerability that affects Octoapp</title>
47+
<title type="html">[GHSA-abcd-12ab-23cd] Moderate
48+
severity vulnerability that affects Octoapp</title>
4549
<category term="NPM"/>
4650
<content type="html">
47-
&lt;p&gt;Octoapp node module before 4.17.5 suffers from a Modification of Assumed-Immutable Data (MAID) vulnerability via defaultsDeep, merge, and mergeWith functions, which allows a malicious user to modify the prototype of &quot;Object&quot; via &lt;strong&gt;proto&lt;/strong&gt;, causing the addition or modification of an existing property that will exist on all objects.&lt;/p&gt;
51+
&lt;p&gt;Octoapp node module before 4.17.5 suffers
52+
from a Modification of Assumed-Immutable Data (MAID)
53+
vulnerability via defaultsDeep, merge, and mergeWith
54+
functions, which allows a malicious user to modify
55+
the prototype of &quot;Object&quot; via
56+
&lt;strong&gt;proto&lt;/strong&gt;, causing the
57+
addition or modification of an existing property
58+
that will exist on all objects.&lt;/p&gt;
4859
&lt;p&gt;&lt;strong&gt;Affected Packages&lt;/strong&gt;&lt;/p&gt;
4960

5061
&lt;dl&gt;

0 commit comments

Comments
 (0)