-
While intended for paper computers, some benefits of codex32 can be maximized through electronic implementations. To enhance this aspect, I propose recommendations for creating auditable codex32 share…
-
As suggested by @pinkforest, it would be great to have a "publish auditable binary" Github action that builds the binaries with `cargo auditable`.
Ideally people should be able to use as a drop-in…
-
https://github.com/Byron/gitoxide doesn't successfully build with cargo-auditable anymore. It fails in https://github.com/rust-secure-code/cargo-auditable/blob/9fa7fb3988b4d2414397b9550a3f3fd1aa1bc8f2…
-
Temporarily turn off hibernate @Audited annotations in entities to avoid potential migration problems. Revisit if @Auditable is a beneficial and desired behavior for the metalnx database.
-
The possibility to embed global mutable variables inside of struct's (inside of functions), etc. without any explicit marker that they are global could make it quite difficult (more difficult than in …
-
The nixpkgs repository recently turned on [https://github.com/rust-secure-code/cargo-auditable](cargo-auditable) for their Rust packages. It had to be [disabled for this project](https://github.com/Ni…
-
Hi,
When I change the value of a time type field, the audit record not show neither field.
Probably this error is related with below message when the command "oro:message-queue:consume" is runne…
-
Several MISRA guidelines included in the Zephyr Coding Guidelines prescribe the elimination or justification of unused declarations, macros and typedefs. For a project like Zephyr, the first thing to…
-
See if we can add a new check with https://github.com/rust-secure-code/cargo-auditable
(this is what is done in Alpine installer => https://gitlab.alpinelinux.org/alpine/aports/-/blob/master/testin…
-
This depends on https://github.com/NixOS/nixpkgs/pull/346043
We need to wait for this PR to reach nixpkgs-unstable, PR propagation can be tracked at https://nixpk.gs/pr-tracker.html?pr=346043