LICENSE
MANIFEST.in
README.md
setup.py
mobsfscan/__init__.py
mobsfscan/__main__.py
mobsfscan/exceptions.py
mobsfscan/logger.py
mobsfscan/manifest.py
mobsfscan/manifest_metadata.py
mobsfscan/mobsfscan.py
mobsfscan/settings.py
mobsfscan/utils.py
mobsfscan.egg-info/PKG-INFO
mobsfscan.egg-info/SOURCES.txt
mobsfscan.egg-info/dependency_links.txt
mobsfscan.egg-info/entry_points.txt
mobsfscan.egg-info/requires.txt
mobsfscan.egg-info/top_level.txt
mobsfscan/formatters/__init__.py
mobsfscan/formatters/cli.py
mobsfscan/formatters/json.py
mobsfscan/formatters/sarif.py
mobsfscan/formatters/sonarqube.py
mobsfscan/rules/patterns/android/kotlin/best_practices.yaml
mobsfscan/rules/patterns/android/kotlin/kotlin_rules.yaml
mobsfscan/rules/patterns/ios/objectivec/best_practices.yaml
mobsfscan/rules/patterns/ios/objectivec/objective_c_rules.yaml
mobsfscan/rules/patterns/ios/swift/best_practices.yaml
mobsfscan/rules/patterns/ios/swift/swift_rules.yaml
mobsfscan/rules/semgrep/android/hidden_ui.yaml
mobsfscan/rules/semgrep/android/logging.yaml
mobsfscan/rules/semgrep/android/secrets.yaml
mobsfscan/rules/semgrep/android/word_readable_writable.yaml
mobsfscan/rules/semgrep/best_practices/android_safetynetapi.yaml
mobsfscan/rules/semgrep/best_practices/flag_secure.yaml
mobsfscan/rules/semgrep/best_practices/root_detection.yaml
mobsfscan/rules/semgrep/best_practices/tapjacking.yaml
mobsfscan/rules/semgrep/best_practices/tls_certificate_transparency.yaml
mobsfscan/rules/semgrep/best_practices/tls_pinning.yaml
mobsfscan/rules/semgrep/crypto/aes_ecb.yaml
mobsfscan/rules/semgrep/crypto/aes_encryption_keys.yaml
mobsfscan/rules/semgrep/crypto/cbc_padding_oracle.yaml
mobsfscan/rules/semgrep/crypto/cbc_static_iv.yaml
mobsfscan/rules/semgrep/crypto/insecure_random.yaml
mobsfscan/rules/semgrep/crypto/insecure_ssl_v3.yaml
mobsfscan/rules/semgrep/crypto/rsa_no_oeap.yaml
mobsfscan/rules/semgrep/crypto/sha1_hash.yaml
mobsfscan/rules/semgrep/crypto/weak_ciphers.yaml
mobsfscan/rules/semgrep/crypto/weak_hashes.yaml
mobsfscan/rules/semgrep/crypto/weak_iv.yaml
mobsfscan/rules/semgrep/crypto/weak_key_size.yaml
mobsfscan/rules/semgrep/deserialization/jackson_deserialization.yaml
mobsfscan/rules/semgrep/deserialization/object_deserialization.yaml
mobsfscan/rules/semgrep/injection/command_injection.yaml
mobsfscan/rules/semgrep/injection/command_injection_formated.yaml
mobsfscan/rules/semgrep/injection/sqlite_injection.yaml
mobsfscan/rules/semgrep/network/accept_self_signed.yaml
mobsfscan/rules/semgrep/network/default_http_client_tls.yaml
mobsfscan/rules/semgrep/webview/webview_debugging.yaml
mobsfscan/rules/semgrep/webview/webview_external_storage.yaml
mobsfscan/rules/semgrep/webview/webview_file_access.yaml
mobsfscan/rules/semgrep/webview/webview_ignore_ssl_errors.yaml
mobsfscan/rules/semgrep/webview/webview_javascript_interface.yaml
mobsfscan/rules/semgrep/xxe/xmldecoder_xxe.yaml
mobsfscan/rules/semgrep/xxe/xmlfactory_external_entities_enabled.yaml
mobsfscan/rules/semgrep/xxe/xmlfactory_xxe.yaml