Plugin loading doesn't respect the expected order #9909
Labels
kind/bug
A bug in existing code (including security flaws)
need/triage
Needs initial labeling and prioritization
Checklist
Installation method
built from source
Version
Config
No response
Description
I'm not entirely sure if it's a bug or a massive foot-gun, but it goes like this:
Golang's map iteration is famously non-deterministic ... which means kubo load those plugins in random order, and doesn't respect an eventual ordering constraint.
The text was updated successfully, but these errors were encountered: