Skip to content

Commit 63743f3

Browse files
Merge pull request #445 from ossf/regex_in_readme
Put regex1 lab in README list
2 parents 1b90af4 + c77054d commit 63743f3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/labs/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ how to do that and the labs we'd like created.
1414
Here are the labs available:
1515

1616
* [hello](hello.html) - simple "Hello, world!" demo
17-
* [input1](input1.html) - input validation
18-
* [input2](input2.html) - input validation
17+
* [input1](input1.html) - input validation (simple types)
18+
* [regex](regex1.html) - regular expressions (regexes)
19+
* [input2](input2.html) - input validation (more complex situations)
1920
* [csp1](csp1.html) - Content Security Policy (CSP)
2021

2122
## How to create and submit labs
@@ -45,7 +46,7 @@ mappings to existing labs or people who have agreed to work on one:
4546
* Input Validation: A Few Simple Data Types - [input1](input1.html)
4647
* Sidequest: Text, Unicode, and Locales
4748
* Validating Text
48-
* Introduction to Regular Expressions - NEED
49+
* Introduction to Regular Expressions - [regex](regex1.html)
4950
* Using Regular Expressions for Text Input Validation - [input2](input2.html)
5051
* Countering ReDoS Attacks on Regular Expressions - NEED
5152
* Input Validation: Beyond Numbers and Text

0 commit comments

Comments
 (0)