Earlier quoted context omitted.
Correct, the above mitigation is only for malware on the dev laptops and build servers. IOW, it doesn't prevent injecting the malware on your program when compiling it.
Shouldn't build servers have limited or zero network connectivity in the first place?
Over 100k Infected Repos Found on GitHub
181–187 of 187 posts
Re: Over 100k Infected Repos Found on GitHub
#182Earlier quoted context omitted.
Any equivalent for non-Rust projects? I see git-crev is abandoned...
unfortunately the Rust version seems abandoned too :(
Most people who can't deal with this, including myself, simply switched to other languages.
Re: Over 100k Infected Repos Found on GitHub
#183Earlier quoted context omitted.
Wouldn't it be easier (since they probably have very skilled programmers working for them) and way, way more effective to just set up a team and create a quality open source project with one or two extremely stealthy backdoors? Or just pay or threaten a struggling company or dev to insert them?
How would you secretly hide something like that in FOSS? And why would that be easier? It's seems to me that it's easier to inject into an existing company than to do all the work yourself. This is what they do with most things as I understand.
Re: Over 100k Infected Repos Found on GitHub
#184Earlier quoted context omitted.
How would you secretly hide something like that in FOSS? And why would that be easier? It's seems to me that it's easier to inject into an existing company than to do all the work yourself. This is what they do with most things as I understand.
The heartbleed vulnerability was hidden in plain sight for the better part of a decade, no?
Re: Over 100k Infected Repos Found on GitHub
#185Re: Over 100k Infected Repos Found on GitHub
#186Earlier quoted context omitted.
unfortunately the Rust version seems abandoned too :(
Unfortunate but expected. You get tired after swimming against the current for so long. The rust community has for better or worse settled on wild unauditable dependency graphs. A real shame given how delightful the base language is (ignoring async, of course). Most people who can't deal with this, including myself, simply switched to other languages.
Re: Over 100k Infected Repos Found on GitHub
#187Earlier quoted context omitted.
Unfortunate but expected. You get tired after swimming against the current for so long. The rust community has for better or worse settled on wild unauditable dependency graphs. A real shame given how delightful the base language is (ignoring async, of course). Most people who can't deal with this, including myself, simply switched to other languages.
can you please elaborate on which language(s) you switched to?
Any language with a proper standard library would do, but I found Go's modern and useful standard library to be well-worth the inefficiency and clunkyness of that language.
The more expansive the standard library is, the better.