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.
sails-oracle-db
Advanced tools
A basic CRUD waterline adapter for oracle, built on top of oracle's driver. Most of this code is based on atiertant's sails-oracle.
####Connection options (default values provided if they exist):
connectString:
String - Required
user:
String - Required
password:
String - Required
poolMin:
Number - The minimum number of connections a connection pool maintains. Defaults to 0.
poolMax:
Number - The maximum number of connections to which a connection pool can grow. Defaults to 4.
poolIncrement:
Number - The number of connections that are opened when a connection request exceeds the number
of currently open connections. Defaults to 1.
poolTimeout:
Number - The number, in seconds, after which idle connections are terminated. If set to 0, idle connections
are never terminated. Defaults to 60.
oracleConn: {
connectString: '192.168.201.100/xe',
user: 'myusername',
password: 'mypassword'
}
#####Running the tests
To run the tests, supply the required env vars in test/unit/support/bootstrap.js
for your test oracle instance.
FAQs
sails oracle adapter
The npm package sails-oracle-db receives a total of 11 weekly downloads. As such, sails-oracle-db popularity was classified as not popular.
We found that sails-oracle-db demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.