This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
unpkg.com CDN serves incorrect version of IPFS dist files #1164
Labels
exp/expert
Having worked on the specific codebase is important
kind/bug
A bug in existing code (including security flaws)
P1
High: Likely tackled by core team if no one steps up
Comments
I think this is because the version gets bumped after the minification by aegir. |
That would do it. Might be good to change that ordering, as I can foresee folks reporting their |
Thanks for reporting this bug @witten. Seems that |
daviddias
added
status/ready
Ready to be worked
P1
High: Likely tackled by core team if no one steps up
exp/expert
Having worked on the specific codebase is important
labels
Jan 25, 2018
Moving this one to aegir -- ipfs/aegir#208 |
This was referenced Feb 20, 2023
This was referenced Feb 20, 2023
This was referenced Feb 21, 2023
This was referenced Feb 21, 2023
This was referenced Feb 21, 2023
This was referenced Feb 21, 2023
This was referenced Apr 25, 2023
This was referenced May 13, 2024
This was referenced May 13, 2024
This was referenced May 14, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
exp/expert
Having worked on the specific codebase is important
kind/bug
A bug in existing code (including security flaws)
P1
High: Likely tackled by core team if no one steps up
Linux flux 4.2.0-23-generic #28~14.04.1-Ubuntu SMP Thu Dec 31 13:40:42 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
(Firefox 57.0.1)Severity: Medium
Description:
When fetching either minified or unminified dist versions of js-ipfs from unpkg.com, the previous release from the version requested is returned.
Steps to reproduce the error:
GET https://unpkg.com/ipfs@0.27.5/dist/index.js
containsmodule.exports = {"name":"ipfs","version":"0.27.4" ...
GET https://unpkg.com/ipfs@0.27.4/dist/index.js
containsmodule.exports = {"name":"ipfs","version":"0.27.3" ...
GET https://unpkg.com/ipfs@0.27.3/dist/index.js
containsmodule.exports = {"name":"ipfs","version":"0.27.2" ...
You get the idea..
This is confusing, and could lead to developers getting a different version of js-ipfs than they're expecting, inaccurate bug reports, etc.
The text was updated successfully, but these errors were encountered: