Sleitnick / AeroGameFramework

AeroGameFramework is a Roblox game framework that makes development easy and fun. The framework is designed to simplify the communication between modules and seamlessly bridge the gap between the server and client.
https://sleitnick.github.io/AeroGameFramework/
MIT License
215 stars 57 forks source link

Documentation site: Tar dependency vulnerability #77

Closed Sleitnick closed 4 years ago

Sleitnick commented 5 years ago

A dev dependency is using a vulnerable version of tar. Opening up this issue to track the problem.

This is due to a chain of dependencies. node-sass uses node-gyp, which uses tar. Until node-gyp releases an update compatible with the newer version of tar, the vulnerability will remain. Thus, node-sass (and subsequently the documentation site here) are sitting ducks until node-gyp releases their update.

Track it here.

Sleitnick commented 4 years ago

This is no longer an issue. The documentation has been migrated to MkDocs.