File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
layout : page
3
- title : Whoops I couldn't find that page
3
+ title : Whoops, I couldn't find that page
4
4
footer : true
5
5
---
6
6
@@ -14,4 +14,4 @@ Also, here are some recent posts:
14
14
{% include archive_post.html %}
15
15
</article >
16
16
{% endfor %}
17
- </div >
17
+ </div >
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ namespace :advisories do
28
28
File . open ( post , 'w' ) do |file |
29
29
header = {
30
30
'layout' => 'advisory' ,
31
- 'title' => "#{ id } : #{ advisory [ 'title' ] } " ,
31
+ 'title' => "#{ id } ( #{ advisory [ 'gem' ] } ) : #{ advisory [ 'title' ] } " ,
32
32
'comments' => false ,
33
33
'categories' => [ advisory [ 'gem' ] , advisory [ 'framework' ] ] . compact ,
34
34
'advisory' => advisory
Original file line number Diff line number Diff line change 1
1
{% unless page.sidebar == false %}
2
2
< div class ="span4 sidebar ">
3
3
< div class ="well ">
4
- Contact us < a href ="https://twitter.com/rubysec "> @rubysec</ a > (email coming soon) , or chat in #rubysec on freenode.
4
+ Contact us < a href ="https://twitter.com/rubysec "> @rubysec</ a > , info at rubysec.com , or chat in #rubysec on freenode.
5
5
</ div >
6
6
< div class ="well ">
7
7
< section >
Original file line number Diff line number Diff line change @@ -13,11 +13,12 @@ <h3>ADVISORIES</h3>
13
13
14
14
{% if page.advisory.osvdb %}
15
15
< li >
16
- < a href =" https://osvdb.org/show/osvdb/{{ page.advisory.osvdb }} " > OSVDB-{{ page.advisory.osvdb }}</ a >
16
+ OSVDB-{{ page.advisory.osvdb }}
17
17
</ li >
18
18
{% endif %}
19
19
20
- {% unless page.advisory.url contains 'osvdb.' or page.advisory.url contains 'web.nvd.nist.gov' %}
20
+ {% unless page.advisory.url contains 'osvdb.org' or page.advisory.url contains 'web.nvd.nist.gov'
21
+ or page.advisory.url contains 'cve.mitre.org' %}
21
22
< li >
22
23
< a href ="{{ page.advisory.url }} "> Vendor Advisory</ a >
23
24
</ li >
You can’t perform that action at this time.
0 commit comments