-
Notifications
You must be signed in to change notification settings - Fork 12
Poetry upgrade #62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Poetry upgrade #62
Conversation
karlbrown-va
commented
Sep 18, 2024
•
edited
Loading
edited
- Moves from pip-compile/pip to poetry for dependency management
- upgrades all dependencies to latest versions
- Migrates to python 3.12
- Fixes potential XSS reflection issue
…akefile, moves to standard pythong package subdirectories
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 16 out of 25 changed files in this pull request and generated 1 comment.
Files not reviewed (9)
- .coveragerc: Language not supported
- .flake8: Language not supported
- .python-version: Language not supported
- Makefile: Language not supported
- dev-requirements.in: Language not supported
- dev-requirements.txt: Language not supported
- pytest.ini: Language not supported
- requirements.in: Language not supported
- runtime.txt: Language not supported
Comments suppressed due to low confidence (1)
wtf.py:33
- The variable name 'acroynm' is misspelled; consider renaming it to 'acronym' for clarity.
acroynm = d[0].lower()
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 16 out of 25 changed files in this pull request and generated no comments.
Files not reviewed (9)
- .coveragerc: Language not supported
- .flake8: Language not supported
- .python-version: Language not supported
- Makefile: Language not supported
- dev-requirements.in: Language not supported
- dev-requirements.txt: Language not supported
- pytest.ini: Language not supported
- requirements.in: Language not supported
- runtime.txt: Language not supported
Comments suppressed due to low confidence (1)
tests/test_wtf.py:104
- [nitpick] Consider expanding the XSS tests with additional payload variations to ensure robust HTML escaping against a wider range of attack vectors.
def test_xss_vuln(client):