Skip to content

Commit b55cf6b

Browse files
committed
new flask link
1 parent 6e53fe7 commit b55cf6b

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
@@ -1944,6 +1944,11 @@ <h2>Flask resources</h2>
19441944
is a great walkthrough for a common use case of ensuring an email address
19451945
matches with the user's login information.</p>
19461946
</li>
1947+
<li>
1948+
<p>If you're not sure why <code>DEBUG</code> should be set to <code>False</code> in a production
1949+
<a href="/deployment.html">deployment</a>, be sure to read this article on
1950+
<a href="http://labs.detectify.com/post/130332638391/how-patreon-got-hacked-publicly-exposed-werkzeug">how Patreon got hacked</a>.</p>
1951+
</li>
19471952
</ul>
19481953
<h2>Open source Flask example projects</h2>
19491954
<ul>

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-03T21:40:07Z</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-04T22:02:38Z</updated></feed>

flask.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,11 @@ <h2>Flask resources</h2>
226226
is a great walkthrough for a common use case of ensuring an email address
227227
matches with the user's login information.</p>
228228
</li>
229+
<li>
230+
<p>If you're not sure why <code>DEBUG</code> should be set to <code>False</code> in a production
231+
<a href="/deployment.html">deployment</a>, be sure to read this article on
232+
<a href="http://labs.detectify.com/post/130332638391/how-patreon-got-hacked-publicly-exposed-werkzeug">how Patreon got hacked</a>.</p>
233+
</li>
229234
</ul>
230235
<h2>Open source Flask example projects</h2>
231236
<ul>

source/content/pages/04-web-development/03-flask.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,10 @@ how to <a href="/deployment.html">deploy web applications</a>.
181181
is a great walkthrough for a common use case of ensuring an email address
182182
matches with the user's login information.
183183

184+
* If you're not sure why `DEBUG` should be set to `False` in a production
185+
[deployment](/deployment.html), be sure to read this article on
186+
[how Patreon got hacked](http://labs.detectify.com/post/130332638391/how-patreon-got-hacked-publicly-exposed-werkzeug).
187+
184188

185189
## Open source Flask example projects
186190
* [Choose Your Own Adventure Presentations](https://github.com/makaimc/choose-your-own-adventure-presentations)

0 commit comments

Comments
 (0)