Skip to content

style: normalize py files (LF + trim) #12663

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

Draft
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

astounds
Copy link

I've split the formatting changes into separate commits (or PRs) by file type for safer review:

  • βœ… Each change is still whitespace-only (git diff -w shows empty)
  • πŸ“¦ Grouped by MIME type all .py together
  • πŸ” Easier to revert/review per category

This commit only touches 10 py files

@github-actions github-actions bot added New Migration Adding a new migration file. Take care when merging. unittests parser labels Jun 21, 2025
Copy link

@accesslint accesslint bot left a comment

Choose a reason for hiding this comment

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

There are accessibility issues in these changes.

finding = Finding()
finding.test = test
finding.file_path = "<SCRIPT SRC=http://xss.rocks/xss.js></SCRIPT>"
engagement.source_code_management_uri = "<IMG SRC=javascript:alert('XSS')>"
Copy link

Choose a reason for hiding this comment

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

This image is missing a text alternative. This is a problem for people using screen readers.

Copy link

DryRun Security

πŸ”΄ Risk threshold exceeded.

This pull request contains sensitive edits to two database migration files, which can be configured for allowed authors in the .dryrunsecurity.yaml configuration file.

πŸ”΄ Configured Codepaths Edit in dojo/db_migrations/0016_increase_filepath_length.py
Vulnerability Configured Codepaths Edit
Description Sensitive edits detected for this file. Sensitive file paths and allowed authors can be configured in .dryrunsecurity.yaml.
πŸ”΄ Configured Codepaths Edit in dojo/db_migrations/0057_ms_teams.py
Vulnerability Configured Codepaths Edit
Description Sensitive edits detected for this file. Sensitive file paths and allowed authors can be configured in .dryrunsecurity.yaml.

We've notified @mtesauro.


All finding details can be found in the DryRun Security Dashboard.

@mtesauro mtesauro marked this pull request as draft June 22, 2025 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Migration Adding a new migration file. Take care when merging. parser unittests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant