Skip to content

Fix 500 error caused by range much bigger then actual array

Gosia Ksionek requested to merge fix-500-caused-by-array-range into master

What does this MR do?

During fixing error in !21049 (merged) I didn't notice edge case when there is actually much less Active Sessions than limit. It causes error - when there are more of lookup keys for a user than limit, but number of active sessions are smaller than limit we were ending up with wanting to get active sessions outside of range, which is causing NoMethodError. This fixes this error.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Gosia Ksionek

Merge request reports