Skip to content

Create .snyk policy file #1501

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 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
ignore:
"com.github.spotbugs:spotbugs-maven-plugin":
- "*":
reason: "SpotBugs is a build-time plugin and does not impact runtime security."
expires: "2025-12-31"
Copy link
Preview

Copilot AI Jul 22, 2025

Choose a reason for hiding this comment

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

The expiration date is set to December 31, 2025, which is in the past relative to the current date (June 2025). Consider setting a future expiration date or removing the expiration if this ignore rule should be permanent.

Suggested change
expires: "2025-12-31"
expires: "2030-12-31"

Copilot uses AI. Check for mistakes.

Loading