Skip to content

Commit a0897c8

Browse files
committed
adding more security resources
1 parent e471bb6 commit a0897c8

File tree

3 files changed

+27
-10
lines changed

3 files changed

+27
-10
lines changed

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>2014-03-15T10:36:58Z</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>2014-03-15T11:39:59Z</updated></feed>

source/content/pages/18-web-security/1801-web-security.markdown

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,18 @@ request forgery and usage of public-private keypairs.
1212

1313

1414
## Security Resources
15-
[When and How to Deploy HTTPS](http://erik.io/blog/2013/06/08/a-basic-guide-to-when-and-how-to-deploy-https/)
15+
* [Security Tips from Apache](http://httpd.apache.org/docs/current/misc/security_tips.html)
1616

17-
[Securing a Linux Server](http://spenserj.com/blog/2013/07/15/securing-a-linux-server/)
17+
* [When and How to Deploy HTTPS](http://erik.io/blog/2013/06/08/a-basic-guide-to-when-and-how-to-deploy-https/)
1818

19-
[Securing Your Website](http://arstechnica.com/security/2013/02/securing-your-website-a-tough-job-but-someones-got-to-do-it/)
19+
* [Securing a Linux Server](http://spenserj.com/blog/2013/07/15/securing-a-linux-server/)
2020

21-
[How HTTPS Secures Connections: What Every Web Dev Should Know](http://blog.hartleybrody.com/https-certificates/)
21+
* [Securing Your Website](http://arstechnica.com/security/2013/02/securing-your-website-a-tough-job-but-someones-got-to-do-it/)
2222

23-
The Open Web Application Security Project (OWASP) has
24-
[cheat sheets for security](https://www.owasp.org/index.php/Cheat_Sheets)
25-
topics.
23+
* [How HTTPS Secures Connections: What Every Web Dev Should Know](http://blog.hartleybrody.com/https-certificates/)
24+
25+
* The Open Web Application Security Project (OWASP) has
26+
[cheat sheets for security](https://www.owasp.org/index.php/Cheat_Sheets)
27+
topics.
2628

2729

web-application-security.html

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,28 @@ <h1>Web Application Security</h1>
7979
treatment, such as Cross-site scripting (XSS), SQL injection, Cross-site
8080
request forgery and usage of public-private keypairs.</p>
8181
<h2>Security Resources</h2>
82+
<ul>
83+
<li>
84+
<p><a href="http://httpd.apache.org/docs/current/misc/security_tips.html">Security Tips from Apache</a></p>
85+
</li>
86+
<li>
8287
<p><a href="http://erik.io/blog/2013/06/08/a-basic-guide-to-when-and-how-to-deploy-https/">When and How to Deploy HTTPS</a></p>
88+
</li>
89+
<li>
8390
<p><a href="http://spenserj.com/blog/2013/07/15/securing-a-linux-server/">Securing a Linux Server</a></p>
91+
</li>
92+
<li>
8493
<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>
94+
</li>
95+
<li>
8596
<p><a href="http://blog.hartleybrody.com/https-certificates/">How HTTPS Secures Connections: What Every Web Dev Should Know</a></p>
97+
</li>
98+
<li>
8699
<p>The Open Web Application Security Project (OWASP) has
87-
<a href="https://www.owasp.org/index.php/Cheat_Sheets">cheat sheets for security</a>
88-
topics.</p>
100+
<a href="https://www.owasp.org/index.php/Cheat_Sheets">cheat sheets for security</a>
101+
topics.</p>
102+
</li>
103+
</ul>
89104
<br/>
90105
Next read the
91106
<a href="/logging.html">logging</a> section.

0 commit comments

Comments
 (0)