You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: all.html
+37-30Lines changed: 37 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -3839,17 +3839,12 @@ <h2>Security open source projects</h2>
3839
3839
securing Linux distributions.</p>
3840
3840
</li>
3841
3841
</ul>
3842
-
<h2>Security resources</h2>
3842
+
<h2>HTTPS resources</h2>
3843
3843
<ul>
3844
3844
<li>
3845
-
<p>The Open Web Application Security Project (OWASP) has
3846
-
<ahref="https://www.owasp.org/index.php/Cheat_Sheets">cheat sheets for security</a>
3847
-
topics.</p>
3848
-
</li>
3849
-
<li>
3850
-
<p>This page contains a
3851
-
<ahref="http://dfir.org/?q=node/8/">fantastic currated list of security reading material</a>
3852
-
from beginning to advanced topics.</p>
3845
+
<p>This question asking <ahref="http://security.stackexchange.com/questions/5126/whats-the-difference-between-ssl-tls-and-https">what is the difference between TLS and SSL?</a>
3846
+
explains that TLS is a newer version of SSL and should be used because
3847
+
SSL through version 3.0 is insecure.</p>
3853
3848
</li>
3854
3849
<li>
3855
3850
<p>If you're having users submit sensitive information to your site you need
Copy file name to clipboardExpand all lines: source/content/pages/10-security/1001-web-security.markdown
+28-24Lines changed: 28 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,39 +30,53 @@ request forgery and usage of public-private keypairs.
30
30
securing Linux distributions.
31
31
32
32
33
-
## Security resources
34
-
* The Open Web Application Security Project (OWASP) has
35
-
[cheat sheets for security](https://www.owasp.org/index.php/Cheat_Sheets)
36
-
topics.
37
-
38
-
* This page contains a
39
-
[fantastic currated list of security reading material](http://dfir.org/?q=node/8/)
40
-
from beginning to advanced topics.
33
+
## HTTPS resources
34
+
* This question asking [what is the difference between TLS and SSL?](http://security.stackexchange.com/questions/5126/whats-the-difference-between-ssl-tls-and-https)
35
+
explains that TLS is a newer version of SSL and should be used because
36
+
SSL through version 3.0 is insecure.
41
37
42
38
* If you're having users submit sensitive information to your site you need
43
39
to use SSL/TLS. Anything before TLS is now insecure. Check out this
44
40
[handy guide](http://wingolog.org/archives/2014/10/17/ffs-ssl) that goes
Copy file name to clipboardExpand all lines: web-application-security.html
+35-30Lines changed: 35 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -53,17 +53,12 @@ <h2>Security open source projects</h2>
53
53
securing Linux distributions.</p>
54
54
</li>
55
55
</ul>
56
-
<h2>Security resources</h2>
56
+
<h2>HTTPS resources</h2>
57
57
<ul>
58
58
<li>
59
-
<p>The Open Web Application Security Project (OWASP) has
60
-
<ahref="https://www.owasp.org/index.php/Cheat_Sheets">cheat sheets for security</a>
61
-
topics.</p>
62
-
</li>
63
-
<li>
64
-
<p>This page contains a
65
-
<ahref="http://dfir.org/?q=node/8/">fantastic currated list of security reading material</a>
66
-
from beginning to advanced topics.</p>
59
+
<p>This question asking <ahref="http://security.stackexchange.com/questions/5126/whats-the-difference-between-ssl-tls-and-https">what is the difference between TLS and SSL?</a>
60
+
explains that TLS is a newer version of SSL and should be used because
61
+
SSL through version 3.0 is insecure.</p>
67
62
</li>
68
63
<li>
69
64
<p>If you're having users submit sensitive information to your site you need
0 commit comments