<!-- *Before creating an issue please make sure you are using the latest version of yarn.* --> npm has announced vulnerabilities that npm has been fixed. https://blog.npmjs.org/post/189618601100/binary-planting-with-the-npm-cli One of the vulnerabilities has been fixed at yarn v1.12.1. Thank you! 👏👏👏 But yarn hasn't fixed the other yet. Do you have any plans to fix this? **Do you want to request a *feature* or report a *bug*?** <!-- Is the feature a substantial feature request? Please use https://github.com/yarnpkg/rfcs --> bug? **What is the current behavior?** globally-installed package overwrites an existing binary in the target install location. **If the current behavior is a bug, please provide the steps to reproduce.** <!-- If you can, provide a link to a public repository which contains the files necessary to reproduce this. --> <!-- - create a symlink named create-react-app into a directory that yarn uses for globally install. - `yarn global add create-react-app` - The symlink has been overwritten --> **What is the expected behavior?** Do not overwrite the symlink. **Please mention your node.js, yarn and operating system version.** - Node: v10.16.3 - Yarn: v1.21.1 - OS: macOS 10.15.1