You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
The following .so files do not use secure compilation options, which may cause security risks:
To Reproduce
Provide a sample code that reproduces the error.
Expected behavior
A clear and concise description of what you expected to happen.
Secure compilation options are used during the compilation of the C++ SO file.
Logs
If applicable, provide logs.
Environment (please complete the following information):
OS: [e.g. Windows 7]
CPU architecture: [e.g. x86_64, arm64]
sqlite-jdbc version [e.g. 3.39.2.0]
Additional context
Add any other context about the problem here.
Our security detection system has detected that the following secure compilation options are not enabled:
BIND_NOW
NX(The stack is not executable.)
RELRO(GOT table protection)
SP(Stack protection)
FS(Fortify Source)
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
The following .so files do not use secure compilation options, which may cause security risks:
To Reproduce
Provide a sample code that reproduces the error.
Expected behavior
A clear and concise description of what you expected to happen.
Secure compilation options are used during the compilation of the C++ SO file.
Logs
If applicable, provide logs.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
Our security detection system has detected that the following secure compilation options are not enabled:
The text was updated successfully, but these errors were encountered: