Skip to content

Commit d25acf3

Browse files
committed
Add note about Paragon Initiative security guide
1 parent 26cfda1 commit d25acf3

File tree

3 files changed

+61
-49
lines changed

3 files changed

+61
-49
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
source 'https://rubygems.org'
2-
gem 'github-pages'
2+
gem 'github-pages', group: :jekyll_plugins
33
gem 'rouge'

Gemfile.lock

+57-48
Original file line numberDiff line numberDiff line change
@@ -2,57 +2,61 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
RedCloth (4.2.9)
5-
activesupport (5.0.0.1)
5+
activesupport (5.2.0)
66
concurrent-ruby (~> 1.0, >= 1.0.2)
7-
i18n (~> 0.7)
7+
i18n (>= 0.7, < 2)
88
minitest (~> 5.1)
99
tzinfo (~> 1.1)
1010
addressable (2.4.0)
1111
blankslate (2.1.2.4)
12-
classifier-reborn (2.0.4)
12+
classifier-reborn (2.2.0)
1313
fast-stemmer (~> 1.0)
1414
coffee-script (2.4.1)
1515
coffee-script-source
1616
execjs
17-
coffee-script-source (1.10.0)
17+
coffee-script-source (1.12.2)
1818
colorator (0.1)
19-
concurrent-ruby (1.0.2)
20-
ethon (0.9.1)
19+
concurrent-ruby (1.0.5)
20+
ethon (0.11.0)
2121
ffi (>= 1.3.0)
2222
execjs (2.7.0)
23-
faraday (0.10.0)
23+
faraday (0.15.2)
2424
multipart-post (>= 1.2, < 3)
2525
fast-stemmer (1.0.2)
26-
ffi (1.9.14)
27-
ffi (1.9.14-x64-mingw32)
26+
ffi (1.9.25)
2827
gemoji (2.1.0)
29-
github-pages (39)
28+
github-pages (43)
3029
RedCloth (= 4.2.9)
31-
github-pages-health-check (~> 0.2)
30+
github-pages-health-check (= 0.6.0)
3231
jekyll (= 2.4.0)
3332
jekyll-coffeescript (= 1.0.1)
3433
jekyll-feed (= 0.3.1)
34+
jekyll-gist (= 1.4.0)
3535
jekyll-mentions (= 0.2.1)
36-
jekyll-redirect-from (= 0.8.0)
36+
jekyll-paginate (= 1.1.0)
37+
jekyll-redirect-from (= 0.9.1)
3738
jekyll-sass-converter (= 1.3.0)
38-
jekyll-sitemap (= 0.8.1)
39+
jekyll-seo-tag (= 0.1.4)
40+
jekyll-sitemap (= 0.9.0)
3941
jemoji (= 0.5.0)
40-
kramdown (= 1.5.0)
42+
kramdown (= 1.9.0)
4143
liquid (= 2.6.2)
4244
maruku (= 0.7.0)
4345
mercenary (~> 0.3)
4446
pygments.rb (= 0.6.3)
45-
rdiscount (= 2.1.7)
46-
redcarpet (= 3.3.2)
47+
rdiscount (= 2.1.8)
48+
redcarpet (= 3.3.3)
4749
terminal-table (~> 1.4)
48-
github-pages-health-check (0.3.2)
49-
net-dns (~> 0.6)
50+
github-pages-health-check (0.6.0)
51+
addressable (~> 2.3)
52+
net-dns (~> 0.8)
5053
public_suffix (~> 1.4)
5154
typhoeus (~> 0.7)
5255
html-pipeline (1.9.0)
5356
activesupport (>= 2)
5457
nokogiri (~> 1.4)
55-
i18n (0.7.0)
58+
i18n (1.0.1)
59+
concurrent-ruby (~> 1.0)
5660
jekyll (2.4.0)
5761
classifier-reborn (~> 2.0)
5862
colorator (~> 0.1)
@@ -77,71 +81,76 @@ GEM
7781
html-pipeline (~> 1.9.0)
7882
jekyll (~> 2.0)
7983
jekyll-paginate (1.1.0)
80-
jekyll-redirect-from (0.8.0)
84+
jekyll-redirect-from (0.9.1)
8185
jekyll (>= 2.0)
8286
jekyll-sass-converter (1.3.0)
8387
sass (~> 3.2)
84-
jekyll-sitemap (0.8.1)
85-
jekyll-watch (1.5.0)
86-
listen (~> 3.0, < 3.1)
88+
jekyll-seo-tag (0.1.4)
89+
jekyll (>= 2.0)
90+
jekyll-sitemap (0.9.0)
91+
jekyll-watch (1.5.1)
92+
listen (~> 3.0)
8793
jemoji (0.5.0)
8894
gemoji (~> 2.0)
8995
html-pipeline (~> 1.9)
9096
jekyll (>= 2.0)
91-
kramdown (1.5.0)
97+
kramdown (1.9.0)
9298
liquid (2.6.2)
93-
listen (3.0.8)
99+
listen (3.1.5)
94100
rb-fsevent (~> 0.9, >= 0.9.4)
95101
rb-inotify (~> 0.9, >= 0.9.7)
102+
ruby_dep (~> 1.2)
96103
maruku (0.7.0)
97104
mercenary (0.3.6)
98-
mini_portile2 (2.1.0)
99-
minitest (5.9.1)
105+
mini_portile2 (2.3.0)
106+
minitest (5.11.3)
100107
multipart-post (2.0.0)
101108
net-dns (0.8.0)
102-
nokogiri (1.6.8.1)
103-
mini_portile2 (~> 2.1.0)
104-
nokogiri (1.6.8.1-x64-mingw32)
105-
mini_portile2 (~> 2.1.0)
106-
octokit (4.6.1)
109+
nokogiri (1.8.3)
110+
mini_portile2 (~> 2.3.0)
111+
octokit (4.9.0)
107112
sawyer (~> 0.8.0, >= 0.5.3)
108113
parslet (1.5.0)
109114
blankslate (~> 2.0)
110-
posix-spawn (0.3.12)
115+
posix-spawn (0.3.13)
111116
public_suffix (1.5.3)
112117
pygments.rb (0.6.3)
113118
posix-spawn (~> 0.3.6)
114119
yajl-ruby (~> 1.2.0)
115-
rb-fsevent (0.9.8)
116-
rb-inotify (0.9.7)
117-
ffi (>= 0.5.0)
118-
rdiscount (2.1.7)
119-
redcarpet (3.3.2)
120-
rouge (2.0.7)
120+
rb-fsevent (0.10.3)
121+
rb-inotify (0.9.10)
122+
ffi (>= 0.5.0, < 2)
123+
rdiscount (2.1.8)
124+
redcarpet (3.3.3)
125+
rouge (3.1.1)
126+
ruby_dep (1.5.0)
121127
safe_yaml (1.0.4)
122-
sass (3.4.22)
128+
sass (3.5.6)
129+
sass-listen (~> 4.0.0)
130+
sass-listen (4.0.0)
131+
rb-fsevent (~> 0.9, >= 0.9.4)
132+
rb-inotify (~> 0.9, >= 0.9.7)
123133
sawyer (0.8.1)
124134
addressable (>= 2.3.5, < 2.6)
125135
faraday (~> 0.8, < 1.0)
126-
terminal-table (1.7.3)
127-
unicode-display_width (~> 1.1.1)
128-
thread_safe (0.3.5)
136+
terminal-table (1.8.0)
137+
unicode-display_width (~> 1.1, >= 1.1.1)
138+
thread_safe (0.3.6)
129139
toml (0.1.2)
130140
parslet (~> 1.5.0)
131141
typhoeus (0.8.0)
132142
ethon (>= 0.8.0)
133-
tzinfo (1.2.2)
143+
tzinfo (1.2.5)
134144
thread_safe (~> 0.1)
135-
unicode-display_width (1.1.1)
136-
yajl-ruby (1.2.1)
145+
unicode-display_width (1.4.0)
146+
yajl-ruby (1.2.3)
137147

138148
PLATFORMS
139149
ruby
140-
x64-mingw32
141150

142151
DEPENDENCIES
143152
github-pages
144153
rouge
145154

146155
BUNDLED WITH
147-
1.13.6
156+
1.16.2

_posts/10-01-01-Security.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ anchor: security
33
---
44

55
# Security {#security_title}
6+
7+
The best resource I've found on PHP security is [The 2018 Guide to Building Secure PHP Software](https://paragonie.com/blog/2017/12/2018-guide-building-secure-php-software) by
8+
[Paragon Initiative](https://paragonie.com/).

0 commit comments

Comments
 (0)