pyronlaboratory / heroku-integrated-firefox-geckodriver

Buildpack enables your client code to access Firefox along with Geckodriver in a Heroku slug.
https://pyronlaboratory.github.io/heroku-integrated-firefox-geckodriver/
MIT License
41 stars 80 forks source link

Is this still being maintained? #22

Closed denny64 closed 3 years ago

denny64 commented 3 years ago

Hi - Just wondering if this is still being maintained? Happy to take over and merge with https://github.com/digitalcircuits/heroku-integrated-firefox-geckodriver

Would be nice to also support Heroku-20

github-actions[bot] commented 3 years ago

Thank you for using heroku-integrated-firefox-geckodriver. Preliminary examination of your issue is underway' first issue

pyronlaboratory commented 3 years ago

Hi @denny64,

The repository is still being maintained through this account, though a helping pull request would be much appreciated.

Since the release of Heroku-20, I've been evaluating the security vulnerabilities in the current code base in a private branch. Although new developers, who are starting now are using Heroku-20 since its the default one, majority users of this repository are using the build pack for their legacy applications, which were built on the previous stable stack.

In the next release of the build pack, plans are to add support for the latest stack, and deprecate the discontinued stack.

That being said, if you've a working source, I'd be happy to evaluate your code base and merge with the repository.

Cheers mate!