From 96ee987f58dbf30745244a1546b25f4ee5baa414 Mon Sep 17 00:00:00 2001 From: Musaab Imran <96174078+musaabimran@users.noreply.github.com> Date: Tue, 21 Nov 2023 12:15:45 +0500 Subject: [PATCH] Update 2023_Musaab_Imran.md --- _docs/developer/google_summer_of_code/2023_Musaab_Imran.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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