Skip to content
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

Remove pyproject.toml, add ruff.toml #9929

Merged
merged 1 commit into from
Apr 16, 2024
Merged

Conversation

cneill
Copy link
Collaborator

@cneill cneill commented Apr 15, 2024

Description

Since we don't currently use pyproject.toml for its intended purpose of describing the entire DefectDojo application and its dependencies, but only to configure the ruff linter, this PR switches to using the ruff.toml file to configure ruff. This will prevent confusion with tools that might try and fail to parse our current pyproject.toml file.

Test results

This appears to work as expected when running ruff 0.3.7 locally - no linting issues reported.

[sc-5411]

Copy link

Hi there 👋, @DryRunSecurity here, below is a summary of our analysis and findings.

DryRun Security Status Findings
AppSec Analyzer (beta) 0 findings
Secrets Analyzer (beta) 0 findings
Authn/Authz Analyzer 0 findings
Configured Codepaths Analyzer 0 findings
Sensitive Files Analyzer 0 findings

Note

🟢 Risk threshold not exceeded.

Tip

Get answers to your security questions. Add a comment in this PR starting with @DryRunSecurity. For example...

@dryrunsecurity What are common security issues with web application cookies?

Powered by DryRun Security

Copy link
Contributor

@mtesauro mtesauro left a comment

Choose a reason for hiding this comment

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

Approved

@Maffooch Maffooch changed the base branch from bugfix to dev April 16, 2024 04:05
@Maffooch Maffooch changed the base branch from dev to bugfix April 16, 2024 04:05
@Maffooch Maffooch merged commit 17724b9 into DefectDojo:bugfix Apr 16, 2024
122 checks passed
hblankenship pushed a commit to hblankenship/django-DefectDojo that referenced this pull request Apr 26, 2024
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.

None yet

5 participants