MobSF / mobsfscan

mobsfscan is a static analysis tool that can find insecure code patterns in your Android and iOS source code. Supports Java, Kotlin, Swift, and Objective C Code. mobsfscan uses MobSF static analysis rules and is powered by semgrep and libsast pattern matcher.
GNU Lesser General Public License v3.0
607 stars 97 forks source link

[iOS] Update best_practices.yaml / ios_keyboard_cache with latest SwiftUI changes #100

Closed yanz-safe closed 1 week ago

yanz-safe commented 1 week ago

disableAutocorrection was renamed to autocorrectionDisabled in SwiftUI. Updating the configuration to detect it and avoid false-positive warnings