Cosmin Cojocar
Cosmin Cojocar
My assumption is that this might be related to the system timer. It might be caused by a desynchronisation but I am not totally sure.
This feature is now supported by tracking the suppressions https://github.com/securego/gosec#tracking-suppressions.
gosec supports now Analysers and SSA code representation.
This could be caught be the secrets detection rule which can be configured with custom patterns.
Not clear what is the security value of such a rule in the context of Go which is quite safe with respect to regular expressions. Closing for now.
#929 addressed this issue and also some rule such as slice bounds was implemented using SSA. Other rules will be implemented also when it makes sense.
This can be fixed by tweaking the entropy and the custom patters of the rule G101.
Closing this issue seems doesn't seem to bring a lot of security benefits.
This can be addressed by using a custom pattern in the secrets detection rule.
Closing this since it can be handled with a script, and is not cleared what is the value of supporting this feature in gosec. Thanks