-
Updated
Jun 8, 2022 - Python
sts
Here are 171 public repositories matching this topic...
-
Updated
Jul 6, 2022 - C#
-
Updated
Mar 25, 2022 - Jupyter Notebook
-
Updated
Jul 6, 2022 - C#
-
Updated
Jun 17, 2022 - JavaScript
-
Updated
Jul 6, 2022 - C#
-
Updated
Jan 12, 2021 - Java
-
Updated
Oct 18, 2021 - Python
-
Updated
Jun 10, 2022 - Python
-
Updated
Nov 25, 2021 - C
In many cases, our IDs will have access to multiple AWS accounts. It would be very useful to have account alias in addition to account number displayed on the list of roles.
-
Updated
Jun 3, 2022 - Go
-
Updated
Jan 3, 2022 - Smalltalk
-
Updated
Jul 1, 2022 - HCL
-
Updated
Feb 7, 2020 - Python
-
Updated
Jun 24, 2022 - Java
-
Updated
Jun 10, 2022 - C#
-
Updated
Mar 30, 2020
-
Updated
Feb 7, 2019 - Python
-
Updated
May 25, 2020 - Go
-
Updated
Mar 2, 2021 - Python
Improve this page
Add a description, image, and links to the sts topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sts topic, visit your repo's landing page and select "manage topics."

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

When looking for a Duo device from the Onelogin flow, the device signatures are parsed into an array which is not checked for bounds before further use.
`
device := &onelogin.Device{}
for i, aDevice := range stateTokenResponse.Devices {
if aDevice.DeviceType == "Duo Duo Security" {
device = &stateTokenResponse.Devices[i]
}
}
signatures := strings.Split(device.SignatureRequest,