
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
node-ovh-ip
Advanced tools
A really quickly written UI to manage the OVH network firewall.
This module is unofficial and consequently not maintained by OVH.
Node.js is required to run this application.
$ npm install node-ovh-ip && cd node_modules/node-ovh-ip
Edit the configuration file config/default.yaml
:
app:
# This string is used by the web server (connect) to compute
# the session hash (http://www.senchalabs.org/connect/middleware-session.html).
sessSecret: myRandomString
# The base URL of the application. It will be used to redirect
# the user after the authentication on OVH.com.
baseUrl: http://localhost:3000
ovh:
# You can create an application on OVH.com:
# https://www.ovh.com/fr/cgi-bin/api/createApplication.cgi
appKey: 42424242
appSecret: 424242
Run the application:
$ npm start
This module is freely distributable under the terms of the MIT license.
Copyright (c) 2013 Vincent Giersch <mail@vincent.sh>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
FAQs
A really quickly written UI to manage OVH Network Firewall
The npm package node-ovh-ip receives a total of 1 weekly downloads. As such, node-ovh-ip popularity was classified as not popular.
We found that node-ovh-ip demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.