Skip to content

[security][iOS] Enable stack‑canary (‑fstack‑protector‑all) for flutter_native_splash #813

@iulianxpopa

Description

@iulianxpopa

Description

Our security scan identified that the iOS binary Frameworks/flutter_native_splash.framework /flutter_native_splash in package flutter_native_splash does not include stack‑canary protection (‑fstack‑protector‑all).

According to the Flutter documentation notes, this may be a false positive because Dart code does not typically require stack canaries.


Error from security scan

Frameworks/flutter_native_splash.framework/flutter_native_splash

This binary does not have a stack canary value added to the stack. Stack canaries are used to detect and prevent exploits from overwriting return address. Use the option -fstack-protector-all to enable stack canaries.


Additional notes

Thank you for your support!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions