This repository was archived by the owner on May 9, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Release Notes
stevebillings edited this page Sep 29, 2015
·
2 revisions
- Separate notification rules from email classes.
- cf-7x-connector: CodeTreeHelper.getTotalPendingIDCount() now only fetches a single node
- First open sourced version.
- Significant refactoring in preparation for open sourcing.
- License: GPL 2.0.
- Email Templates now read template variables and provide information
- Refactoring of the email notifier
- Email trigger rules
- Upgrade EmailNotifierImpl to new Password encrypt/decrypt behavior.
- Deprecated Code Center DB access code, which has been replaced by SDK-based code.
- Removed call to Base64.isBase64, which was causing a dependency conflict in RGT.
- Added support for encrypted passwords.
- Added support for CC 7 SDK by changing VulnerabilityPojo id field from int to String.
- Improved logging in CC DAO.
- ProjectOrApp: add getId(name) method.
- Counter flexibility added to HocElement.
- Increased flexibility in email capability.
- Replaced Java NIO file content recognition with Apache Tika.
- Split out the SDK functionality out of the base.
- Added CcApp and related classes which provide access to Code Center applications, with methods for cloning, renaming, and locking.
- 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
- 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 )
- Added SimpleProtexProjectCreator for creating and analyzing Protex projects.
- Added DataTable for creating table-based (spreadsheet-like) documents (reports, etc.)
- HTML parser fixed to work with both 7.0 and 6.x Protex versions
- Projects can now be retrieved as custom classes
- Use EProperties for configuration properties, which enables using EProperties extensions in config files.
- Code Center Support
- SDK upgrade to 6.6.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