pwn 0.4.792 → 0.4.793
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/Gemfile +1 -1
- data/README.md +2 -2
- data/lib/pwn/plugins/black_duck_binary_analysis.rb +4 -2
- data/lib/pwn/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2d0735aece0c6ad8ae30082f7278e860e0a0818a8773339ac9c4293e66b86d48
|
|
4
|
+
data.tar.gz: ebeae708dda44f016fe111869213117d5aa89018ed9db272f931d94e42b8d66f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a004dca3594ca08de5814f244909f06878f3719ffbb6aa9874ea2dbe75736be22e22174083ec1e17cd90ae24661f57709a71a016a648fad482f450ab41de1834
|
|
7
|
+
data.tar.gz: c427a160b0594b9a8bb892a751f656914bd68a64aac1ed6c8af47c3852287afa421e579994e1435a534645a36076532bc6e15517ff8efea1d54ed858eb09d080
|
data/Gemfile
CHANGED
data/README.md
CHANGED
|
@@ -37,7 +37,7 @@ $ rvm use ruby-3.2.2@pwn
|
|
|
37
37
|
$ rvm list gemsets
|
|
38
38
|
$ gem install --verbose pwn
|
|
39
39
|
$ pwn
|
|
40
|
-
pwn[v0.4.
|
|
40
|
+
pwn[v0.4.793]:001 >>> PWN.help
|
|
41
41
|
```
|
|
42
42
|
|
|
43
43
|
[](https://youtu.be/G7iLUY4FzsI)
|
|
@@ -52,7 +52,7 @@ $ rvm use ruby-3.2.2@pwn
|
|
|
52
52
|
$ gem uninstall --all --executables pwn
|
|
53
53
|
$ gem install --verbose pwn
|
|
54
54
|
$ pwn
|
|
55
|
-
pwn[v0.4.
|
|
55
|
+
pwn[v0.4.793]:001 >>> PWN.help
|
|
56
56
|
```
|
|
57
57
|
|
|
58
58
|
|
|
@@ -54,7 +54,8 @@ module PWN
|
|
|
54
54
|
method: http_method,
|
|
55
55
|
url: "#{base_bd_bin_analysis_api_uri}/#{rest_call}",
|
|
56
56
|
headers: headers,
|
|
57
|
-
verify_ssl: false
|
|
57
|
+
verify_ssl: false,
|
|
58
|
+
timeout: 5400
|
|
58
59
|
)
|
|
59
60
|
|
|
60
61
|
when :post, :put
|
|
@@ -69,7 +70,8 @@ module PWN
|
|
|
69
70
|
url: "#{base_bd_bin_analysis_api_uri}/#{rest_call}",
|
|
70
71
|
headers: headers,
|
|
71
72
|
payload: http_body,
|
|
72
|
-
verify_ssl: false
|
|
73
|
+
verify_ssl: false,
|
|
74
|
+
timeout: 5400
|
|
73
75
|
)
|
|
74
76
|
else
|
|
75
77
|
raise @@logger.error("Unsupported HTTP Method #{http_method} for #{self} Plugin")
|
data/lib/pwn/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pwn
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.793
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- 0day Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-07-
|
|
11
|
+
date: 2023-07-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -786,14 +786,14 @@ dependencies:
|
|
|
786
786
|
requirements:
|
|
787
787
|
- - '='
|
|
788
788
|
- !ruby/object:Gem::Version
|
|
789
|
-
version: 1.54.
|
|
789
|
+
version: 1.54.2
|
|
790
790
|
type: :runtime
|
|
791
791
|
prerelease: false
|
|
792
792
|
version_requirements: !ruby/object:Gem::Requirement
|
|
793
793
|
requirements:
|
|
794
794
|
- - '='
|
|
795
795
|
- !ruby/object:Gem::Version
|
|
796
|
-
version: 1.54.
|
|
796
|
+
version: 1.54.2
|
|
797
797
|
- !ruby/object:Gem::Dependency
|
|
798
798
|
name: rubocop-rake
|
|
799
799
|
requirement: !ruby/object:Gem::Requirement
|