humante / redis-browser

Web-based Redis browser that can work as standalone app or mounted Rails engine
MIT License
603 stars 67 forks source link

The AngularJS version in use is outdated #46

Open borisovara opened 1 year ago

borisovara commented 1 year ago

We have noticed that the used AngularJS version is pretty old and full of vulnerabilities.

Currently, AngularJS v1.0.6 version is used, here is a list with some of the vulnerabilities:

It would be highly appreciated if we can release a new version including angular upgrade.

As a bare minimum, AngularJS 1.8.0 should be used, IMO.

szajbus commented 1 year ago

Hi @borisovara, thank you for reporting it.

This project is not actively maintained, buy if you can make a pull request upgrading AngularJS version, I'll be happy to merge it.