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.
oeCloud.io is an architectural blueprint for building enterprise systems leveraging open source framework and powered by automation tools. It is based on loopback framework. It provides framework enablers and tool-sets for end to end agile development of enterprise applications.
oeCloud.io is built on open source technologies, within a standards-based framework. oeCloud.io based components are finely-grained micro-services with well-defined APIs that are integrated using key principles of distributed systems such as :
In addition to the Loopback-provided features, this framework supports the following:
git clone https://github.com/EdgeVerve/oe-cloud.git
cd oe-cloud
npm install --no-optional
Run node on command line.
node .
Browse all oeCloud.io models in browser
http://localhost:3000/explorer
For Issue: Cannot merge values of incompatible types for the option remoting.context
, Please change all the modules config files(config.*.js and config.*.json ) listed in app-list.json, change remoting.context
to false
.
Ex: older config
"context": {
"enableHttpContext": true
},
new config
"context": false,
Or if you face a similar config mismatch issue get the value from node_modules/oe-cloud/config.json and try to have the same value in all modules listed in app-list.json
For Issue: Cannot merge values of incompatible types for the option remoting.context
, Please change all the modules config files(config.*.js and config.*.json ) listed in app-list.json, change remoting.context
to false
.
Ex: older config
"context": {
"enableHttpContext": true
},
new config
"context": false,
Or if you face a similar config mismatch issue get the value from node_modules/oe-cloud/config.json and try to have the same value in all modules listed in app-list.json
Please visit oeCloud.io
The project is licensed under MIT License, See LICENSE for more details.
We welcome contributions. Some of the best ways to contribute are to try things out, file bugs, and join in design conversations.
FAQs
oe-cloud modularization aka oecloud.io
The npm package oe-cloud receives a total of 22 weekly downloads. As such, oe-cloud popularity was classified as not popular.
We found that oe-cloud demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.