cms_scanner 0.0.37 → 0.0.37.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: acd54c82dac47f135bd9a9eb739493617a114f8c
4
- data.tar.gz: 0cd17341caa2bd782beb2d07b2666d2dbf132d06
3
+ metadata.gz: ff2b46c1b8070848ba8ff7b93898d294147c767f
4
+ data.tar.gz: d6b7cef934af79a68a31360837f77116f8ce9e73
5
5
  SHA512:
6
- metadata.gz: d5d16f8d26a3873ea5a76c09c48e69f4c67f1dddca9e30a41f775060cccb4543b998845133be7ee937bb21bc0cb63dcf8523c12facc5e773fb8959d20ba5b752
7
- data.tar.gz: 581b8ea2a409f4854fbbb214f09b3c3dc7cb00c308665a9545bef7e507475da3da3d56841ee4e6022adb903d66f37fa771610ae3c8d4879f24b15ca9e64c8fb4
6
+ metadata.gz: baa31e4b82621c8fef50050fa80e16ecfe81ac4321c64bddde0f99738e12568fab636d4993bb6d48176481b61da7d61de072fc69e84bcdc4cc47c3a99b0ed678
7
+ data.tar.gz: 76dcfc8fe7e02c70b03542db2e8c540757a2fcf8c145a5069b58408514056faaac0e23846fe1da08870c9a02c378cb0e0a7be5482703bec45d639b2fda27e880
@@ -1,24 +1,23 @@
1
- "interesting_findings": {
1
+ "interesting_findings": [
2
2
  <% unless @findings.empty? -%>
3
3
  <% last_index = @findings.size - 1 %>
4
4
  <% @findings.each.with_index do |finding, index| -%>
5
- <%= finding.to_s.to_json %>: {
5
+ {
6
6
  "url": <%= finding.url.to_s.to_json %>,
7
+ "to_s": <%= finding.to_s.to_json %>,
7
8
  "found_by": <%= finding.found_by.to_s.to_json %>,
8
9
  "confidence": <%= finding.confidence.to_json %>,
9
- "confirmed_by": [
10
+ "confirmed_by": {
10
11
  <% unless (confirmed = finding.confirmed_by).empty? -%>
11
12
  <% c_last_index = confirmed.size - 1 %>
12
- {
13
13
  <% confirmed.each.with_index do |c, i| -%>
14
14
  <%= c.found_by.to_s.to_json %>: { "confidence": <%= c.confidence.to_json %> }<% unless i == c_last_index %>,<% end %>
15
15
  <% end -%>
16
- }
17
16
  <% end -%>
18
- ],
17
+ },
19
18
  "references": <%= finding.references.to_json %>,
20
19
  "interesting_entries": <%= finding.interesting_entries.to_json %>
21
20
  }<% unless index == last_index %>,<% end %>
22
21
  <% end -%>
23
22
  <% end -%>
24
- },
23
+ ],
@@ -1,4 +1,4 @@
1
1
  # Version
2
2
  module CMSScanner
3
- VERSION = '0.0.37'
3
+ VERSION = '0.0.37.1'
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cms_scanner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.37
4
+ version: 0.0.37.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - WPScanTeam
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-15 00:00:00.000000000 Z
11
+ date: 2015-10-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus