Module RsCors
Provides classes for modeling the github.com/rs/cors package.
Import path
import semmle.go.frameworks.RsCorsImports
| go | Provides classes for working with Go programs. |
Classes
| UniversalAllowAllOriginsWrite | An abstract class for modeling the Go CORS handler model allow all origins write. |
| UniversalAllowCredentialsWrite | An abstract class for modeling the Go CORS handler model allow credentials write. |
| UniversalOriginWrite | An abstract class for modeling the Go CORS handler model origin write. |
Modules
| RsCors | Provides classes for modeling the |