| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove chrono exception from cargo_audit.sh | Nick Mathewson | 2021-10-24 | 1 | -13/+17 |
| | | |||||
| * | Fix some typos in comments. | Nick Mathewson | 2021-10-19 | 1 | -1/+1 |
| | | | | | Also, tell the "typos" tool to ignore Cargo.lock. | ||||
| * | Upgrade to latest chrono; update cargo_audit.sh | Nick Mathewson | 2021-10-19 | 1 | -20/+33 |
| | | | | | | | | | | | | | Thanks to the chrono update, we no longer include an obsolete/vulnerable version of the `time` crate. Unfortunately, it turns out that chrono has the same trouble as `time`: it, too, looks at the environment via localtime_r, and the environment isn't threadsafe. One step forward, one step back. At least the underlying issue is one that lots of people seem to care about; let's hope they come up with a solution. | ||||
| * | Add in first cargo-audit exception, as an example. | Nick Mathewson | 2021-10-17 | 1 | -0/+19 |
| | | |||||
| * | Add an ignored cargo-audit warning, with appropriate documentation | Nick Mathewson | 2021-10-17 | 1 | -2/+35 |
| | | |||||
| * | Move "cargo audit" invocation into a script. | Nick Mathewson | 2021-10-17 | 1 | -0/+8 |
