View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0010031 | CTT UA Scripts | 1 - Script Issue | public | 2024-11-22 10:55 | 2025-06-03 02:25 |
| Reporter | Gigantic Heisenberg | Assigned To | Sebastian Allmendinger | ||
| Priority | none | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Fixed in Version | 1.04.509 | ||||
| Summary | 0010031: Security_None 007 is skipped when max session has no limit | ||||
| Description | In Case of MaxSessions = 0 ServerProjects\Standard\maintree\Security\Security None\Test Cases\007.js returns a "Skipped" result, claiming that number of max sessions is to small to execute the test. Keep in mind that maxSessions =0 means no liomit. Replace "if (i < maxSessions) {" by "if(i < maxSessions || maxSessions === 0){" to fix my issue. | ||||
| Steps To Reproduce | Execute ServerProjects\Standard\maintree\Security\Security Aes128-Sha256-RsaOaep\Test Cases\005.js on a server that does not limit the number of sessions. | ||||
| Tags | No tags attached. | ||||
| Files Affected | /maintree/Security/Security None/Test Cases/007.js | ||||
|
|
Added an exception for MaxSession==0 (which means unlimited according to the CTT-Settings) to the DoS-Testscript. |
|
|
after off-line code reviews all agreed to change, issue closed |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2024-11-22 10:55 | Gigantic Heisenberg | New Issue | |
| 2024-11-22 17:04 | Paul Hunkar | Assigned To | => Sebastian Allmendinger |
| 2024-11-22 17:04 | Paul Hunkar | Status | new => assigned |
| 2024-11-22 17:04 | Paul Hunkar | Project | CTT UA Test Case => CTT UA Scripts |
| 2024-11-22 17:04 | Paul Hunkar | Category | 4 - Test Case Definition => 1 - Script Issue |
| 2024-12-12 08:25 | Sebastian Allmendinger | Files Affected | => /maintree/Security/Security None/Test Cases/007.js |
| 2025-03-27 12:31 | Sebastian Allmendinger | Status | assigned => resolved |
| 2025-03-27 12:31 | Sebastian Allmendinger | Resolution | open => fixed |
| 2025-03-27 12:31 | Sebastian Allmendinger | Note Added: 0022572 | |
| 2025-06-03 02:25 | Paul Hunkar | Status | resolved => closed |
| 2025-06-03 02:25 | Paul Hunkar | Fixed in Version | => 1.04.509 |
| 2025-06-03 02:25 | Paul Hunkar | Note Added: 0022889 |