docs: privacidad, seguridad y troubleshooting (TRUST-001) - #21
Merged
Merged
Conversation
Reemplaza la sección única Privacy por dos secciones consecutivas: Privacy (datos: sin red, sin telemetría, sin persistencia del cuerpo, solo metadatos en memoria) y Security (protecciones: eavesdrop=true explicado, sin secretos, O_NOFOLLOW, modo 0600). Espejo fiel EN/ES. Parte de TRUST-001.
Diagrama ASCII del camino de una notificación: bus → dbus-monitor (eavesdrop) → parser → resolución del nombre de app → reglas de reproducción → reproductor (canberra + fallback). Refuerza privacidad (solo metadatos, nunca el cuerpo). Espejo fiel EN/ES. Parte de TRUST-001.
Añade bullets de dependencias para Fedora (dnf) y Arch (pacman) con nombres de paquetes verificados contra los repositorios oficiales, busqueda de canberra-gtk-play por distro (dnf provides / pacman -F) y dbus-monitor. Mencion del AUR planeado. Espejo fiel EN/ES. Parte de TRUST-001.
Nueva sección 10 Privacy/Privacidad en site/index.html y site/es/index.html: sin red, sin telemetría, sin persistencia del cuerpo, solo metadatos en memoria, state.json con O_NOFOLLOW y 0600. Enlace al README para detalles. Support the project renumerado a 11. Parte de TRUST-001.
pacman -F consulta la files database, que se descarga con pacman -Fy. Sin sincronizacion previa puede devolver 'no results' aunque el paquete exista. pacman -Fy sincroniza y busca en un solo comando. Correccion factual sobre TRUST-001.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TRUST-001 — Documentar privacidad, seguridad y troubleshooting
Documenta privacidad, seguridad y troubleshooting para reforzar la confianza del usuario que llega por primera vez.
Cambios
Privacy/Privacidadde los README se dividió en dos:Privacy(datos: sin red, sin telemetría, sin persistencia del cuerpo, solo metadatos en memoria,app_metaenstate.json) +Security(protecciones:eavesdrop=trueexplicado, sin secretos,O_NOFOLLOW, modo0600).How it works/Cómo funciona.dnf), Arch (pacman+ AUR planeado),canberra-gtk-playpor distro (dnf provides/pacman -Fy),dbus-monitor. Nombres de paquetes verificados contra repositorios oficiales.Privacy/Privacidadensite/index.htmlysite/es/index.html, con enlace al README.Support the projectrenumerado a 11.Verificación
scripts/quality.sh— py_compile 6/6 OK.scripts/test-all.sh— 89 tests OK.verifier: OK.session-review: OK.grep -in 'privacidad\|privacy' README.md README.es.mdencuentra las secciones.Criterio de aceptación del ticket
eavesdrop=trueexplicado, sin secretos,O_NOFOLLOW,0600.Closes TRUST-001.