v1.1.0 🌈
github-actions
released this
15 Sep 10:45
·
1881 commits
to refs/heads/main
since this release
Changes
Features:
- Support for Console Output: Privado now shows the scan results as a summarized report on the console itself. Before this release, users had only two options either look at the privado.json file or view results on the Privado dashboard. Now, users can quickly see the scan results and for interesting scans visualize them on the dashboard or look at the privado.json file.
- Upload command: Users can explicitly pass a command for uploading the results from their machine to the dashboard. This will help if the automatic upload fails or if the user by default does not want to upload results and only wants to upload results for a few repositories. Details of the command are in our documentation.
- Added. flags to let CLI run in a non-interactive way: Users can now pass additional flags with the scan command to skip upload or explicitly upload results. This will be useful in a CI environment where there is no UI for users to interact with our consent question. Details on the flags are added to our documentation.
- Added Support for Configurable Semantics. With semantics, users have control over how data propagates through a function call. For example - log.debug(name, email), the user can choose if the name would further taint email, log, or does not taint anything.
- Fix the http:// replace for url parsing @dbMundada (#135)
- fix - only show compliance threat on console @khemrajrathore (#134)
- Handling for skip upload and upload flags @pandurangpatil (#129)
- Fix the leakage numbers in console output @dbMundada (#130)
- Update the collection value in console output @dbMundada (#127)
- Feat - Update Console output @dbMundada (#123)
- Patch/file upload @abhstabs (#119)
- Exporter models @khemrajrathore (#125)
- Update the joern version to v1.1.1078 @dbMundada (#122)
- fix - extra pathIds in violations @khemrajrathore (#121)
- semver: replaced . with - for versioning in dev @hiteshbedre (#120)
- patch: add data leaks to log threat for non android repos @abhstabs (#113)
- feat: changes for upload command @abhstabs (#118)
- fix: change command to upload @abhstabs (#117)
- added packaging command @hiteshbedre (#116)
- Versioning for dev branch @hiteshbedre (#115)
- fix - excessive leakage @khemrajrathore (#111)
- request: sync-retry changes for cli @abhstabs (#110)
- Fix/excessive leakage @khemrajrathore (#109)
- sbt: updated dependency version @hiteshbedre (#108)
- sbt: updated dependency @hiteshbedre (#105)
- License @dbMundada (#107)