mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
add codeql suppression and explanation (#670)
This commit is contained in:
parent
51d658e8da
commit
cdee73645a
2
ssh-sk.c
2
ssh-sk.c
@ -133,7 +133,7 @@ sshsk_open(const char *path)
|
|||||||
goto fail;
|
goto fail;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
if ((ret->dlhandle = dlopen(path, RTLD_NOW)) == NULL) {
|
if ((ret->dlhandle = dlopen(path, RTLD_NOW)) == NULL) { // CodeQL [SM01925]: upstream code that permits user input to specify external provider is by design, but only accessible via CLI parameter
|
||||||
error("Provider \"%s\" dlopen failed: %s", path, dlerror());
|
error("Provider \"%s\" dlopen failed: %s", path, dlerror());
|
||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user