| Age | Commit message (Collapse) | Author | Files | Lines |
|
Signed-off-by: tinyboxvk <13696594+tinyboxvk@users.noreply.github.com>
|
|
The default permission on the repository is already set to read only. So
in practice this makes no difference. But this makes that more explicit,
and less relying on the repository being correctly configured.
This also makes security scanning tools such as OpenSSF scorecard
happier about the overall security of our repository.
|
|
Security advisories`RUSTSEC-2023-0081` makes `cargo deny` fail when
running it from the test workspace. No fixes have been released for
any of our dependencies which triggers these security advisories,
so we have litle choise other than ignoring them for now and
keeping an eye out for updates upstream.
|