codesake-dawn 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Changelog.md +8 -1
- data/codesake-dawn.gemspec +1 -1
- data/doc/dawn_1_0_announcement.md +17 -0
- data/lib/codesake/dawn/version.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8da956463dcab75c6b4558409bc7a99cb08b1f6a
|
4
|
+
data.tar.gz: 2e6a71d314b8ede393961d4131031afe69c6d4ff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6e5b595ddd891b521a0479fdd4b9c35fa9c0dfe54822b3be3bff790c2fe830f07ca16037edc68727dff600e8c0c8ed0f61989b753b5f95b9e555ce881dd157a7
|
7
|
+
data.tar.gz: 0045fe2c6bfc721b61be32532f254b6861169823f76c572b2d38c8c303d4119e53c26a72cebcae8a005c2e93ba9ae54ddf88dcabed2affc3520c78acb9bc6f87
|
data/Changelog.md
CHANGED
@@ -7,7 +7,14 @@ frameworks.
|
|
7
7
|
|
8
8
|
_latest update: Fri Jan 24 07:57:58 CET 2014_
|
9
9
|
|
10
|
-
## Version 1.0.
|
10
|
+
## Version 1.0.2 - codename: Lightning McQueen (2014-01-27)
|
11
|
+
|
12
|
+
* Fixing issue #27. With rainbow gem version 2.0.0 there is an exception while
|
13
|
+
codesake-commons logging facilities tries to print something with the .color
|
14
|
+
method. Now Codesake::Dawn uses a new codesake-commons gem version that fixes
|
15
|
+
how rainbow gem deals with colorized output.
|
16
|
+
|
17
|
+
## Version 1.0.1 - codename: Lightning McQueen (2014-01-25)
|
11
18
|
|
12
19
|
* Fixing issue #22. PatternMatchingCheck evaluates lines starting with the '#'
|
13
20
|
when applying regular expresion to get the job done. Of course this can be an
|
data/codesake-dawn.gemspec
CHANGED
@@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
|
|
17
17
|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
18
18
|
gem.require_paths = ["lib"]
|
19
19
|
|
20
|
-
gem.add_dependency "codesake-commons", "~> 0.
|
20
|
+
gem.add_dependency "codesake-commons", "~> 0.95.0"
|
21
21
|
gem.add_dependency 'cvss'
|
22
22
|
gem.add_dependency 'haml'
|
23
23
|
gem.add_dependency 'parser'
|
@@ -42,9 +42,26 @@ Enjoy it!
|
|
42
42
|
Paolo - paolo@codesake.com
|
43
43
|
|
44
44
|
## Twitter announcement
|
45
|
+
|
46
|
+
### version 1.0.1
|
47
|
+
|
48
|
+
@dawnscanner version 1.0.1 is out. It fixes two minor issues about #owasp #rubyonrails #cheatsheet #sinatra #padrino #security #scanner
|
49
|
+
|
50
|
+
### version 1.0.0
|
45
51
|
@dawnscanner version 1.0.0 is out. Read the announcement: http://dawn.codesake.com/blog/announce-codesake-dawn-v1-0-0-released/ #ruby #rails #sinatra #padrina #security #scanner
|
46
52
|
|
53
|
+
|
47
54
|
## Linkedin announcement
|
55
|
+
|
56
|
+
### version 1.0.1
|
57
|
+
@dawnscanner version 1.0.1 is out. Read the announcement online. Codesake::Dawn makes security code review fun for ruby developers, it scans 142 CVE bulletins and future release will be able to scan custom ruby code for XSS, SQL Injections and business logic flaws. It supports Sinatra, Padrino and Ruby on Rails MVC framework out of the box.
|
58
|
+
|
59
|
+
https://twitter.com/rubygems/status/427066100367777792
|
60
|
+
|
61
|
+
$ gem install codesake-dawn
|
62
|
+
$ have fun
|
63
|
+
|
64
|
+
### version 1.0.0
|
48
65
|
@dawnscanner version 1.0.0 is out. Read the announcement online. Codesake::Dawn makes security code review fun for ruby developers, it scans 142 CVE bulletins and future release will be able to scan custom ruby code for XSS, SQL Injections and business logic flaws. It supports Sinatra, Padrino and Ruby on Rails MVC framework out of the box.
|
49
66
|
|
50
67
|
$ gem install codesake-dawn
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: codesake-dawn
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Paolo Perego
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-01-
|
11
|
+
date: 2014-01-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: codesake-commons
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ~>
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.95.0
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - ~>
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.
|
26
|
+
version: 0.95.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: cvss
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|