Replies: 3 comments 2 replies
-
If yes, I inspected the code a bit and it seems we've used network calls (with biome/xtask/codegen/src/unicode.rs Line 91 in c97a4af
|
Beta Was this translation helpful? Give feedback.
1 reply
-
A couple of questions:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
There are already really good tools for scanning and reporting questionable dependencies. I think this is beyond the scope of Biome. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think we should also have a basic dependency-scanning security rule.
e.g. called useSafeDependencies or something like that (I'm not even sure it would be in linting, probably in analyzer?)
How I imagine this to be built:
Of course this can't replace commit hooks or CI/CD scanning processes, but at least it's realtime. And can prevent potential problems from spreading immediately. Specially if it's easy to set up.
Beta Was this translation helpful? Give feedback.
All reactions