tauri/core
chip 5f3487d0c4
Resolve symlinks during tauri::api::process::current_binary [TRI-047] (#29)
* create integration test for tauri process restart

most notably, this integration test is entirely self-contained and
should successfully run with a regular `cargo test`.

* cargo fmt

* canonicalize the current_binary path to resolve links

* add licensing metadata to restart test cargo project

* remove use statements for simpler restart test binary code

* allow windows to fail creating the symlink due to permissions

* provide an overload of information on current_binary

* add nested symlinking to the restart test

* user -> attacker

* grammar (i think)
2022-01-09 16:20:32 -03:00
..
tauri Resolve symlinks during tauri::api::process::current_binary [TRI-047] (#29) 2022-01-09 16:20:32 -03:00
tauri-build refactor(build): use cargo_toml instead of toml_edit for perf [TRI-023] 2022-01-09 14:59:06 -03:00
tauri-codegen feat(core): inject CSP on data URLs [TRI-049] (#16) 2022-01-09 14:57:12 -03:00
tauri-macros refactor: use macros to match core commands with allowlist conditionals [TRI-028] (#20) 2022-01-09 15:41:28 -03:00
tauri-runtime feat(core): validate callbacks and event names [TRI-038] [TRI-020] (#21) 2022-01-09 16:12:29 -03:00
tauri-runtime-wry chore: remove eprintln! usage on release [TRI-051] (#15) 2022-01-09 14:49:17 -03:00
tauri-utils refactor(core): api feature flags, documentation (#26) 2022-01-09 16:20:13 -03:00