From f221311d6d7a2125e6da4e129a22bb1fe6c01783 Mon Sep 17 00:00:00 2001 From: Aswin <69151138+aswinnnn@users.noreply.github.com> Date: Sun, 15 Oct 2023 19:01:11 +0530 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edc6432..d7188fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -64,7 +64,7 @@ by "source" I mean `requirements.txt`, `pyproject.toml` or your python fi That's about it, check TODO for whats coming in the future. -## v0.1.6 +## v0.1.6 (October 15, 2023) *v0.1.5 had a bugfix to fix a critical bug accidently deployed in v0.1.4, immediately. Thus, i dont think it deserves its own thingy.* @@ -88,4 +88,4 @@ Pyscan has some **very interesting developments** planned in the future. Checkou - [ ] the crate `pep-508` seems to be having trouble parsing embedded hash values in `requirements.txt` ( #16 ), which may or may not have a fix depending on the author of the lib. - [ ] (maybe) support for parsing SBOMs and KBOMs -- [ ] (maybe) introduce displaying severity, along with a filter for known vuln IDs. \ No newline at end of file +- [ ] (maybe) introduce displaying severity, along with a filter for known vuln IDs. From 2fc29cdecb5ecd932c7deab0e8275f733ee732c0 Mon Sep 17 00:00:00 2001 From: Aswin <69151138+aswinnnn@users.noreply.github.com> Date: Sun, 15 Oct 2023 19:01:56 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2490fd7..4646d06 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ or cargo install pyscan ``` -check out the [releases](https://github.com/aswinnnn/pyscan/releases). + ## 🐇 Usage