diff --git a/weaknesses/MASVS-NETWORK/MASWE-0049.md b/weaknesses/MASVS-NETWORK/MASWE-0049.md index f14e4ad..28b04ee 100644 --- a/weaknesses/MASVS-NETWORK/MASWE-0049.md +++ b/weaknesses/MASVS-NETWORK/MASWE-0049.md @@ -35,4 +35,4 @@ Applications that do not utilize platform-provided networking APIs or well-estab - **Utilize Platform-Provided Networking APIs**: Always use the networking APIs provided by the platform, such as `NSURLSession` for iOS and `HttpsURLConnection` for Android, which handle many security concerns internally. - **Adopt Established Security Libraries**: If additional functionality is required, use reputable, well-maintained libraries like `OkHttp` for Android or `Alamofire` on iOS that adhere to security best practices. - **Avoid Custom Security Implementations**: Refrain from implementing custom cryptographic algorithms or security protocols; rely on standard, vetted solutions instead. -- **Keep Dependencies Updated**: Regularly update all libraries and dependencies to incorporate the latest security patches and improvements. +- **Keep Dependencies Updated**: Regularly update all libraries and dependencies to incorporate the latest security patches and 7improvements.