-
Notifications
You must be signed in to change notification settings - Fork 327
R25 EA #4346
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
base: main
Are you sure you want to change the base?
R25 EA #4346
Conversation
🦋 Changeset detectedLatest commit: e2480b0 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
| apiKey, | ||
| ].join('\n') | ||
|
|
||
| const signature = CryptoJS.HmacSHA256(stringToSign, secret).toString(CryptoJS.enc.Hex) |
Check failure
Code scanning / CodeQL
Use of password hash with insufficient computational effort High
an access to apiKey
Password from
an access to API_KEY
Password from
an access to apiKey
Password from
an access to apiKey
Password from
an access to apiKey
Password from
an access to apiKey
Password from
an access to apiKey
Password from
an access to apiKey
Password from
an access to apiKey
Copilot Autofix
AI about 3 hours ago
Copilot could not generate an autofix suggestion
Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.
| apiKey, | ||
| ].join('\n') | ||
|
|
||
| const expectedSignature = CryptoJS.HmacSHA256(expectedStringToSign, secret).toString( |
Check failure
Code scanning / CodeQL
Use of password hash with insufficient computational effort High test
an access to apiKey
Copilot Autofix
AI about 3 hours ago
Copilot could not generate an autofix suggestion
Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.
Closes #OPDATA-5148
Description
This EA exposes nav endpoint that fetches latest NAV via R25’s REST API and returns a single numeric result with timestamps.
......
Changes
Steps to Test
navendpointexpected response
Quality Assurance
infra-k8sconfiguration file.adapter-secretsconfiguration file.test-payload.jsonfile with relevant requests.feature/x,chore/x,release/x,hotfix/x,fix/x) or is created from Jira.