36 ms·
The alpine patch includes gettext-dev which is likely also exploited as the same authors have been pushing gettext to projects where their changes have been que
by Phenylacetyl 2y ago
The alpine patch includes gettext-dev which is likely also exploited as the same authors have been pushing gettext to projects where their changes have been questioned
- jwilk 2y agoWhat do you mean?
- everybackdoor 2y agoLook at the newest commits, do you see anything suspicious: https://git.alpinelinux.org/aports/log/main/gettext https://git.alpinelinux.org/aports/log/main/gettext libunistring could also be affected as that has also been pushed there
- whoopdedo 2y agoSeeing so many commits that are "skip failing test" is a very strong code smell.
- gray_-_wolf 2y agoYes, but it is often a sad reality of trying to run projects mainly written for glibc on musl. Not many people write portable C these days.
- account42 2y agoIt's still the wrong way to go about things. Tests are there for a reason, meaning if they fail you should try to understand them to the point where you can fix the problem (broken test or actual bug) instead of just wantonly distabling tests until you get a green light.
- jwilk 2y ago> do you see anything suspicious No. > libunistring could also be affected as that has also been pushed there What do you mean by "that"?