File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,9 @@ how to do that and the labs we'd like created.
14
14
Here are the labs available:
15
15
16
16
* [ 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)
19
20
* [ csp1] ( csp1.html ) - Content Security Policy (CSP)
20
21
21
22
## How to create and submit labs
@@ -45,7 +46,7 @@ mappings to existing labs or people who have agreed to work on one:
45
46
* Input Validation: A Few Simple Data Types - [ input1] ( input1.html )
46
47
* Sidequest: Text, Unicode, and Locales
47
48
* Validating Text
48
- * Introduction to Regular Expressions - NEED
49
+ * Introduction to Regular Expressions - [ regex ] ( regex1.html )
49
50
* Using Regular Expressions for Text Input Validation - [ input2] ( input2.html )
50
51
* Countering ReDoS Attacks on Regular Expressions - NEED
51
52
* Input Validation: Beyond Numbers and Text
You can’t perform that action at this time.
0 commit comments