Skip to content

Commit 6292bb2

Browse files
authored
Merge pull request #36 from roottusk/dev
Release 1.3
2 parents c9c52c6 + 8267e80 commit 6292bb2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+4961
-237
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ COPY ./vapi /var/www/html/vapi
1111

1212
RUN rm /var/www/html/vapi/.env
1313

14+
RUN echo "flag{ssrf_e0pgt3az9zeqdd4fhatc}" > /flag.txt
15+
1416
CMD ["php","/var/www/html/vapi/artisan","serve","--host=0.0.0.0"]

composer.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"require": {
3+
"spatie/array-to-xml": "^2.16"
4+
}
5+
}

composer.lock

+79
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)