OWASP / owasp-masvs

The OWASP MASVS (Mobile Application Security Verification Standard) is the industry standard for mobile app security.
https://mas.owasp.org/
Creative Commons Attribution Share Alike 4.0 International
2.01k stars 431 forks source link

8.2: The app implements prevents #103

Closed Sjord closed 7 years ago

Sjord commented 7 years ago

There seems to be a typo in 8.2:

8.2: The app implements prevents debugging and/or detects, and responds to, a debugger being attached. All available debugging protocols must be covered.

Here, "implements prevents" seems incorrect.

sushi2k commented 7 years ago

True. "implements" should be removed. Just made the change https://github.com/OWASP/owasp-masvs/commit/8ee350ac3ebb15dc763b22bf246460c76f6515d1

Thanks @Sjord

Sjord commented 7 years ago

👍