The Wayback Machine - https://web.archive.org/web/20220408142706/https://github.com/topics/sts
Skip to content
#

sts

Here are 163 public repositories matching this topic...

riot-jetaylor
riot-jetaylor commented Sep 3, 2020

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,

bug good first issue

A simple implementation of paper "HCTI at SemEval-2017 Task 1: Use convolutional neural network to evaluate semantic textual similarity."

  • Updated Feb 7, 2020
  • Python

Improve this page

Add a description, image, and links to the sts topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sts topic, visit your repo's landing page and select "manage topics."

Learn more