William Desportes
William Desportes
> Hello, > Thanks for your patience while our team was looking into this. > > After discussing this with my colleagues, unfortunately, there is nothing we can change on...
In my scripts I used a sed to fixup the URL: https://gist.github.com/williamdes/883f2158f17e9ed5a83d892ada56f5df#file-upgradephpmyadmin-sh-L79 ```sh URL="$(echo "$URL" | sed 's/+/%2B/')" ``` In case that helps
I was about to fix the website and found the alternate URL. ```sh curl -4 -vv https://1126968067.rsc.cdn77.org/snapshots/phpMyAdmin-6.0+snapshot-all-languages.zip curl https://files.phpmyadmin.net/snapshots/phpMyAdmin-6.0+snapshot-all-languages.zip curl -vv https://files.phpmyadmin.net/snapshots/phpMyAdmin-6.0+snapshot-all-languages.zip curl -vv https://files.phpmyadmin.net/snapshots/phpMyAdmin-5.2+snapshot-all-languages.zip ``` Why do I not...
Okay, I think I get it now This makes now sense: > I noticed that you already copied most of your content to the new object storage - that's great....
Please use https://www.npmjs.com/package/broken-link-checker to find them
@ibennetch could you fix the links on CVEs? I can not run the tool today but will do it soon to post a complete list here
Thank you! I think there is more CVE links with small hashes and as time passes chances of conflicts get bigger I will make a list to update
On https://www.phpmyadmin.net/security/PMASA-2016-30/ `https://github.com/phpmyadmin/phpmyadmin/commit/fd8cdd79333e5ab47d395f5f5178faaaf795d39e` is the long format for `https://github.com/phpmyadmin/phpmyadmin/commit/fd8cdd7`
[report_links.txt](https://github.com/phpmyadmin/website/files/4242204/report_links.txt) This is a full recursive report ``` Finished! 102702 links found. 94646 excluded. 139 broken. Elapsed time: 43 minutes, 17 seconds ```
``` cat ~/report_links.txt | grep -F "BROKEN" | sort | uniq -u ├─BROKEN─ http://ceukelai.re/ (HTTP_403) ├─BROKEN─ http://code.gosu.pl/pma_bug.html (ERRNO_ENOTFOUND) ├─BROKEN─ http://hosted.weblate.org/projects/phpmyadmin/master/nb/ (HTTP_404) ├─BROKEN─ https://archiv.linuxsoft.cz/article_list.php?id_kategory=215 (ERRNO_EPROTO) ├─BROKEN─ https://demo.phpmyadmin.net/master-config/changelog.php (HTTP_404) ├─BROKEN─ https://demo.phpmyadmin.net/master-http/ (HTTP_401)...