Commit Graph

16 Commits

Author SHA1 Message Date
Jonas Bushart
d57b2706e6 Some cleanups and typo fixes 2024-12-17 23:41:37 +01:00
Jonas Bushart
6028f82778 Show a better error message when running "cargo audit" fails
Instead of showing a JSONDecodeError print the exit code, stdout, and
stderr visible in the output.

Closes #98
2024-12-17 23:31:44 +01:00
Jonas Bushart
b8800a8c21 Add working directory input to configure where cargo audit executes 2024-05-05 15:46:02 +03:00
pre-commit-ci[bot]
8001bc456e [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-01-29 17:26:11 +00:00
Jonas Bushart
6943412b48 Add some debug logging for cargo audit 2024-01-19 23:28:36 +01:00
Markus Bergkvist
681351af46 Add optional input for Cargo lockfile 2023-11-11 13:02:39 +01:00
Jonas Bushart
ca4f182e86 Be more robust in handling missing data from RUSTSEC advisory
Closes #40
2023-08-23 19:16:59 +02:00
Jonas Bushart
623cff7dbe Fix finding of existing issues, since the issue title format was expanded
Issues for yanked crates start with "Crate ... v..." not with
"RUSTSEC-". So the filter on the existing issues list was too strict,
not detecting the issue for yanked crates. This causes duplicate issues.
2022-12-22 22:44:56 +01:00
Jonas Bushart
bbbc43cd45 Add icon to markdown summary for yanked crates 2022-12-22 21:51:32 +01:00
Jonas Bushart
44f419d83a Handle that the advisory field is optional
If missing show a message that the crate is yanked
2022-12-22 21:42:26 +01:00
Jonas Bushart
bf3d0bcece Add some debug statements
This should make future debugging requests easier, since the cargo audit
command and the resulting JSON are directly accessible.
2022-12-22 21:33:06 +01:00
Jonas Bushart
2c37721442 Add timeout arguments to network functions
This fixes a pylint warning
2022-12-05 22:22:46 +00:00
Jonas Bushart
64aafa27ea Prevent GitHub from autolinking usernames 2022-08-14 16:29:35 +00:00
Jonas Bushart
2f313e5d05 Better explain informational_warnings and how cargo audit handles them
Setting denyWarnings will pass that flag to cargo audit.

Closes #3
2022-08-14 16:21:03 +00:00
Jonas Bushart
037e5da0c0 Present aliases to the Rustsec IDs
The overview table will now show aliases and related advisories.

Closes #1
2022-08-14 16:14:05 +00:00
Jonas Bushart
f5194fc11b Initial Version 2022-08-09 23:01:32 +02:00