Skip to content

Commit 17225a4

Browse files
Merge pull request ossf#170 from ossf/no-experiment-in
Change "experiment in" to other phrases
2 parents 9c940d4 + b89903b commit 17225a4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

secure_software_development_fundamentals.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1854,7 +1854,7 @@ Remember, **^...$** are required to make this an allowlist (the text *must* matc
18541854

18551855
🧪 **Lab: Please try lab [regex1](https://best.openssf.org/labs/regex1.html), which lets you experiment using regex notation to validate strings.**
18561856

1857-
🧪 **Lab: Please try lab [input2](https://best.openssf.org/labs/input2.html), which lets you experiment in how to use a regex in a real program.**
1857+
🧪 **Lab: Please try lab [input2](https://best.openssf.org/labs/input2.html), which lets you experiment with using a regex in a real program.**
18581858

18591859
*Labs are optional, but you're strongly encouraged to try them!*
18601860

@@ -1915,7 +1915,7 @@ Note: ReDoS is often *not* a real vulnerability. Such regexes can *only* be a vu
19151915

19161916
#### Lab: Countering ReDoS Attacks on Regular Expressions
19171917

1918-
🧪 **Lab: Please try lab [ReDoS](https://best.openssf.org/labs/redos.html), which lets you experiment in how to counter redos attacks in a real program.**
1918+
🧪 **Lab: Please try lab [ReDoS](https://best.openssf.org/labs/redos.html), which lets you experiment with how to counter redos attacks in a real program.**
19191919

19201920
*Labs are optional, but you're strongly encouraged to try them!*
19211921

@@ -2299,7 +2299,7 @@ A cast changes a value’s type (that is what it is *for*), so by itself that is
22992299

23002300
#### Lab: Avoid Incorrect Conversion or Cast
23012301

2302-
🧪 **Lab: Please try lab [conversion](https://best.openssf.org/labs/conversion.html), which lets you experiment in how to counter improper conversion.**
2302+
🧪 **Lab: Please try lab [conversion](https://best.openssf.org/labs/conversion.html), which lets you experiment with how to counter improper conversion.**
23032303

23042304
*Labs are optional, but you're strongly encouraged to try them!*
23052305

@@ -2419,7 +2419,7 @@ Correct. Of course, it is safer to not use memory-unsafe languages in the first
24192419

24202420
#### Lab: Countering Out-of-Bounds Reads and Writes (Buffer Overflow)
24212421

2422-
🧪 **Lab: Please try lab [oob1](https://best.openssf.org/labs/oob1.html), which lets you experiment in how to counter an out-of-bounds vulnerability.**
2422+
🧪 **Lab: Please try lab [oob1](https://best.openssf.org/labs/oob1.html), which lets you experiment with how to counter an out-of-bounds vulnerability.**
24232423

24242424
*Labs are optional, but you're strongly encouraged to try them!*
24252425

@@ -2459,7 +2459,7 @@ No, it is not safe to use a memory region after freeing it, no matter what. It *
24592459

24602460
#### Lab: Double-free, Use-after-free, and Missing Release
24612461

2462-
🧪 **Lab: Please try lab [free](https://best.openssf.org/labs/free.html), which lets you experiment in how to fix a simple use-after-free bug.**
2462+
🧪 **Lab: Please try lab [free](https://best.openssf.org/labs/free.html), which lets you experiment on how to fix a simple use-after-free bug.**
24632463

24642464
*Labs are optional, but you're strongly encouraged to try them!*
24652465

@@ -3055,7 +3055,7 @@ This is true. Not only is it more efficient, but the operating system shell usua
30553055

30563056
#### Lab: OS Command (Shell) injection
30573057

3058-
🧪 **Lab: Please try lab [shell-injection](https://best.openssf.org/labs/shell-injection.html), which lets you experiment in how to counter an OS shell (injection) vulnerability.**
3058+
🧪 **Lab: Please try lab [shell-injection](https://best.openssf.org/labs/shell-injection.html), which lets you experiment with how to counter an OS shell (injection) vulnerability.**
30593059

30603060
*Labs are optional, but you're strongly encouraged to try them!*
30613061

0 commit comments

Comments
 (0)