Skip to content

Commit

Permalink
Merge pull request #1244 from za/patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
commjoen authored Feb 28, 2024
2 parents 12d37ae + 2a3dd5b commit 1451a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ First make sure that you have an [Issue](https://github.com/OWASP/wrongsecrets/i
Add the **new challenge** in this folder `wrongsecrets/src/main/java/org/owasp/wrongsecrets/challenges/`.
These are the things that you have to keep in mind.
- First and foremost make sure your challenge is coded in **Java**.
- Use either `FixedAnswerChallenge` as a class to extend or use the `Challenge` interface to imnplement.
- Use either `FixedAnswerChallenge` as a class to extend or use the `Challenge` interface to implement.
The `FixedAnswerChallenge` can be used for challenges that don't have a dependency on other (sub)systems. Here is an example of a possible Challenge 28:

Expand Down

0 comments on commit 1451a3e

Please sign in to comment.