Projects STRLCPY wrongsecrets Commits 5a4c5f48
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    src/main/java/org/owasp/wrongsecrets/InMemoryScoreCard.java
    skipped 4 lines
    5 5  import java.util.HashSet;
    6 6  import java.util.Set;
    7 7   
     8 +/**
     9 + * In memory implementation of the scorecard (E.g. no persistence).
     10 + */
    8 11  public class InMemoryScoreCard implements ScoreCard {
    9 12   
    10 13   private final int maxNumberOfChallenges;
    skipped 32 lines
  • ■ ■ ■ ■ ■ ■
    src/main/java/org/owasp/wrongsecrets/MvcConfiguration.java
    skipped 20 lines
    21 21   
    22 22  import java.util.Set;
    23 23   
     24 +/**
     25 + * Used to generate and return all the html in thymeleaf and convert asciidoc to html
     26 + */
    24 27  @Configuration
    25 28  @Slf4j
    26 29  public class MvcConfiguration implements WebMvcConfigurer {
    skipped 55 lines
Please wait...
Page is in error, reload to recover