hedra 2.0.1 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/lib/hedra/version.rb +1 -1
- metadata +17 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 14f6f09e8b0bf8318f6f190c0f671aaa901f08a575983ed8c1cad890c965e2a7
|
|
4
|
+
data.tar.gz: 74054507d7d981da9fedcd4830d66e6a0c7207c2d2c399f958d814c470d843d9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d4a3fde0ef57eb572aba47c037a874461e140da579f644dad0b5d8ae53e09917433481734a010be02bb80a605b030f11e70b8a1c38ef64d2925f88090d58172d
|
|
7
|
+
data.tar.gz: 85a6bc6e254bc2636d38b58bb02931d52aeabe77c1cf18cd2667b99256c9b5fb1c3508e93e595e9ef38f93be628e02e96d1f1c49b54ceeb53e0d73aeead9c39d
|
data/README.md
CHANGED
|
@@ -493,9 +493,9 @@ hedra scan https://slow-server.com --timeout 60
|
|
|
493
493
|
|
|
494
494
|
## Resources
|
|
495
495
|
|
|
496
|
-
**GitHub:** https://github.com/
|
|
496
|
+
**GitHub:** https://github.com/bl4ckstack/hedra
|
|
497
497
|
**RubyGems:** https://rubygems.org/gems/hedra
|
|
498
|
-
**Issues:** https://github.com/
|
|
498
|
+
**Issues:** https://github.com/bl4ckstack/hedra/issues
|
|
499
499
|
**OWASP Headers:** https://owasp.org/www-project-secure-headers/
|
|
500
500
|
|
|
501
501
|
## License
|
|
@@ -504,4 +504,4 @@ MIT License - see [LICENSE](LICENSE) for details.
|
|
|
504
504
|
|
|
505
505
|
---
|
|
506
506
|
|
|
507
|
-
**Built by [BlackStack](https://github.com/bl4ckstack)** • Securing the web, one header at a time.
|
|
507
|
+
**Built by [BlackStack](https://github.com/bl4ckstack)** • Securing the web, one header at a time.
|
data/lib/hedra/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hedra
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- bl4ckstack
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: concurrent-ruby
|
|
@@ -51,6 +51,20 @@ dependencies:
|
|
|
51
51
|
- - "~>"
|
|
52
52
|
- !ruby/object:Gem::Version
|
|
53
53
|
version: '5.1'
|
|
54
|
+
- !ruby/object:Gem::Dependency
|
|
55
|
+
name: openssl
|
|
56
|
+
requirement: !ruby/object:Gem::Requirement
|
|
57
|
+
requirements:
|
|
58
|
+
- - ">="
|
|
59
|
+
- !ruby/object:Gem::Version
|
|
60
|
+
version: 3.1.2
|
|
61
|
+
type: :runtime
|
|
62
|
+
prerelease: false
|
|
63
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
64
|
+
requirements:
|
|
65
|
+
- - ">="
|
|
66
|
+
- !ruby/object:Gem::Version
|
|
67
|
+
version: 3.1.2
|
|
54
68
|
- !ruby/object:Gem::Dependency
|
|
55
69
|
name: pastel
|
|
56
70
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -143,7 +157,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
143
157
|
- !ruby/object:Gem::Version
|
|
144
158
|
version: '0'
|
|
145
159
|
requirements: []
|
|
146
|
-
rubygems_version: 3.
|
|
160
|
+
rubygems_version: 3.7.2
|
|
147
161
|
specification_version: 4
|
|
148
162
|
summary: Security header analyzer CLI
|
|
149
163
|
test_files: []
|