You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assert.True(t, input.ReleaseDate.Equal(want), "ReleaseDate for %s", vid)
333
+
case"RHSA-2024:9941":
334
+
assert.True(t, input.ReleaseDate.Equal(mustTime("2024-11-19T04:46:55Z")), "ReleaseDate for %s", vid)
335
+
assert.Equal(t, "A vulnerability was found in PAM. The secret information is stored in memory, where the attacker can trigger the victim program to execute.", input.Description)
336
+
case"RHSA-2024:9999":
337
+
assert.True(t, input.ReleaseDate.Equal(mustTime("2024-11-19T04:46:55Z")), "ReleaseDate for %s", vid)
338
+
assert.Equal(t, "Description from CVE-2024-11111 (stored for RHSA-2024:9999)", input.Description)
0 commit comments