mirror of
https://github.com/sudosylabs/vnidrop.git
synced 2026-08-05 10:29:58 +02:00
fix(security): harden provider ACL, tickets, and local secrets
Close high-severity findings from the security review: default-deny blob gets for unmapped hashes, map collection members for ACL, fail closed on unknown access modes, require vnd1 tickets only, redact tickets from events, exclude Android app-data backups, and tighten secret-file creation.
This commit is contained in:
5
androidApp/src/main/res/xml/backup_rules.xml
Normal file
5
androidApp/src/main/res/xml/backup_rules.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Exclude core identity, tickets, history, and blob store from Auto Backup. -->
|
||||
<full-backup-content>
|
||||
<exclude domain="file" path="vnidrop"/>
|
||||
</full-backup-content>
|
||||
Reference in New Issue
Block a user