Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

security updates, includes Chuck and Harit updates to requirements.txt #265

Merged
merged 21 commits into from
Aug 3, 2023

Conversation

joshua-seals
Copy link
Collaborator

No description provided.

@@ -1,4 +1,5 @@
FROM python:3.9.0-slim
FROM python:3.12.0b4-slim
# FROM python:3.9.0-slim

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comment may have forgotten to delete

@@ -1,4 +1,5 @@
FROM python:3.7.3-alpine
# FROM python:3.7.3-alpine

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comment may have forgotten to delete

@@ -268,4 +268,4 @@ def post(self):
if args.debug:
debug = True
logging.basicConfig(level=logging.DEBUG)
app.run(host='0.0.0.0', port=args.port, threaded=True, debug=args.debug)
app.run(host='0.0.0.0', port=args.port, threaded=True, debug=args.debug) #nosec B104

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just for my knowledge, what do the nosec comments mean?

@joshua-seals joshua-seals merged commit 5bcf42b into develop Aug 3, 2023
5 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants