Skip to content

Commit 0a30a5e

Browse files
committed
new security resource
1 parent 8f9fcd1 commit 0a30a5e

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2859,6 +2859,11 @@ <h2>General security resources</h2>
28592859
provides a good overview of the fundamentals for how servers should be
28602860
configured for baseline security.</p>
28612861
</li>
2862+
<li>
2863+
<p>As you're developing on Linux, you'll want to read and follow this
2864+
<a href="https://github.com/lfit/itpol/blob/master/linux-workstation-security.md">Linux workstation security</a>
2865+
document to make sure your code and environment are not compromised.</p>
2866+
</li>
28622867
</ul>
28632868
<h2>Web security learning checklist</h2>
28642869
<ol>

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-09-05T08:10:54Z</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-09-06T17:11:47Z</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
@@ -115,6 +115,10 @@ securing Linux distributions.
115115
provides a good overview of the fundamentals for how servers should be
116116
configured for baseline security.
117117

118+
* As you're developing on Linux, you'll want to read and follow this
119+
[Linux workstation security](https://github.com/lfit/itpol/blob/master/linux-workstation-security.md)
120+
document to make sure your code and environment are not compromised.
121+
118122

119123
## Web security learning checklist
120124
1. Read and understand the major web application security flaws that are

web-application-security.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,11 @@ <h2>General security resources</h2>
168168
provides a good overview of the fundamentals for how servers should be
169169
configured for baseline security.</p>
170170
</li>
171+
<li>
172+
<p>As you're developing on Linux, you'll want to read and follow this
173+
<a href="https://github.com/lfit/itpol/blob/master/linux-workstation-security.md">Linux workstation security</a>
174+
document to make sure your code and environment are not compromised.</p>
175+
</li>
171176
</ul>
172177
<h2>Web security learning checklist</h2>
173178
<ol>

0 commit comments

Comments
 (0)