txwebretry 1.0.0__py3-none-any.whl

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.
txwebretry/__init__.py ADDED
@@ -0,0 +1,13 @@
1
+ """
2
+ txwebretry — DEPENDENCY CONFIRMATION POC
3
+
4
+ This package demonstrates that 'txwebretry' was unclaimed on PyPI
5
+ while being referenced in Netflix Stethoscope's setup.py as a pip
6
+ dependency, with only a deprecated dependency_links fallback to GitHub.
7
+
8
+ Claimed as PoC for dependency confusion demonstration.
9
+ No malicious code. Just a proof of namespace takeover.
10
+ """
11
+
12
+ __version__ = "1.0.0"
13
+ __author__ = "hackerone-researcher"
@@ -0,0 +1,19 @@
1
+ Metadata-Version: 2.4
2
+ Name: txwebretry
3
+ Version: 1.0.0
4
+ Summary: DEPENDENCY CONFUSION POC — txwebretry namespace was unclaimed on PyPI, claimed by HackerOne researcher
5
+ Author: hackerone-researcher
6
+ Project-URL: Homepage, https://github.com/Netflix/stethoscope
7
+ Requires-Python: >=3.7
8
+ Description-Content-Type: text/markdown
9
+
10
+ # txwebretry
11
+
12
+ DEPENDENCY CONFUSION POC
13
+
14
+ This package name (`txwebretry`) was unclaimed on PyPI while being used as a
15
+ dependency in Netflix Stethoscope's `setup.py`. The original source is at
16
+ https://github.com/wrapp/txwebretry but the PyPI namespace was never claimed.
17
+
18
+ Claimed by HackerOne researcher as proof of dependency confusion risk.
19
+ No malicious code. Namespace takeover demonstration only.
@@ -0,0 +1,5 @@
1
+ txwebretry/__init__.py,sha256=3f34t8qZaWjVLfLAJ63yu8kRoI9SiktRaErz23GhSnc,426
2
+ txwebretry-1.0.0.dist-info/METADATA,sha256=8IrRCzNFP5zn0jYQBuuj1iZUuQ-r0ePvUjtICecx3nU,722
3
+ txwebretry-1.0.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
4
+ txwebretry-1.0.0.dist-info/top_level.txt,sha256=pxkJPG-o0O49e9ouw9UaMgBOFIyXTlJ40x0j45jRmQw,11
5
+ txwebretry-1.0.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.1)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ txwebretry