azz / prettier-config

My personal Prettier configuration
https://npm.im/@azz/prettier-config
57 stars 99 forks source link

Insecure Schema FIle #6

Open Randy1Burrell opened 1 year ago

Randy1Burrell commented 1 year ago

I'm not sure I can trust this line

"$schema": "http://json.schemastore.org/prettierrc",

Since it is insecure, anyone can implement a MTM attack. No telling what they can insert in your code by doing that.

dschach commented 3 months ago

Then update it to https. That's what I did.