Skip to content
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

Collection Flow V2 Main Branch #2912

Open
wants to merge 60 commits into
base: dev
Choose a base branch
from
Open

Collection Flow V2 Main Branch #2912

wants to merge 60 commits into from

Conversation

chesterkmr
Copy link
Collaborator

No description provided.

* feat: added formatting for rules & updated tests

* feat: added transformer plugin

* fix: lock file
* feat: implemented document field in ui package

* feat: finalized documentfield

* fix: fixed build

* fix: cleanup
url: 'http://localhost:3000/upload-protected',
resultPath: 'filename',
headers: {
Authorization: '{token}',

Check failure

Code scanning / CodeQL

Hard-coded credentials Critical

The hard-coded value "{token}" is used as
authorization header
.
describe('formatHeaders', () => {
it('should format headers with metadata', () => {
const headers = {
Authorization: 'Bearer {token}',

Check failure

Code scanning / CodeQL

Hard-coded credentials Critical

The hard-coded value "Bearer {token}" is used as
authorization header
.
const result = formatHeaders(headers, metadata);

expect(result).toEqual({
Authorization: 'Bearer abc123',

Check failure

Code scanning / CodeQL

Hard-coded credentials Critical

The hard-coded value "Bearer abc123" is used as
authorization header
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants