2
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 18 hours ago.
Jan 23, 2025 — Jan 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removes unrecognized character for modal close button. More... about 10 years ago
DGTF-2496 check for valid URLs submitted by the user for manual findings (instead of just paths) More... about 10 years ago
DGTF-2484 fixes NPE in HibernateVulnerabilityDao.java More... about 10 years ago
Merge pull request #1615 from denimgroup/dgtf-2411-csrf-error-in-Vuln-Summary-Detail-button More... about 10 years ago
Merge pull request #1627 from denimgroup/dgtf-2476-In-SCARF-Findings-BugMessage-is-Not-Mapped-to-Finding-Field More... about 10 years ago
Merge pull request #1620 from denimgroup/dgtf-2454-break-words-for-long-app-names More... about 10 years ago
Merge pull request #1619 from denimgroup/dgtf-2451-Add-app-vuln-filter-mapping-disappears-from-the-app-tab More... about 10 years ago
Merge pull request #1630 from denimgroup/dgtf-2456-Change-Vuln-Severity-makes-TF-display-vulns-supposed-to-be-hidden More... about 10 years ago
Merge pull request #1623 from denimgroup/dgtf-2450-Updating-ThreadFix-vulnerabilities-sets-Manual-Scan-counts-to-0 More... about 10 years ago
Merge pull request #1618 from denimgroup/dgtf-2313-Save-Notice-setting-button-still-enable-after-saving-changes More... about 10 years ago
Merge pull request #1616 from denimgroup/dgtf-2387-Applications-and-Teams-with-a-name-containing-many-curly-braces-cannot-be-displayed More... about 10 years ago
Merge pull request #1631 from denimgroup/dgtf-2482-validate-email-properties-for-policies More... about 10 years ago
Merge pull request #1621 from denimgroup/dgtf-2158-Vulnerability-count-increases-by-1-every-time-a-Manual-Finding-is-edited More... about 10 years ago
Merge pull request #1625 from denimgroup/dgtf-2460-Some-Scanner-Severity-Mappings-missing-and-different-when-updating-from-old-db More... about 10 years ago
Merge pull request #1624 from denimgroup/dgtf-2458-After-updating-from-2-2-7-2-editing-Manual-Findings-throws-undefined-error More... about 10 years ago
Merge pull request #1626 from denimgroup/dgtf-2477-HibernateJDBCException-when-generating-Most-Vulnerable-Applications-while-running-SQL-Server More... about 10 years ago
Merge pull request #1629 from denimgroup/dgtf-2457-ScannerSeverityFilter-messup-when-vuln-contains-more-than-one-findings More... about 10 years ago
Merge pull request #1628 from denimgroup/dgtf-2459-update-case-for-jira-df More... about 10 years ago
Merge pull request #1617 from denimgroup/update-JIRA-in-backup-script More... about 10 years ago
Adds condition to hide longDescription field when finding.dependency exists More... about 10 years ago
Adds validation against no email properties being set for when a user adds email addresses to policies and policyStatuses More... about 10 years ago
DGTF-2456 Application detail page can show severities that are not selected for "Show" More... about 10 years ago
DGTF-2457 Scanner Severities -> Severities count are not correct after creating a rule to suppress a severity level /* + There are two conditions to hide vulns: + 1. ChannelSeverity in Finding maps to GenericSeverity in ScanResultFilter + 2. Vulns of those Finding Ids found in step 1 have the same GenericSeverity in ScanResultFilter + (to avoid Vulns that users changed its severity manually or with more than one finding in Vulns) + */ More... about 10 years ago
Adds code to updater to set Jira DefectTrackerType's name to uppercase More... about 10 years ago
DGTF-2476 Set the Finding's long description to the BugMessage value for SCARF scans. More... about 10 years ago
DGTF-2477 Removed setMaxResults() when building the query for getTopXVulnerableAppsFromList(). This was causing an error with SQL Server databases. More... about 10 years ago
DGTF-2460 Several Scanner Severity Mappings missing and different when updating from old database More... about 10 years ago
DGTF-2458 Added a null check in the getFoundHAMEndpoint accessor method. Null values are treated as false. This enables backwards compatability with old databases that did not have this property. More... about 10 years ago
increase Point In Time performance More... about 10 years ago
DGTF-2450 Changed the null check for appIds in addMissingMapCounters() and addMissingFindingCounters() in StatisticsCounterServiceImpl. A null input for the list is handled further down in these methods and should not be treated the same as an empty list. More... about 10 years ago