diff --git a/_docs/developer/google_summer_of_code/2023_Musaab_Imran.md b/_docs/developer/google_summer_of_code/2023_Musaab_Imran.md index 42e31a59..66451edf 100644 --- a/_docs/developer/google_summer_of_code/2023_Musaab_Imran.md +++ b/_docs/developer/google_summer_of_code/2023_Musaab_Imran.md @@ -98,15 +98,10 @@ Implemented Referrer-Policy header to prevent the leakage of sensitive informati 🔺[PR #9772](https://github.com/Submitty/Submitty/pull/9772) -#### Updating Disabled Functions List -Updated the list of disabled functions to prevent the execution of potentially dangerous PHP functions. This reduces the risk of remote code execution and other malicious attacks. - -🔺[PR #]() - #### Whitelisting MIME Types Whitelisted MIME types to prevent the execution of potentially dangerous file types. This reduces the risk of remote code execution and other malicious attacks. Only the allowed MIME types can be uploaded to the server. -🔺[PR #]() +🔺[PR #10003](https://github.com/Submitty/Submitty/pull/10003) --- ## 👾 Bugfix PRs