View Issue Details

IDProjectCategoryView StatusLast Update
0010031CTT UA Scripts1 - Script Issuepublic2025-03-27 12:31
ReporterGigantic Heisenberg Assigned ToSebastian Allmendinger  
PrioritynoneSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Summary0010031: 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.

TagsNo tags attached.
Files Affected

/maintree/Security/Security None/Test Cases/007.js

Activities

Sebastian Allmendinger

2025-03-27 12:31

developer   ~0022572

Added an exception for MaxSession==0 (which means unlimited according to the CTT-Settings) to the DoS-Testscript.
The execution of the test script was skipped because of the missing exception.

Issue History

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