Skip to content

Commit

Permalink
Merge branch 'main' into 98-add-a-share-button-in-the-footer
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Aug 17, 2023
2 parents a365a9b + c40adb1 commit ca2f08b
Show file tree
Hide file tree
Showing 59 changed files with 448 additions and 346 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,15 @@ _Can be run using `npm run codetotal:beta`_
- Add a report progress bar
- Optimize new analysis dialog, drawer and linters list components' renders
- Fix completed report receiving updates from ongoing analysis
- Add link to packages' registry in SBOM panel
- Fix Safari not showing Score component correctly #81
- Display "snippet" in results page instead of md5: xxxx
- Add a share button in the footer

- Back-End
- Bug fix: SBOM packages not showing up in report page. Async parsing of packages information in SBOM module
- Retry calls to pypi or npm in case first attempts are failing
- Increase unit test coverage #88
- Fetch SBOM packages with concurrency of 10
- Fix issue when there is no SBOM package info
- SBOM results: Remove duplicate packages and sort them alphabetically (as a second criteria, after severity)
Expand Down
239 changes: 18 additions & 221 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ca2f08b

Please sign in to comment.