Skip to content

Commit

Permalink
Identify where existing labs are expected to go
Browse files Browse the repository at this point in the history
This commit makes the locations consistent with this proposal:
ossf/secure-sw-dev-fundamentals#151

Signed-off-by: David A. Wheeler <dwheeler@dwheeler.com>
  • Loading branch information
david-a-wheeler committed Apr 5, 2024
1 parent 45a2681 commit cc0552d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/labs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ The items marked "PLANNED-1" are those we intend to do first;

* Input Validation
* Input Validation Basics
* Input Validation Basics Introduction
* Input Validation Basics Introduction - [hello](hello.html)
* How Do You Validate Input?
* Input Validation: Numbers and Text
* Input Validation: A Few Simple Data Types - [input1](input1.html)
* Sidequest: Text, Unicode, and Locales
* Validating Text
* Introduction to Regular Expressions - [regex1](regex1.html)
* Using Regular Expressions for Text Input Validation - [input2](input2.html)
* Introduction to Regular Expressions
* Using Regular Expressions for Text Input Validation - [regex1](regex1.html), [input2](input2.html)
* Countering ReDoS Attacks on Regular Expressions - PLANNED-2
* Input Validation: Beyond Numbers and Text
* Insecure Deserialization - PLANNED-2
Expand Down

0 comments on commit cc0552d

Please sign in to comment.