Skip to content

Commit 628a555

Browse files
committed
PWN::Plugins::BlackDuckBinaryAnalysis module - #bugfix in root URL
1 parent a69f519 commit 628a555

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $ rvm use ruby-3.2.2@pwn
3737
$ rvm list gemsets
3838
$ gem install --verbose pwn
3939
$ pwn
40-
pwn[v0.4.726]:001 >>> PWN.help
40+
pwn[v0.4.727]:001 >>> PWN.help
4141
```
4242

4343
[![Installing the pwn Security Automation Framework](https://raw.githubusercontent.com/0dayInc/pwn/master/documentation/pwn_install.png)](https://youtu.be/G7iLUY4FzsI)
@@ -52,7 +52,7 @@ $ rvm use ruby-3.2.2@pwn
5252
$ gem uninstall --all --executables pwn
5353
$ gem install --verbose pwn
5454
$ pwn
55-
pwn[v0.4.726]:001 >>> PWN.help
55+
pwn[v0.4.727]:001 >>> PWN.help
5656
```
5757

5858

lib/pwn/plugins/black_duck_binary_analysis.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module BlackDuckBinaryAnalysis
3030
params = opts[:params]
3131
http_body = opts[:http_body]
3232
http_body ||= {}
33-
base_bd_bin_analysis_api_uri = 'https://protocode-sc.com/api'
33+
base_bd_bin_analysis_api_uri = 'https://protecode-sc.com/api'
3434
token = opts[:token]
3535

3636
content_type = 'application/json; charset=UTF-8'

lib/pwn/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module PWN
4-
VERSION = '0.4.726'
4+
VERSION = '0.4.727'
55
end

0 commit comments

Comments
 (0)