Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: David A. Wheeler <dwheeler@dwheeler.com>
  • Loading branch information
david-a-wheeler committed Apr 5, 2024
1 parent 8c0c4be commit 33390ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secure_software_development_fundamentals.md
Original file line number Diff line number Diff line change
Expand Up @@ -1423,7 +1423,7 @@ Some input formats are composite structures of a lot of other data. For example,

Many programs need to validate text fields, but those fields’ rules are not defined in a pre-existing library. Some tools allow us to easily handle them, but to use them, we need to understand some background. We will first need to discuss more about text, unicode, and locales in general. Then we will discuss text validation in general and the common way of doing so - regular expressions.

🧪 LAB: Please try lab [input1][https://best.openssf.org/labs/input1.html).
🧪 LAB: Please try lab [input1](https://best.openssf.org/labs/input1.html).

#### Quiz 1.2: Input Validation: A Few Simple Data Types

Expand Down

0 comments on commit 33390ac

Please sign in to comment.