xss-test-gem 0.2.3 → 0.2.5

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.

Files changed (2) hide show
  1. checksums.yaml +2 -2
  2. metadata +5 -17
checksums.yaml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ba000cbf3a59b9d53568043786511f8c0ebdd84abfe2a9d5d952d8a87cae19da
4
- data.tar.gz: d06b809acfabed1d55da99ef8460fc3524e89e2e01695832488cee2ad3e31412
3
+ metadata.gz: a27017eced07d3b18079d9b12f6432da4dc4ed7fe69b554e6c69ad38373cdf61
4
+ data.tar.gz: 9ea75ab38aead6627d2033ad71aa191db9cdd9daee33b014d4b17af5a2aef015
metadata CHANGED
@@ -1,30 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xss-test-gem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Testing Buffalo
8
8
  email: testingbuffalo@apexblack.org
9
- homepage: https://rubygems.org/gems/xss-test-gem
9
+ homepage: https://127.0.0.1:8443/
10
10
  licenses:
11
11
  - MIT
12
- summary: Protocol handling tests
12
+ summary: HTTPS SSRF test
13
13
  description: |
14
- == Protocol Handling Tests
15
-
16
- Bare data URL: data:image/svg+xml,<svg onload=alert(1)></svg>
17
-
18
- Bare FTP URL: ftp://evil.com/malware.exe
19
-
20
- Bare file URL: file:///etc/passwd
21
-
22
- Bare javascript URL: javascript:alert(1)
23
-
24
- Image with data src: <img src="data:image/svg+xml,<svg onload=alert(1)>">
25
-
26
- HTML img: <img src="https://evil.com/x.jpg">
27
-
14
+ == SSRF HTTPS Test
15
+ Testing HTTPS server-side fetch.
28
16
  required_ruby_version: !ruby/object:Gem::Requirement
29
17
  requirements:
30
18
  - - ">="