OneIdentity / SCALUS

SCALUS -- Session Client Application Launch Uri System
Apache License 2.0
11 stars 3 forks source link

Fix issues reported by polaris #52

Closed MiriamMcMahon closed 3 years ago

MiriamMcMahon commented 3 years ago

Fix potential resource leaks, null dereferences. Also validate the protocol matches the format defined in RFC 2396, Appendix A, ie. scheme = alpha *( alpha | digit | "+" | "-" | "." )