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

Add composer.json file for DVWA #1

Merged
merged 1 commit into from
Oct 25, 2024
Merged

Conversation

davideg
Copy link
Contributor

@davideg davideg commented Oct 25, 2024

Add a composer.json file to the repository.

  • Add the name field with the value "octodemo/vphpa".
  • Add the description field with the value "Damn Vulnerable Web Application (DVWA) is a PHP/MySQL web application that is damn vulnerable.".
  • Add the require field with the value {"php": ">=7.3", "ext-mysqli": "*", "ext-gd": "*", "ext-pdo": "*"}.
  • Add the autoload field with the value {"psr-4": {"DVWA\\": "dvwa/"}}.

For more details, open the Copilot Workspace session.

Add a `composer.json` file to the repository.

* Add the `name` field with the value `"octodemo/vphpa"`.
* Add the `description` field with the value `"Damn Vulnerable Web Application (DVWA) is a PHP/MySQL web application that is damn vulnerable."`.
* Add the `require` field with the value `{"php": ">=7.3", "ext-mysqli": "*", "ext-gd": "*", "ext-pdo": "*"}`.
* Add the `autoload` field with the value `{"psr-4": {"DVWA\\": "dvwa/"}}`.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/octodemo/VPHPA?shareId=XXXX-XXXX-XXXX-XXXX).
@RusselViola RusselViola merged commit 093dc8a into main Oct 25, 2024
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants