Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<onlyfor> was added to both readmes #4

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions README.es.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
# Informe de gestión de incidentes que cumple con la norma ISO 27001
<!-- hide -->
# Informe de gestión de incidentes que cumple con la norma ISO 27001

> By [@rosinni](https://github.com/rosinni) and [other contributors](https://github.com/4GeeksAcademy/deploying-wordpress-debian/graphs/contributors) at [4Geeks Academy](https://4geeksacademy.co/)

[![build by developers](https://img.shields.io/badge/build_by-Developers-blue)](https://4geeks.com)
[![build by developers](https://img.shields.io/twitter/follow/4geeksacademy?style=social&logo=twitter)](https://twitter.com/4geeksacademy)

*These instructions are [available in english](https://github.com/breatheco-de/incident-report-management-exercise-project/blob/main/README.md)*
<!-- endhide -->


<!-- hide -->


### Antes de empezar...

> ¡Te necesitamos! Estos ejercicios se crean y mantienen en colaboración con personas como tú. Si encuentras algún error o falta de ortografía, contribuye y/o repórtalo.

<!-- endhide -->

<onlyfor saas="false" withBanner="false">

## 🌱 ¿Cómo empezar este proyecto?

Este ejercicio tiene como objetivo enseñar a los estudiantes cómo identificar y reportar una vulnerabilidad de inyección SQL utilizando la aplicación web Damn Vulnerable Web Application (DVWA). El reporte se debe realizar de acuerdo a las normas ISO 27001 para la gestión de incidentes de seguridad de la información.
Expand All @@ -28,6 +25,7 @@ Este ejercicio tiene como objetivo enseñar a los estudiantes cómo identificar
* VirtualBox instalado en tu computadora.
* Una máquina virtual Debian instalada en VirtualBox. (usaremos la máquina previamente configurada en clases anteriores).

</onlyfor>

#### Beneficios de Usar una Máquina Virtual

Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
# ISO 27001 Compliant Incident Management Report
<!-- hide -->
# ISO 27001 Compliant Incident Management Report

> By [@rosinni](https://github.com/rosinni) and [other contributors](https://github.com/4GeeksAcademy/deploying-wordpress-debian/graphs/contributors) at [4Geeks Academy](https://4geeksacademy.co/)

[![build by developers](https://img.shields.io/badge/build_by-Developers-blue)](https://4geeks.com)
[![build by developers](https://img.shields.io/twitter/follow/4geeksacademy?style=social&logo=twitter)](https://twitter.com/4geeksacademy)

*Estas instrucciones están [disponibles en español](https://github.com/breatheco-de/incident-report-management-exercise-project/blob/main/README.es.md)*
<!-- endhide -->

<!-- hide -->

### Before Starting...

> We need you! These exercises are created and maintained in collaboration with people like you. If you find any errors or typos, please contribute and/or report them.

<!-- endhide -->

<onlyfor saas="false" withBanner="false">

## 🌱 How to start this project?

This exercise aims to teach students how to identify and report an SQL injection vulnerability using the Damn Vulnerable Web Application (DVWA). The report should be made according to ISO 27001 standards for information security incident management.
Expand All @@ -26,6 +25,8 @@ This exercise aims to teach students how to identify and report an SQL injection
- VirtualBox installed on your computer.
- A Debian virtual machine installed in VirtualBox. (We will use the machine previously configured in earlier classes).

</onlyfor>

#### Benefits of Using a Virtual Machine

- **Isolation:** Keeps the testing environment separate from your main operating system, protecting it from potential damage.
Expand Down
1 change: 1 addition & 0 deletions learn.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"preview": "https://github.com/breatheco-de//incident-report-management-exercise-project/blob/main/assets/preview-dvwa.jpg?raw=true",
"repository": "https://github.com/breatheco-de/incident-report-management-exercise-project",
"duration": 3,
"projectType": "project",
"difficulty": "intermediate",
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"technologies": ["linux", "cybersecurity", "ciberseguridad", "sql", "sql-injection"],
Expand Down