Muestra las diferencias entre dos versiones de la página.
Ambos lados, revisión anteriorRevisión previaPróxima revisión | Revisión previa | ||
app [2024/09/12 15:48] – thejuanvisu | app [2024/12/04 17:13] (actual) – thejuanvisu | ||
---|---|---|---|
Línea 1: | Línea 1: | ||
====== Seguridad de Aplicaciones ====== | ====== Seguridad de Aplicaciones ====== | ||
+ | {{ : | ||
<WRAP tablewidth 100%> | <WRAP tablewidth 100%> | ||
- | ^ Seguridad de aplicaciones | + | ^ Seguridad de aplicaciones |
- | | [[app: | + | | [[app: |
- | | [[app: | + | | [[app: |
- | | [[app: | + | | [[app: |
+ | | [[app:vemp| Vulnerabilidades en el tratamiento de los datos de entrada]] || | ||
+ | | [[app:csp| Content Security Policy]] | ||
+ | | [[app: | ||
+ | | [[app: | ||
+ | | [[app: | ||
+ | | [[app: | ||
+ | | [[app: | ||
+ | | [[app:vul3| Vulnerabilidades en librerías de terceros]] | ||
+ | | [[app: | ||
+ | | [[app: | ||
+ | | [[app: | ||
+ | | [[app: | ||
+ | | [[app:p2| Guia práctica 2 ]] || | ||
</ | </ | ||
+ | ===== | ||
+ | Para prácitca 1: ===== | ||
+ | |||
+ | <code spring application.properties> | ||
+ | |||
+ | server.configuration.mail-host=localhost | ||
+ | server.configuration.mail-port=25 | ||
+ | server.configuration.mail-username= | ||
+ | server.configuration.mail-password | ||
+ | server.configuration.mail-ssl-enable=false | ||
+ | server.configuration.mail-start-tls-enable=false | ||
+ | server.configuration.mail-form=admin@storeapp.com | ||
+ | </ |