Skip to content

Commit

Permalink
fix abandoned rust setup github action, edit README
Browse files Browse the repository at this point in the history
  • Loading branch information
aswinnnn committed Dec 24, 2024
1 parent fb49409 commit 543dd6e
Show file tree
Hide file tree
Showing 8 changed files with 1,634 additions and 1,621 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
- name: Setup Python
uses: actions/[email protected]
- name: Setup Rust
uses: ATiltedTree/setup-rust@v1.0.5
uses: dtolnay/rust-toolchain@stable
with:
rust-version: stable
toolchain: stable
components: cargo
- name: Install maturin and build
run: pip install maturin && maturin build --release --out dist
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,15 @@ 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.


## v0.1.7 (December 24,2024)

### Notes

- Includes critical bug fixes for #19 and #20
- Fixes up the parsing logic a bit

The PR and the "big" update is still an ongoing effort, slowed down due to my recent lack of time (college, part-time work).

Consider **donating** if you *actually* use this tool, as I'm thinking about archiving it after some maintanence done.
Loading

0 comments on commit 543dd6e

Please sign in to comment.