Skip to content

Commit

Permalink
Merge tag '0.10.2' into merge-0.10.2 (note - this breaks whistleflow …
Browse files Browse the repository at this point in the history
…export)

SecureDrop Client 0.10.2
  • Loading branch information
philmcmahon committed Jul 10, 2024
2 parents 870dc04 + e2aea09 commit a43c9bf
Show file tree
Hide file tree
Showing 647 changed files with 39,715 additions and 11,491 deletions.
13 changes: 13 additions & 0 deletions .cargo/audit.toml
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
283 changes: 0 additions & 283 deletions .circleci/config.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
8859979ca1ce036c1bf9ad4a96334326af2e1b4c
361ba8821de684b077dcad34bea3d16df246a8c4
361ba8821de684b077dcad34bea3d16df246a8c4
787844dc339e090aa0e9ac2241895365522c4119
56 changes: 56 additions & 0 deletions .github/dependabot.yml
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"
10 changes: 7 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Description
## Status

Ready for review / Work in progress

## Description

Fixes #issue.

# Test Plan
## Test Plan


# Checklist
## Checklist

If these changes modify code paths involving cryptography, the opening of files in VMs or network (via the RPC service) traffic, Qubes testing in the staging environment is required. For fine tuning of the graphical user interface, testing in any environment in Qubes is required. Please check as applicable:

Expand Down
Loading

0 comments on commit a43c9bf

Please sign in to comment.