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.
@ibm-watson/discovery-nodejs
Advanced tools
Demo: https://discovery-news-demo.ng.bluemix.net/
apikey
value, or copy the username
and password
values if your service instance doesn't provide an apikey
.url
value.In the application folder, copy the .env.example file and create a file called .env
cp .env.example .env
Open the .env file and add the service credentials that you obtained in the previous step.
Example .env file that configures the apikey
and url
for a Discovery service instance hosted in the US East region:
DISCOVERY_IAM_APIKEY=X4rbi8vwZmKpXfowaS3GAsA7vdy17Qh7km5D6EzKLHL2
DISCOVERY_URL=https://gateway-wdc.watsonplatform.net/discovery/api
username
and password
credentials, add the DISCOVERY_USERNAME
and DISCOVERY_PASSWORD
variables to the .env file.Example .env file that configures the username
, password
, and url
for a Discovery service instance hosted in the Sydney region:
DISCOVERY_USERNAME=522be-7b41-ab44-dec3-g1eab2ha73c6
DISCOVERY_PASSWORD=A4Z5BdGENrwu8
DISCOVERY_URL=https://gateway-syd.watsonplatform.net/discovery/api
Install the dependencies
npm install
Build the application
npm run build
Run the application
npm start
View the application in a browser at localhost:3000
Build the application
npm run build
Login to IBM Cloud with the IBM Cloud CLI
ibmcloud login
Target a Cloud Foundry organization and space.
ibmcloud target --cf
Edit the manifest.yml file. Change the name field to something unique. For example, - name: my-app-name
.
Deploy the application
ibmcloud app push
View the application online at the app URL, for example: https://my-app-name.mybluemix.net
Run unit tests with npm run test-unit
, then a
to run all tests. See the output for more info.
First you have to make sure your code is built: npm run build
Then run integration tests with: npm run test-integration-runner
.
├── app.js // express routes
├── config // express configuration
│ ├── error-handler.js
│ ├── express.js
│ └── security.js
├── package.json
├── public // static resources
├── server.js // entry point
├── test // integration tests
└── src // react client
├── __test__ // unit tests
└── index.js // app entry point
This sample code is licensed under the MIT License.
See CONTRIBUTING.
Find more open source projects on the IBM Github Page
FAQs
Discovery sample application
The npm package @ibm-watson/discovery-nodejs receives a total of 3 weekly downloads. As such, @ibm-watson/discovery-nodejs popularity was classified as not popular.
We found that @ibm-watson/discovery-nodejs demonstrated a not healthy version release cadence and project activity because the last version was released 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.