tauri-apps / tauri-apps/tauri-docs
[building] - turn off panics
Nobody has claimed this yet.
- Dominant language
- MDX
- Stars
- 1.1k
- Forks
- 887
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 48
Description
While discussing errors, @wusyong recommended this approach:
https://github.com/tauri-apps/tauri/issues/613#issuecomment-633921807
Basically on release stop errors from propegating (because during reversing this information can be very useful to the attacker).
[profile.release]
panic = "abort"
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Tauri documentation page covering builds or release configuration. Read the linked discussion for the rationale, then document the [profile.release] setting shown in the issue. Done means the relevant page explains how release builds should handle panics and preserves the security context.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- build-system, documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100