Skip to content

Releases: Privado-Inc/privado

v1.1.0 🌈

15 Sep 11:04
dfed962
Compare
Choose a tag to compare

Changes

Features:

  1. 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.
  2. 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.
  3. 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.
  4. 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.

Enhancements:

  1. Reduced noise in leakage detection
  2. Account Data: Account Name and Account Password will stop detecting global credentials needed for connecting with databases or SaaS apps like JIRA.
  3. Contact Data: Added more keywords to detect Phone Number: phone, cellphone, contact, etc.
  4. Mnemonics: Added a new data element to track mnemonics which is a sensitive data element for web3 wallets and products.

v1.0.0 🌈

22 Aug 14:05
198d30e
Compare
Choose a tag to compare

Changes

  • Release: First release of privado code scanning tool to scan Java source code project and identify data flows and privacy issues.

Privado CLI v0.2

17 Feb 10:13
v0.2
a7f8fa5
Compare
Choose a tag to compare

Highlights

  • Workflow to generate Data Safety Report
  • CLI Commands for Privado Privacy Scan
  • Incremental Data Safety Report on Rescan

Release Items

For the list of complete release items, refer v0.1.
Additional release items:

  • Incremental Data Safety Report on Rescan
  • Data Safety Report Validations
  • Custom docker tag using PRIVADO_TAG
  • Enhance installation documentation
  • Chore fixes and enhancements

Full Changelog: v0.1...v0.2

Privado CLI v0.1

14 Feb 16:59
v0.1
Compare
Choose a tag to compare

Highlights

  • Workflow to generate Data Safety Report
  • CLI Commands for Privado Privacy Scan

Release Items

  • Integration with Privado Scan for Data Elements
  • Workflow to generate Data Safety Report
  • CLI Commands: auth, bootstrap, scan, load
  • Auto license and configuration setup via bootstrap command
  • Docker interfaces for aforementioned commands
  • Workflow for GoLang Releases
  • Installation Script
  • Export CSV for Data Safety Report
  • Privacy Result & Report Persistence
  • Auto-spawn browser on completion
  • Parse container STDOUT for error messages
  • Add License, Security Policy, Code of Conduct
  • Usage Documentation
  • Integration with GitBook

Full Changelog: https://github.com/Privado-Inc/privado/commits/v0.1