forked from freedomofpress/securedrop-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag '0.10.2' into merge-0.10.2 (note - this breaks whistleflow …
…export) SecureDrop Client 0.10.2
- Loading branch information
Showing
647 changed files
with
39,715 additions
and
11,491 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[advisories] | ||
# advisory IDs to ignore e.g. ["RUSTSEC-2019-0001", ...] | ||
ignore = [] | ||
|
||
# Output Configuration | ||
[output] | ||
deny = ["warnings"] | ||
quiet = false | ||
|
||
# Target Configuration | ||
[target] | ||
arch = "x86_64" # Ignore advisories for CPU architectures other than this one | ||
os = "linux" # Ignore advisories for operating systems other than this one |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
8859979ca1ce036c1bf9ad4a96334326af2e1b4c | ||
361ba8821de684b077dcad34bea3d16df246a8c4 | ||
361ba8821de684b077dcad34bea3d16df246a8c4 | ||
787844dc339e090aa0e9ac2241895365522c4119 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
|
||
# Python development dependencies | ||
- package-ecosystem: "pip" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
allow: | ||
- dependency-type: "development" | ||
- package-ecosystem: "pip" | ||
directory: "/client" | ||
schedule: | ||
interval: "weekly" | ||
allow: | ||
- dependency-type: "development" | ||
ignore: | ||
- dependency-name: "pyqt*" | ||
groups: | ||
dev-dependencies: | ||
patterns: ["*"] | ||
dependency-type: "development" | ||
- package-ecosystem: "pip" | ||
directory: "/export" | ||
schedule: | ||
interval: "weekly" | ||
allow: | ||
- dependency-type: "development" | ||
groups: | ||
dev-dependencies: | ||
patterns: ["*"] | ||
dependency-type: "development" | ||
- package-ecosystem: "pip" | ||
directory: "/log" | ||
schedule: | ||
interval: "weekly" | ||
allow: | ||
- dependency-type: "development" | ||
groups: | ||
dev-dependencies: | ||
patterns: ["*"] | ||
dependency-type: "development" | ||
- package-ecosystem: "pip" | ||
directory: "/proxy" | ||
schedule: | ||
interval: "weekly" | ||
allow: | ||
- dependency-type: "development" | ||
groups: | ||
dev-dependencies: | ||
patterns: ["*"] | ||
dependency-type: "development" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.