jilles-sg
jilles-sg
### Description Rule S4790 reports the use of obsolete cryptographic hash algorithms such as SHA1. It catches things like `HashAlgorithm.Create("SHA1")` and `SHA1.Create()`. However, at least some of the static `HashData`...
If stringFT() fails, return the error message from gdImageStringFT(), which is useful to diagnose and fix the problem. There are more functions where this would be helpful, but this one...
I'm pasting links to old versions since that's what I investigated, but I have verified that the code has not changed in the `dev` branch. According to the documentation at...
### Description S1116 reports an issue when there is an empty statement after a label at the end of a compound statement. However, this empty statement (semicolon) is required by...