Remix.run Logo
ZeWaka 3 hours ago

they probably used the publish token in a pull-request-target workflow or something?

ghost_pepper 3 hours ago | parent [-]

yes, they used pull_request_target for a benchmarking suite. github has a huge warning saying to never use pull_request_target to run user code, but this is just going to keep happening

riknos314 2 hours ago | parent [-]

> github has a huge warning saying to never use pull_request_target to run user code

This is an area where documentation is necessary but not sufficient. Github needs to add some form of automated screening mechanism to either prevent this usage, or at the very least quickly flag usages that might be dangerous.