-
Notifications
You must be signed in to change notification settings - Fork 168
Security fix #290
Security fix #290
Conversation
…or generateRequestMac
I assume versioning and change log commit's need to be made. Please direct me or (risk team seeing this) let me know that's now up to me to figure out as the maintainers who know seem to have moved on. |
}; | ||
|
||
const exp = Math.floor(Hawk.utils.now() / 1000) + 60; | ||
const ext = 'some-app-data'; |
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.
unit test directory, the code scanner needs tuning
|
||
const exp = Math.floor(Hawk.utils.now() / 1000) + 60; | ||
const ext = 'some-app-data'; | ||
const nonce = '1AwuJD'; |
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.
unit test directory, the code scanner needs tuning
Thanks @chrisdlangton |
Deprecate
calculateMac
replaced bycalculateServerMac
orgenerateRequestMac
Fixes #284