TGPuttyLib icon indicating copy to clipboard operation
TGPuttyLib copied to clipboard

Compile in Delphi fails: FPasswordAttempts not declared (tgputtysftp.pas 389)

Open rosch100 opened this issue 1 year ago • 1 comments

The declaration of the variable FPasswordAttempts is missing.

[dcc32 Fehler] tgputtysftp.pas(389): E2003 Undeklarierter Bezeichner: 'FPasswordAttempts'

rosch100 avatar Jan 08 '24 13:01 rosch100

The variable was renamed to FAttempts, because when security scanners see anything related to "password" they freak out and flag security leaks.

I have fixed the reference in the latest commit (not in the release yet).

superflexible avatar Jan 08 '24 14:01 superflexible