You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Error: 'list' object has no attribute 'get' Traceback (most recent call last):
File "mobsfenv/lib/python3.12/site-packages/mobsfscan/mobsfscan.py", line 110, in scan
result['xml_checks'] = manifest.scan_manifest(
^^^^^^^^^^^^^^^^^^^^^^^
File "mobsfenv/lib/python3.12/site-packages/mobsfscan/manifest.py", line 77, in scan_manifest
findings = do_checks(
^^^^^^^^^^
File "mobsfenv/lib/python3.12/site-packages/mobsfscan/manifest.py", line 149, in do_checks
nsc.network_security_checks(p)
File "mobsfenv/lib/python3.12/site-packages/mobsfscan/manifest.py", line 284, in network_security_checks
self.clear_text_traffic_permitted(domain_conf, typ)
File "mobsfenv/lib/python3.12/site-packages/mobsfscan/manifest.py", line 228, in clear_text_traffic_permitted
ctt = conf.get('@cleartextTrafficPermitted')
The text was updated successfully, but these errors were encountered:
The shared config is valid according to the linked documentation. A real config might have some extra stuff, but this is a minimal valid config that breaks the scanning.
If the network_security_config file contains multiple domain-config blocks, the scan fails in the function clear_text_traffic_permitted
network_security_config.xml:
The scan fails with exception:
The text was updated successfully, but these errors were encountered: