Skip to content
This repository was archived by the owner on May 9, 2019. It is now read-only.

Release Notes

stevebillings edited this page Sep 29, 2015 · 2 revisions

Version 1.5.1

  • Separate notification rules from email classes.
  • cf-7x-connector: CodeTreeHelper.getTotalPendingIDCount() now only fetches a single node

Version 1.5.0

  • First open sourced version.
  • Significant refactoring in preparation for open sourcing.
  • License: GPL 2.0.

Version 1.4.8

  • Email Templates now read template variables and provide information
  • Refactoring of the email notifier
  • Email trigger rules

Version 1.4.7

  • Upgrade EmailNotifierImpl to new Password encrypt/decrypt behavior.

Version 1.4.6

  • Deprecated Code Center DB access code, which has been replaced by SDK-based code.

Version 1.4.5

  • Removed call to Base64.isBase64, which was causing a dependency conflict in RGT.

Version 1.4.4

  • Added support for encrypted passwords.

Version 1.4.3

  • Added support for CC 7 SDK by changing VulnerabilityPojo id field from int to String.

Version 1.4.2

  • Improved logging in CC DAO.
  • ProjectOrApp: add getId(name) method.
  • Counter flexibility added to HocElement.

Version 1.4.1

  • Increased flexibility in email capability.
  • Replaced Java NIO file content recognition with Apache Tika.

Version 1.4.0

  • Split out the SDK functionality out of the base.

Version 1.3.4

  • Added CcApp and related classes which provide access to Code Center applications, with methods for cloning, renaming, and locking.

Version 1.3.3

  • Reporting has been enhanced to deal with 7.0 Protex. SECF-85
  • Password behavior changed. Base64 is no longer the default behavior. If user wishes to provide base64, that must be explicitly stated in the property file. SECF-82
  • Most information provided when authentication fails: SECF-81

Version 1.3.2

  • Minor fix for handling improper server list configuration files
  • Tweak to the AdHocParser to handle 7.0 Protex HTML ( SECF-53 - Common Framework AdHocParser fails to produce rows for BOM RESOLVED )( SECF-64 - The exclusion logic for parsed rows is broken in AdHocParser RESOLVED )

Version 1.3.1

  • Added SimpleProtexProjectCreator for creating and analyzing Protex projects.
  • Added DataTable for creating table-based (spreadsheet-like) documents (reports, etc.)

Version 1.3.0

  • HTML parser fixed to work with both 7.0 and 6.x Protex versions
  • Projects can now be retrieved as custom classes

Version 1.2.1

  • Use EProperties for configuration properties, which enables using EProperties extensions in config files.

Version 1.1.0

  • Code Center Support
  • SDK upgrade to 6.6.0

Version 1.0

  • Protex Support
  • Authentication
  • Project Listing via command shell
  • SDK : 6.3.0
  • Report Support
  • Template creation
  • Web Application Support
  • Running (slow) server-side tasks asynchronously to ensure transactions are quick

Clone this wiki locally