Skip to content

Commit a0bcb96

Browse files
committed
new security resources. need to break pages up
1 parent 50e4043 commit a0bcb96

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

all.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2722,7 +2722,11 @@ <h2>General security resources</h2>
27222722
scenes thinking on important considerations with security audits.</p>
27232723
</li>
27242724
<li>
2725-
<p><a href="http://arstechnica.com/security/2013/02/securing-your-website-a-tough-job-but-someones-got-to-do-it/">Securing Your Website</a></p>
2725+
<p>Ars Technica wrote posts on
2726+
<a href="http://arstechnica.com/security/2013/02/securing-your-website-a-tough-job-but-someones-got-to-do-it/">securing your website</a>
2727+
along with <a href="http://arstechnica.com/gadgets/2012/11/how-to-set-up-a-safe-and-secure-web-server/">how to set up a safe and secure web server: part 1</a>
2728+
and <a href="http://arstechnica.com/information-technology/2012/11/securing-your-web-server-with-ssltls/">part 2</a>
2729+
to explain HTTPS and SSL without much required pre-existing knowledge.</p>
27262730
</li>
27272731
<li>
27282732
<p><a href="https://www.crypto101.io/">Crypto 101</a> is an introductory course on

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-06-26T11:33:31Z</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-06-27T08:21:54Z</updated></feed>

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,11 @@ securing Linux distributions.
9090
[what makes a good security audit](https://www.eff.org/deeplinks/2014/11/what-makes-good-security-audit). It's broad but contains some of their behind the
9191
scenes thinking on important considerations with security audits.
9292

93-
* [Securing Your Website](http://arstechnica.com/security/2013/02/securing-your-website-a-tough-job-but-someones-got-to-do-it/)
93+
* Ars Technica wrote posts on
94+
[securing your website](http://arstechnica.com/security/2013/02/securing-your-website-a-tough-job-but-someones-got-to-do-it/)
95+
along with [how to set up a safe and secure web server: part 1](http://arstechnica.com/gadgets/2012/11/how-to-set-up-a-safe-and-secure-web-server/)
96+
and [part 2](http://arstechnica.com/information-technology/2012/11/securing-your-web-server-with-ssltls/)
97+
to explain HTTPS and SSL without much required pre-existing knowledge.
9498

9599
* [Crypto 101](https://www.crypto101.io/) is an introductory course on
96100
cryptography for programmers.

web-application-security.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,11 @@ <h2>General security resources</h2>
141141
scenes thinking on important considerations with security audits.</p>
142142
</li>
143143
<li>
144-
<p><a href="http://arstechnica.com/security/2013/02/securing-your-website-a-tough-job-but-someones-got-to-do-it/">Securing Your Website</a></p>
144+
<p>Ars Technica wrote posts on
145+
<a href="http://arstechnica.com/security/2013/02/securing-your-website-a-tough-job-but-someones-got-to-do-it/">securing your website</a>
146+
along with <a href="http://arstechnica.com/gadgets/2012/11/how-to-set-up-a-safe-and-secure-web-server/">how to set up a safe and secure web server: part 1</a>
147+
and <a href="http://arstechnica.com/information-technology/2012/11/securing-your-web-server-with-ssltls/">part 2</a>
148+
to explain HTTPS and SSL without much required pre-existing knowledge.</p>
145149
</li>
146150
<li>
147151
<p><a href="https://www.crypto101.io/">Crypto 101</a> is an introductory course on

0 commit comments

Comments
 (0)