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
{"ContentProviderPathTraversal2": {"enable": true,"SliceMode": true,"traceDepth": 14,"desc": {"name": "ContentProviderPathTraversal2","category": "","wiki": "","detail": "If the ContentProvider overwrites openFile but does not validate the Uri path, then an attacker may attempt to use ../ to access unexpected files.","possibility": "","model": ""},"source": {"Param": {"<*: android.os.ParcelFileDescriptor openFile(*)>": ["p0"]}},"sink": {"<android.os.ParcelFileDescriptor: android.os.ParcelFileDescriptor open(java.io.File,int)>": {"TaintCheck": ["p0"]}},"sanitizer": {"getLastPathSegment": {"<android.net.Uri: java.lang.String getLastPathSegment()>": {"TaintCheck": ["@this"]}}}}}
根据 path_traversal_game.md 添加 sanitizer 后重新扫描,并无法解决“误报”,VulProvider2组件始终被扫描出来视为漏洞,为什么?有无大佬知情,望告知,谢谢!
The text was updated successfully, but these errors were encountered: