chore: add pre-commit hooks

chore: add pre-commit hooks

chore: add pre-commit hooks

chore: add pre-commit hooks

chore: add pre-commit hooks
This commit is contained in:
Nanne Baars
2023-12-06 16:10:19 +01:00
committed by Nanne Baars
parent d913967ec5
commit 17acef57b4
305 changed files with 1573 additions and 1656 deletions

View File

@ -40,4 +40,4 @@
}
.review-block-description{
font-size:13px;
}
}

View File

@ -1 +1 @@
The admin forgot where the password is stashed, can you help?
The admin forgot where the password is stashed, can you help?

View File

@ -1 +1 @@
Can you login as Larry?
Can you login as Larry?

View File

@ -1 +1 @@
Can you login as Tom? It may be a little harder than it was for Larry.
Can you login as Tom? It may be a little harder than it was for Larry.

View File

@ -1 +1 @@
Can you still vote?
Can you still vote?

View File

@ -26,4 +26,4 @@ an e-mail.
Team WebGoat
image::images/boss.jpg[]
image::images/boss.jpg[]

View File

@ -19,9 +19,9 @@ input.invalid=Input for user, email and/or password is empty or too long, please
challenge.flag.correct=Congratulations you have solved the challenge!!
challenge.flag.incorrect=Sorry this is not the correct flag, please try again.
ip.address.unknown=IP address unknown, e-mail has been sent.
ip.address.unknown=IP address unknown, e-mail has been sent.
required4=Missing username or password, please specify both.
user.not.larry=Please try to log in as Larry not {0}.
user.not.larry=Please try to log in as Larry not {0}.

File diff suppressed because one or more lines are too long

View File

@ -15,4 +15,4 @@ $(function() {
e.preventDefault();
});
});
});

View File

@ -54,4 +54,4 @@ function doVote(stars) {
})
loadVotes();
average();
}
}