Skip to content

Commit

Permalink
edit release badge (#14)
Browse files Browse the repository at this point in the history
* edit SonarQube workflow

* edit SonarQube workflow

* edit SonarQube workflow

* edit SonarQube workflow

* edit SonarQube workflow

* edit SonarQube workflow

* add sonar-project.properties file + edit SonarQube workflow

* edit SonarQube workflow

* edit SonarQube workflow

* Revert "edit SonarQube workflow"

This reverts commit 47207bc.

* edit SonarQube workflow

* edit SonarQube workflow

* edit SonarQube workflow

* edit SonarQube workflow

* edit SonarQube workflow

* edit SonarQube workflow

* edit SonarQube workflow

* edit SonarQube workflow

* edit SonarQube workflow + add docker-compose file

* edit SonarQube workflow + edit docker-compose file

* edit SonarQube workflow + edit docker-compose file

* edit SonarQube workflow

* edit SonarQube workflow

* edit SonarQube workflow

* edit SonarQube workflow + edit docker-compose file

* edit SonarQube workflow + edit docker-compose file

* edit docker-compose file

* remove version attribute from the docker-compose.yml

* increase seconds in the sleep attribute

* edit workflow, docker-compose and Jenkinsfile files + add Dockerfile

* improve CodeQL Scan

* improve OWASP Dependency Check workflow

* edit OWASP Dependency Check workflow

* edit OWASP Dependency Check workflow

* edit OWASP Dependency Check workflow

* edit OWASP Dependency Check workflow

* edit OWASP Dependency Check workflow

* edit Semgrep SAST workflow

* edit Semgrep SAST workflow

* edit Semgrep SAST workflow

* edit Semgrep SAST workflow

* add SonarCloud workflow + add Quality Gate in the Jenkinsfile

* edit the SonarCloud workflow

* edit the SonarCloud workflow

* add badges to the README file

* edit Semgrep workflow

* edit Semgrep workflow

* edit Semgrep workflow

* edit Semgrep workflow

* edit Semgrep workflow

* edit Semgrep workflow

* edit Semgrep workflow

* edit Semgrep workflow

* edit Semgrep workflow

* edit Semgrep workflow

* edit Semgrep workflow

* edit Semgrep workflow

* edit README.md

* edit README.md

* add release badge

* edit release badge
  • Loading branch information
meleksabit authored Sep 30, 2024
1 parent 1127574 commit 7d8e05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<a name="top"></a>
# $\color{LimeGreen}{OWASP\ Mutillidae\ II\ -\ Forked\ to\ showcase\ DevSecOps\ pipelines\}$

[![JavaScript CodeQL Analysis](https://github.com/meleksabit/mutillidae/actions/workflows/scan-with-codeql.yml/badge.svg)](https://github.com/meleksabit/mutillidae/actions/workflows/scan-with-codeql.yml) [![Scan Application Code with Semgrep SAST](https://github.com/meleksabit/mutillidae/actions/workflows/scan-with-semgrep.yml/badge.svg?branch=development)](https://github.com/meleksabit/mutillidae/actions/workflows/scan-with-semgrep.yml) [![Scan with OWASP Dependency Check](https://github.com/meleksabit/mutillidae/actions/workflows/scan-with-owasp-dependency-check.yml/badge.svg)](https://github.com/meleksabit/mutillidae/actions/workflows/scan-with-owasp-dependency-check.yml) [![SonarCloud Analysis](https://github.com/meleksabit/mutillidae/actions/workflows/sonarcloud.yml/badge.svg)](https://github.com/meleksabit/mutillidae/actions/workflows/sonarcloud.yml) [![Scan PHP code with Snyk Code](https://github.com/meleksabit/mutillidae/actions/workflows/scan-with-snyk-code.yml/badge.svg)](https://github.com/meleksabit/mutillidae/actions/workflows/scan-with-snyk-code.yml) [![SonarQube Analysis](https://github.com/meleksabit/mutillidae/actions/workflows/sonarqube.yml/badge.svg)](https://github.com/meleksabit/mutillidae/actions/workflows/sonarqube.yml)![GitHub Release](https://img.shields.io/github/v/release/meleksabit/mutillidae)
[![JavaScript CodeQL Analysis](https://github.com/meleksabit/mutillidae/actions/workflows/scan-with-codeql.yml/badge.svg)](https://github.com/meleksabit/mutillidae/actions/workflows/scan-with-codeql.yml) [![Scan Application Code with Semgrep SAST](https://github.com/meleksabit/mutillidae/actions/workflows/scan-with-semgrep.yml/badge.svg?branch=development)](https://github.com/meleksabit/mutillidae/actions/workflows/scan-with-semgrep.yml) [![Scan with OWASP Dependency Check](https://github.com/meleksabit/mutillidae/actions/workflows/scan-with-owasp-dependency-check.yml/badge.svg)](https://github.com/meleksabit/mutillidae/actions/workflows/scan-with-owasp-dependency-check.yml) [![SonarCloud Analysis](https://github.com/meleksabit/mutillidae/actions/workflows/sonarcloud.yml/badge.svg)](https://github.com/meleksabit/mutillidae/actions/workflows/sonarcloud.yml) [![Scan PHP code with Snyk Code](https://github.com/meleksabit/mutillidae/actions/workflows/scan-with-snyk-code.yml/badge.svg)](https://github.com/meleksabit/mutillidae/actions/workflows/scan-with-snyk-code.yml) [![SonarQube Analysis](https://github.com/meleksabit/mutillidae/actions/workflows/sonarqube.yml/badge.svg)](https://github.com/meleksabit/mutillidae/actions/workflows/sonarqube.yml) ![GitHub Release](https://img.shields.io/github/v/release/meleksabit/mutillidae)

OWASP Mutillidae II is a free, open-source, deliberately vulnerable web application designed for web-security enthusiasts. It serves as a target for learning and practicing web security skills. Mutillidae can be easily installed on Linux and Windows systems using LAMP, WAMP, and XAMMP stacks. Additionally, it comes pre-installed on SamuraiWTF and OWASP BWA, and the existing version can be updated on these platforms. With dozens of vulnerabilities and hints to guide the user, Mutillidae provides an accessible web hacking environment suitable for labs, security enthusiasts, classrooms, CTFs, and vulnerability assessment tool targets. It has been widely used in graduate security courses, corporate web security training, and as an assessment target for vulnerability assessment software. OWASP Mutillidae II provides a comprehensive platform for learning and practicing web security techniques in a controlled environment.

Expand Down

0 comments on commit 7d8e05a

Please sign in to comment.