accso / SecureCheckPlus

SecureCheckPlus by Accso is a web application that can be integrated into the CI/CD process via an adapter. It allows the identification, review, and documentation of already known vulnerabilities based on the libraries used.
Apache License 2.0
4 stars 1 forks source link

Support for other DB backends #13

Open marcus67 opened 1 month ago

marcus67 commented 1 month ago

So far the application has only been tested with PostpreSQL. In principle, other backends should be easy to add due to the abstraction layer in Django. However, the other backends need to be tested and, most likely, additional Python driver packages will have to to be provided in the image.