pwn 0.4.822 → 0.4.823
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 +2 -2
- data/lib/pwn/reports/sast.rb +1 -1
- data/lib/pwn/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 159f9a04870a6f052af08460fe4d693c0e03b1e0ced468f8056ec73f0eb6fbca
|
|
4
|
+
data.tar.gz: 113a38036f55f479ce191efa723ee12a02dc0f74e2d4e61d7f44ef173d21c4eb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: afe8b75506f399fe00b76796b706deeb6daf5db3a2ef101936cf86438f39abbe75a755177d88e8e13a4eb58073ffbb89e62ee629b367cbdf7c88cef3b39f7287
|
|
7
|
+
data.tar.gz: '0190bac89dcec712c566a58798bd1037a05282cc4bb14380b9b0d78d58cee740263a9cbd07520aa384a58090aa91f3f524627bd8b28de265267e2638c493beb4'
|
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.823]: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.823]:001 >>> PWN.help
|
|
56
56
|
```
|
|
57
57
|
|
|
58
58
|
|
data/lib/pwn/reports/sast.rb
CHANGED
|
@@ -206,7 +206,7 @@ module PWN
|
|
|
206
206
|
'Test Case: http://' + window.location.hostname + ':8808/doc_root/pwn-0.1.0/' +
|
|
207
207
|
row.security_references['sast_module'].replace(/::/g, "/") + '\\n' +
|
|
208
208
|
'Source Code Impacted: ' + $("<div/>").html(filename_link).text() + '\\n\\n' +
|
|
209
|
-
'Test Case Request
|
|
209
|
+
'Test Case Request:\\n' +
|
|
210
210
|
$("<div/>").html(row.test_case_filter.replace(/\\s{2,}/g, " ")).text() + '\\n\\n' +
|
|
211
211
|
'Test Case Response:\\n' +
|
|
212
212
|
'\\tCommitted by: ' + $("<div/>").html(data[i]['author']).text() + '\\t' +
|
data/lib/pwn/version.rb
CHANGED