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.03k stars 433 forks source link

Create a Persian translation #399

Closed commjoen closed 3 years ago

commjoen commented 4 years ago

Todos left since #401

commjoen commented 4 years ago

A few challenges with the document generation:

    • [x] MASVS.py says:
      File "<...omitted>masvs.py", line 65, in __init__
      req['category'] = m.group(2).replace(u"\u2011", "-")
      UnicodeDecodeError: 'ascii' codec can't decode byte 0xd8 in position 0: ordinal not in range(128)

      It seems that a character is misinterpreted :-( or changed.

commjoen commented 4 years ago

Apologies as this is my first RTL experience, so the automation might need a little longer. I will dive into it!

commjoen commented 4 years ago

Current status: