Supply-chain attack using invisible code hits GitHub and other repositories
13 points by tannhaeuser
by rogual
0 subcomment
Weird article. The author talks about Unicode "public use areas" (which don't exist), clarifies that they're sometimes called "public use access" (a term appearing only in this article) and are invisible while also being used for flags and emojis and also having special meaning to JavaScript interpreters and also representing letters in the "US alphabet".
There's a real vulnerability here but whoever wrote this has no idea what they're talking about.
by sigseg1v
1 subcomments
Can anyone recommend any OSS tooling that could be used in something like a GH action workflow to automatically screen for these types of static attacks on code? Seems like something that should be part of an automated review pipeline if it's getting so hard for humans to visually review against this kind of stuff.