-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/strapi filters #37
Conversation
'Error occur while sending request to strapi: ' + | ||
JSON.stringify({ | ||
'error.message': theError, | ||
request: { | ||
url: endPoint || 'none', | ||
data: JSON.stringify(data) || 'none', | ||
method: method || 'none', | ||
}, | ||
response: { | ||
body: JSON.stringify(responseData), | ||
status: error?.response?.status ?? 'none', | ||
}, | ||
}) |
Check failure
Code scanning / CodeQL
Clear-text logging of sensitive information
}; | ||
const encoded = jwt.sign(strapiSignal, "test_secret"); | ||
const encoded = jwt.sign(strapiSignal, 'test_secret'); |
Check failure
Code scanning / CodeQL
Hard-coded credentials
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Acceptable
No description provided.