Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix code scanning alert no. 1: Flask app is run in debug mode (#8)
* adding build action and dockerfile * updated build steps * another build update * changed image name * changed tag logic * package.json created for buildx/npm * fixing server config for docker build * cleaned up wrong turn from flask to js * fixing flask requirement for docker build * downgraded Werkzeug==1.0.1 * testing latest version of flask * updating sqlalchemy flask version * Changed to using gunicorn * Werkzeug==2.3.8 * updating versions of flask/sql/werkz to get a compatible set * all requirments are at latest version * Flask-SQLAlchemy==3.1.1 * Prerelease updates (#1) (#2) * adding build action and dockerfile * updated build steps * another build update * changed image name * changed tag logic * package.json created for buildx/npm * fixing server config for docker build * cleaned up wrong turn from flask to js * fixing flask requirement for docker build * downgraded Werkzeug==1.0.1 * testing latest version of flask * updating sqlalchemy flask version * Changed to using gunicorn * Werkzeug==2.3.8 * updating versions of flask/sql/werkz to get a compatible set * all requirments are at latest version * Flask-SQLAlchemy==3.1.1 * Ndonathan patch 1 (#4) * Prerelease updates (#1) * adding build action and dockerfile * updated build steps * another build update * changed image name * changed tag logic * package.json created for buildx/npm * fixing server config for docker build * cleaned up wrong turn from flask to js * fixing flask requirement for docker build * downgraded Werkzeug==1.0.1 * testing latest version of flask * updating sqlalchemy flask version * Changed to using gunicorn * Werkzeug==2.3.8 * updating versions of flask/sql/werkz to get a compatible set * all requirments are at latest version * Flask-SQLAlchemy==3.1.1 * Prerelease updates (#3) * adding build action and dockerfile * updated build steps * another build update * changed image name * changed tag logic * package.json created for buildx/npm * fixing server config for docker build * cleaned up wrong turn from flask to js * fixing flask requirement for docker build * downgraded Werkzeug==1.0.1 * testing latest version of flask * updating sqlalchemy flask version * Changed to using gunicorn * Werkzeug==2.3.8 * updating versions of flask/sql/werkz to get a compatible set * all requirments are at latest version * Flask-SQLAlchemy==3.1.1 * Prerelease updates (#1) (#2) * adding build action and dockerfile * updated build steps * another build update * changed image name * changed tag logic * package.json created for buildx/npm * fixing server config for docker build * cleaned up wrong turn from flask to js * fixing flask requirement for docker build * downgraded Werkzeug==1.0.1 * testing latest version of flask * updating sqlalchemy flask version * Changed to using gunicorn * Werkzeug==2.3.8 * updating versions of flask/sql/werkz to get a compatible set * all requirments are at latest version * Flask-SQLAlchemy==3.1.1 * Create codeql.yml Signed-off-by: Nick Donathan <[email protected]> --------- Signed-off-by: Nick Donathan <[email protected]> * Ndonathan patch dependabot.yml (#5) * Prerelease updates (#1) * adding build action and dockerfile * updated build steps * another build update * changed image name * changed tag logic * package.json created for buildx/npm * fixing server config for docker build * cleaned up wrong turn from flask to js * fixing flask requirement for docker build * downgraded Werkzeug==1.0.1 * testing latest version of flask * updating sqlalchemy flask version * Changed to using gunicorn * Werkzeug==2.3.8 * updating versions of flask/sql/werkz to get a compatible set * all requirments are at latest version * Flask-SQLAlchemy==3.1.1 * Prerelease updates (#3) * adding build action and dockerfile * updated build steps * another build update * changed image name * changed tag logic * package.json created for buildx/npm * fixing server config for docker build * cleaned up wrong turn from flask to js * fixing flask requirement for docker build * downgraded Werkzeug==1.0.1 * testing latest version of flask * updating sqlalchemy flask version * Changed to using gunicorn * Werkzeug==2.3.8 * updating versions of flask/sql/werkz to get a compatible set * all requirments are at latest version * Flask-SQLAlchemy==3.1.1 * Prerelease updates (#1) (#2) * adding build action and dockerfile * updated build steps * another build update * changed image name * changed tag logic * package.json created for buildx/npm * fixing server config for docker build * cleaned up wrong turn from flask to js * fixing flask requirement for docker build * downgraded Werkzeug==1.0.1 * testing latest version of flask * updating sqlalchemy flask version * Changed to using gunicorn * Werkzeug==2.3.8 * updating versions of flask/sql/werkz to get a compatible set * all requirments are at latest version * Flask-SQLAlchemy==3.1.1 * Create dependabot.yml Signed-off-by: Nick Donathan <[email protected]> --------- Signed-off-by: Nick Donathan <[email protected]> * Fix code scanning alert no. 1: Flask app is run in debug mode Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Nick Donathan <[email protected]> --------- Signed-off-by: Nick Donathan <[email protected]> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
- Loading branch information