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/10/10 15:39] – thejuanvisu | app [2025/07/12 19:29] (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 | ||
| Línea 9: | Línea 10: | ||
| | [[app: | | [[app: | ||
| | [[app: | | [[app: | ||
| + | | [[app: | ||
| + | | [[app: | ||
| + | | [[app: | ||
| + | | [[app:vul3| Vulnerabilidades en librerías de terceros]] | ||
| + | | [[app: | ||
| + | | [[app: | ||
| + | | [[app: | ||
| + | | [[app: | ||
| + | | [[app:p2| Guia práctica 2 ]] || | ||
| + | | [[app: | ||
| </ | </ | ||
| + | ===== | ||
| + | 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 | ||
| + | </ | ||