Skip to content

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

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Poetry upgrade #62

wants to merge 10 commits into from

Conversation

karlbrown-va
Copy link
Contributor

@karlbrown-va karlbrown-va commented Sep 18, 2024

  • 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

@karlbrown-va karlbrown-va marked this pull request as ready for review September 18, 2024 22:08
@karlbrown-va karlbrown-va requested a review from Copilot April 9, 2025 15:18
Copy link

@Copilot Copilot AI left a 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()

@karlbrown-va karlbrown-va requested a review from Copilot April 9, 2025 18:12
Copy link

@Copilot Copilot AI left a 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):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant