
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
screwdriver-scm-bitbucket
Advanced tools
This scm plugin extends the [scm-base-class](https://github.com/screwdriver-cd/scm-base), and provides methods to fetch and update data in Bitbucket.
This scm plugin extends the scm-base-class, and provides methods to fetch and update data in Bitbucket.
npm install screwdriver-scm-bitbucket
The class has a variety of knobs to tweak when interacting with Bitbucket.org.
Parameter | Type | Default | Description |
---|---|---|---|
config | Object | Configuration Object | |
config.oauthClientId | String | OAuth Client ID provided by Bitbucket application | |
config.oauthClientSecret | String | OAuth Client Secret provided by Bitbucket application | |
config.username | String | sd-buildbot | Bitbucket username for checkout |
config.email | String | dev-null@screwdriver.cd | Bitbucket user email for checkout |
config.https | Boolean | false | Is the Screwdriver API running over HTTPS |
config.readOnly | Object | {} | Config with readOnly info: enabled, username, accessToken, cloneType |
config.fusebox | Object | {} | [Circuit Breaker configuration][circuitbreaker] |
const scm = new BitbucketScm({
oauthClientId: 'your-client-id',
oauthClientSecret: 'your-client-secret'
});
No parameters are required.
A single element array of ScmContext(ex: ['bitbucket:bitbucket.org']
), which will be a unique identifier for the scm.
Since scm-bitbucket supports only 'bitbucket.org' now, this method returns fixed value.
For more information on the exposed methods please see the scm-base-class.
npm test
Code licensed under the BSD 3-Clause license. See LICENSE file for terms.
FAQs
This scm plugin extends the [scm-base-class](https://github.com/screwdriver-cd/scm-base), and provides methods to fetch and update data in Bitbucket.
The npm package screwdriver-scm-bitbucket receives a total of 173 weekly downloads. As such, screwdriver-scm-bitbucket popularity was classified as not popular.
We found that screwdriver-scm-bitbucket demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 8 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.