MASWE-0049: Proved Networking APIs Not used
Content in BETA
This content is in beta and still under active development, so it is subject to change any time (e.g. structure, IDs, content, URLs, etc.).
Draft Weakness
This weakness hasn't been created yet and it's in draft. But you can check its status or start working on it yourself. If the issue has not yet been assigned, you can request to be assigned to it and submit a PR with the new content for that weakness by following our guidelines.
Check our GitHub Issues for MASWE-0049
Initial Description or Hints¶
AKA don't roll your own network security. For example, platform-provided authentication APIs or openssl are designed and implemented by experts who have deep knowledge of the platform's security features and considerations. These APIs often incorporate security best practices and are regularly updated to address new threats and vulnerabilities.
Note: maybe merge with the next one or find a better separation
Relevant Topics¶
- Platform-provided Networking APIs Not used