Skip to content

Commit

Permalink
chore: add SECURITY.md and dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dafyh committed Aug 7, 2024
1 parent a4d5523 commit 46f4199
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/Dockerfile

This file was deleted.

21 changes: 21 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
groups:
github-actions:
patterns:
- "*"

- package-ecosystem: npm
directory: /
versioning-strategy: widen
schedule:
interval: weekly
groups:
dependencies:
dependency-type: "production"
development-dependencies:
dependency-type: "development"
5 changes: 5 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Reporting Security Issues

To report a security issue, please [publish a private security advisory](https://github.com/MyUnisoft/heif-converter/security/advisories) with a description of the issue, the steps you took to create the issue, affected versions, and, if known, mitigations for the issue.

Our vulnerability management team will respond within one week. If the issue is confirmed as a vulnerability, we will open a Security Advisory and acknowledge your contributions as part of it. This project follows a 90 day disclosure timeline.

0 comments on commit 46f4199

Please sign in to comment.