Skip to content

Commit d6bd693

Browse files
committed
adding buffer overflow attack article
1 parent bbfd538 commit d6bd693

4 files changed

Lines changed: 15 additions & 1 deletion

File tree

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2950,6 +2950,11 @@ <h2>General security resources</h2>
29502950
with cloud deployments.</p>
29512951
</li>
29522952
<li>
2953+
<p>Wondering how the common buffer overflow attack works? Check out this
2954+
<a href="http://arstechnica.com/security/2015/08/how-security-flaws-work-the-buffer-overflow/">article on buffer overflows</a>
2955+
that explains the attack in layman's terms.</p>
2956+
</li>
2957+
<li>
29532958
<p><a href="https://www.digitalocean.com/community/tutorials/7-security-measures-to-protect-your-servers">7 Security Measures to Protect Your Servers</a>
29542959
provides a good overview of the fundamentals for how servers should be
29552960
configured for baseline security.</p>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-10-26T08:35:35Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-10-27T13:15:14Z</updated></feed>

source/content/pages/04-web-development/15-web-app-security.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ securing Linux distributions.
111111
is a high-level overview of some of security auditing problems that come
112112
with cloud deployments.
113113

114+
* Wondering how the common buffer overflow attack works? Check out this
115+
[article on buffer overflows](http://arstechnica.com/security/2015/08/how-security-flaws-work-the-buffer-overflow/)
116+
that explains the attack in layman's terms.
117+
114118
* [7 Security Measures to Protect Your Servers](https://www.digitalocean.com/community/tutorials/7-security-measures-to-protect-your-servers)
115119
provides a good overview of the fundamentals for how servers should be
116120
configured for baseline security.

web-application-security.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,11 @@ <h2>General security resources</h2>
164164
with cloud deployments.</p>
165165
</li>
166166
<li>
167+
<p>Wondering how the common buffer overflow attack works? Check out this
168+
<a href="http://arstechnica.com/security/2015/08/how-security-flaws-work-the-buffer-overflow/">article on buffer overflows</a>
169+
that explains the attack in layman's terms.</p>
170+
</li>
171+
<li>
167172
<p><a href="https://www.digitalocean.com/community/tutorials/7-security-measures-to-protect-your-servers">7 Security Measures to Protect Your Servers</a>
168173
provides a good overview of the fundamentals for how servers should be
169174
configured for baseline security.</p>

0 commit comments

Comments
 (0)