ratonvirus-clamby 0.3.0 → 0.4.0
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 -0
- data/README.md +6 -1
- data/lib/ratonvirus/clamby/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4812208927b961af00bbc15a98adba360cfd87666dcfd4b573db8c8d896df24c
|
4
|
+
data.tar.gz: 3b1c8a89addf76d015428e3b760b24113f0be695afc96f8bd66bd9a9c5c8d237
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ac2bea736186e59ea3294ed30a6366a861dfe3c1188db671a9817862fd33264086caa88857c4bc44a3a25828ca009656b86fe1868f814773fe0c3626cb562d4e
|
7
|
+
data.tar.gz: ac8e8eb61680cccac3208740109c233617761b2e6b681b0d293651e1ac6b045c76c1e7599e614a9d9197404ee8f4a6da5cda36047a9cfe90cf243d0e8b391fe7
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -144,14 +144,19 @@ Then execute:
|
|
144
144
|
$ bundle
|
145
145
|
```
|
146
146
|
|
147
|
-
And finally configure the scanner for Ratonvirus
|
147
|
+
And finally configure the scanner for Ratonvirus in your application's
|
148
|
+
`config/initializers/ratonvirus.rb`:
|
148
149
|
|
149
150
|
```ruby
|
151
|
+
# config/initializers/ratonvirus.rb
|
150
152
|
Ratonvirus.configure do |config|
|
151
153
|
config.scanner = :clamby
|
152
154
|
end
|
153
155
|
```
|
154
156
|
|
157
|
+
See further configuration instructions from the
|
158
|
+
[Ratonvirus documentation](https://github.com/mainio/ratonvirus).
|
159
|
+
|
155
160
|
## Possible scanning errors
|
156
161
|
|
157
162
|
There are multiple scanning errors that this script may produce for the file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ratonvirus-clamby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Antti Hukkanen
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-05-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: clamby
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 0.
|
33
|
+
version: 0.4.0
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 0.
|
40
|
+
version: 0.4.0
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: rake
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -140,7 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
140
140
|
- !ruby/object:Gem::Version
|
141
141
|
version: '0'
|
142
142
|
requirements: []
|
143
|
-
rubygems_version: 3.
|
143
|
+
rubygems_version: 3.1.6
|
144
144
|
signing_key:
|
145
145
|
specification_version: 4
|
146
146
|
summary: Clamby scanner for Ratonvirus.
|