Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@vulcan-sql/extension-driver-redshift
Advanced tools
@aws-sdk/client-redshift-data driver for VulcanSQL.
reference: https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-redshift-data
npm i @vulcan-sql/extension-driver-redshift
vulcan.yaml
, enable the extension.extensions:
redshift: '@vulcan-sql/extension-driver-redshift'
profiles.yaml
or in your profiles' paths. For example if you are using Redshift Serverless:- name: redshift # profile name
type: redshift
allow: "*"
connection:
# please see the type definition of RedshiftDataClientConfig
# https://github.com/aws/aws-sdk-js-v3/blob/29056f4ca545f7e5cf951b915bb52178305fc305/clients/client-redshift-data/src/RedshiftDataClient.ts#L253C18-L253C42
credentials:
accessKeyId: <AWS_ACCESS_KEY_ID>
secretAccessKey: <AWS_SECRET_ACCESS_KEY>
# please see the type definition of ExecuteStatementCommandInput(omit Sql and Parameters)
# https://github.com/aws/aws-sdk-js-v3/blob/29056f4ca545f7e5cf951b915bb52178305fc305/clients/client-redshift-data/src/models/models_0.ts#L805C18-L805C39
Database: <AWS_REDSHIFT_DATABASE>
WorkgroupName: <AWS_REDSHIFT_WORKGROUP_NAME>
nx test extension-driver-redshift
This library was generated with Nx.
To run test, the following environment variables are required:
To enable the test for test/redshiftDataSource.spec.ts
:
.skip
inside test/redshiftDataSource.spec.ts
to enable the test./* istanbul ignore file */
in the src/lib/redshiftDataSource.ts
Local Testing Success Message:(Since the tests run in CI are disabled, so I paste the local testing result here!)
PASS extension-driver-redshift packages/extension-driver-redshift/test/redshiftDataSource.spec.ts (41.595 s)
Test Suites: 2 passed, 2 total
Tests: 15 passed, 15 total
Snapshots: 0 total
Time: 42.048 s
Ran all test suites.
—————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
> NX Successfully ran target test for project extension-driver-redshift
✨ Done in 44.39s.
FAQs
Redshift driver for VulcanSQL
We found that @vulcan-sql/extension-driver-redshift demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.