Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
@webex/test-users
Advanced tools
The Webex Test Users library allows developers to create test users for integration testing.
npm install --save @webex/test-users
Note: This package is NODE only, not for browser usage
With the test users library, you can create and remove Webex test users:
import {createTestUser, removeTestUser} from '@webex/test-users';
createTestUser({displayName: 'Test User'}).then((myTestUser) => {
// Do something amazing with myTestUser
// When done, remove the test user
removeTestUser(myTestUser)
});
The test users library falls back to a few environment variables if they aren't passed as config options:
WEBEX_CLIENT_ID
- The Webex client ID that has access to create test usersWEBEX_CLIENT_SECRET
- The Webex client secret for the given client idWEBEX_TEST_USERS_CONVERSATION_SERVICE_URL
- The Webex url for conversation service to create test usersWEBEX_SCOPE
- The Webex scope the test users should be created withIDBROKER_BASE_URL
- The Webex auth endpoint to get a client based access tokenTest User creation follows a different flow than standard users due to the fact that they are created on the fly.
The creation steps are as follows:
IDBROKER_BASE_URL
or passed via optionsWEBEX_TEST_USERS_CONVERSATION_SERVICE_URL
or passed via optionsThis package is maintained by Cisco Webex for Developers.
Pull requests welcome. Please see CONTRIBUTING.md for more details.
© 2016-2019 Cisco and/or its affiliates. All Rights Reserved.
FAQs
Cisco Webex Test Users
We found that @webex/test-users demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.