jcmturner / gokrb5

Pure Go Kerberos library for clients and services
Apache License 2.0
717 stars 243 forks source link

Use of hard-coded security token reported by a static analysis tool #528

Open khaledhikmat opened 10 months ago

khaledhikmat commented 10 months ago

Hi, thank you for this library.

I am using it successfully in an enterprise for Kerberos access. Recently our Polaris tool reported use of hard-coded security token issue with this library in these two files:

I am not in a position to fully understand how to remedy this, can you please give me some pointers or justifications about this issue? Thank you.