diff --git a/.github/workflows/check-size.yml b/.github/workflows/check-size.yml index d435e25b6..95b2c7be3 100644 --- a/.github/workflows/check-size.yml +++ b/.github/workflows/check-size.yml @@ -25,7 +25,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - filesizelimit: "524288" + filesizelimit: "1048576" exclusionPatterns: | deploy/helm-charts manager/console diff --git a/README.md b/README.md index dd6dff063..802816af5 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,13 @@ and the `dfget daemon` running daemon to provide task download capabilities. You can find the full documentation on the [d7y.io][d7y.io]. +## Security + +### Security Audit + +A third party security audit was performed by Trail of Bits, +you can see the full report [here](docs/security/dragonfly-comprehensive-report-2023.pdf). + ## Community Join the conversation and help the community. diff --git a/docs/security/dragonfly-comprehensive-report-2023.pdf b/docs/security/dragonfly-comprehensive-report-2023.pdf new file mode 100644 index 000000000..58029901e Binary files /dev/null and b/docs/security/dragonfly-comprehensive-report-2023.pdf differ