trifectatechfoundation / sudo-rs

A memory safe implementation of sudo and su.
Other
2.88k stars 77 forks source link

README touch-ups #742

Closed squell closed 1 year ago

squell commented 1 year ago

The README.md is a bit out of date, as is the security policy; this PR fixes that.

github-actions[bot] commented 1 year ago

Number of dependencies and binary size impact report

Metric main PR #742 Delta
Direct dependencies 3 3 -
Total dependencies 4 4 -
Binary size 1 MiB 1 MiB -
Text size 595.2 KiB 595.2 KiB -
Dependencies diff ```diff └─ sudo-rs [v0.2.0-dev.20230711] ├─ glob [v0.3.1] ├─ libc [v0.2.147] └─ log [v0.4.19] ```
codecov[bot] commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: -0.03% :warning:

Comparison is base (4cb92cf) 54.67% compared to head (f97d593) 54.65%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #742 +/- ## ========================================== - Coverage 54.67% 54.65% -0.03% ========================================== Files 71 71 Lines 9745 9745 ========================================== - Hits 5328 5326 -2 - Misses 4417 4419 +2 ``` [see 1 file with indirect coverage changes](https://app.codecov.io/gh/memorysafety/sudo-rs/pull/742/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=memorysafety)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.