Elektrine lite

← Feed

@marshray@infosec.exchange

Post #3621502

2026-07-06 06:52 UTC

@jsbarretto@social.coop Process environment can change almost any `cargo` setting. IDEs and other dev tools commonly modify it. On unix the `env` or `export -p` commands can be used to display the environment. On windows its `set`.

Replies (1)

  • @jsbarretto@social.coop 2026-07-06 18:58

    @marshray@infosec.exchange All not an issue in my case. I don't use an IDE, and I've got nothing overriding any environment variable, nor has anything about my environment changed - other than the version of cargo.

    Open ##4298735