diff --git a/docs/labs/README.md b/docs/labs/README.md index 708133a4..43dd971a 100644 --- a/docs/labs/README.md +++ b/docs/labs/README.md @@ -79,7 +79,7 @@ work on. * Using Regular Expressions for Text Input Validation - DONE-0 [regex1](regex1.html), [input2](input2.html) * [Countering ReDoS Attacks on Regular Expressions](https://github.com/ossf/secure-sw-dev-fundamentals/blob/main/secure_software_development_fundamentals.md#countering-redos-attacks-on-regular-expressions) - DONE-2 (Camila Vilarinho, 2026-07-19) [redos](redos.html) * Input Validation: Beyond Numbers and Text - * [Insecure Deserialization](https://github.com/ossf/secure-sw-dev-fundamentals/blob/main/secure_software_development_fundamentals.md#insecure-deserialization) - PLANNED-2 (Camila Vilarinho) + * [Insecure Deserialization](https://github.com/ossf/secure-sw-dev-fundamentals/blob/main/secure_software_development_fundamentals.md#insecure-deserialization) - PLANNED-2 (Camila Vilarinho) [deserialization](deserialization.html) * [Input Validation: Beyond Numbers and Text](https://github.com/ossf/secure-sw-dev-fundamentals/blob/main/secure_software_development_fundamentals.md#input-validation-beyond-numbers-and-text) - PLANNED-2 UNASSIGNED * [Minimizing Attack Surface, Identification, Authentication, and Authorization](https://github.com/ossf/secure-sw-dev-fundamentals/blob/main/secure_software_development_fundamentals.md#minimizing-attack-surface-identification-authentication-and-authorization) - PLANNED-2 UNASSIGNED * [Search Paths and Environment Variables (including setuid/setgid Programs)](https://github.com/ossf/secure-sw-dev-fundamentals/blob/main/secure_software_development_fundamentals.md#search-paths-and-environment-variables-including-setuidsetgid-programs) - PLANNED-2 UNASSIGNED @@ -133,6 +133,7 @@ Thanks to the following people who have created or offered to create labs (sorted by given/first name): * Avishay Balter (Microsoft) +* Camila Vilarinho * David A. Wheeler (Linux Foundation) * Dhananjay Arunesh * Elijah Everett diff --git a/docs/labs/insecure-deserialization.html b/docs/labs/deserialization.html similarity index 50% rename from docs/labs/insecure-deserialization.html rename to docs/labs/deserialization.html index 6aeb3a8b..dcc300a8 100644 --- a/docs/labs/insecure-deserialization.html +++ b/docs/labs/deserialization.html @@ -23,18 +23,72 @@