Kava Immersive agents - new reports - #13862
Scan complete: no blocking issues found
Successfully scanned changes introduced in a pull request into Venus-22.16.0 from Venus-22.16.0-AN-23607.
Internal scan identifier: 0b3fcae7-5be9-4b1a-923e-419815b8aeb8.
| Total issues | Blocking issues | Scan status |
|---|---|---|
| 1 | 0 | ✔️ |
| Category | Issues |
|---|---|
| Code Security | 1 |
See all issues found during this scan in the OX Security Application.
Detailed information
| Issue # | 1 |
|---|---|
| Name | Weak Encryption Algorithm • PHP • Public Repo |
| Status | New |
| Enforcement | Monitor |
| Severity | Medium |
| Category | Code Security |
| Source tools | OX Code Security |
| Recommendation | Use strong, current encryption algorithms like AES-256. Avoid deprecated algorithms like DES, 3DES, RC4, and MD5. Use well-established cryptographic libraries and keep them updated. |
3 aggregations
| File | Match |
|---|---|
| alpha/apps/kaltura/lib/reports/kDruidBase.php | $cacheKey = 'druidQuery-' . md5($post); |
| alpha/apps/kaltura/lib/reports/kKavaReportsMgr.class.php | $cache_key = 'reportCount-' . md5("$partner_id|".serialize($report_def)."|$object_ids|".serialize($input_filter)); |
| alpha/apps/kaltura/lib/reports/myReportsMgr.class.php | $partner_id_str = md5($partner_id); |
Annotations
Check warning on line 379 in alpha/apps/kaltura/lib/reports/kDruidBase.php
ox-security / ox-security/scan
Weak Encryption Algorithm • PHP • Public Repo
Use strong, current encryption algorithms like AES-256. Avoid deprecated algorithms like DES, 3DES, RC4, and MD5. Use well-established cryptographic libraries and keep them updated.
Check warning on line 5827 in alpha/apps/kaltura/lib/reports/kKavaReportsMgr.class.php
ox-security / ox-security/scan
Weak Encryption Algorithm • PHP • Public Repo
Use strong, current encryption algorithms like AES-256. Avoid deprecated algorithms like DES, 3DES, RC4, and MD5. Use well-established cryptographic libraries and keep them updated.
Check warning on line 671 in alpha/apps/kaltura/lib/reports/myReportsMgr.class.php
ox-security / ox-security/scan
Weak Encryption Algorithm • PHP • Public Repo
Use strong, current encryption algorithms like AES-256. Avoid deprecated algorithms like DES, 3DES, RC4, and MD5. Use well-established cryptographic libraries and keep them updated.