![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
= rubicante
== DESCRIPTION:
Rubicante is a business natural language (BNL) for System Administrators (SAs). It allows SAs to define their networks in terms of servers, what those servers provide (websites, Win32 services), and what ports they listen on. Once the network is defined, SAs can type in natural language questions about the network and receive answers.
== FEATURES/PROBLEMS:
== SYNOPSIS:
There are several ways that you can run Rubicante:
=== Interactive Shell:
Interactive shell mode allows you to specify hosts and run Rubicante queries against them.
$ rubicante rubicante> Host webserver provides website www.my-intranet.com rubicante> Host webserver provides website www.good-website.com, website www.bad-website.com rubicante> What is wrong? [webserver] is returning code 500 for website www.bad-website.com
=== Interactive Shell with Source File
Interactive shell mode with files allows you to define your network's resources in a file, load them in to rubicante, and obtain the interactive shell prompt so you can use Rubicante queries to examine the network.
$ cat 'my-network.bnl' Host webserver listens on port 80, provides website www.example.com Host shellserver listens on port 22 $ rubicante -r my-network.bnl rubicante> What is wrong? [shellserver] port 22 is closed.
=== Cron Mode
Cron mode reads in the specified file and then asks Rubicante "what is wrong?". Any problems discovered will be logged to STDOUT (making this ideal for calling periodically with cron), and then exiting.
$ cat 'my-network.bnl' host web1 website www.mycompany.com host web2 website intranet.mycompany.com host web3 website wiki.mycompnay.com $ rubicante -c my-network.bnl [web2] is returning code 500 for website intranet.mycompany.com $
=== DEBUG mode
Use the '-d' flag when executing Rubicante to obtain debug output.
== BASIC LANGUAGE SPECIFICATION:
=== Conventions used
=== HOST language
=== WHAT language
== REQUIREMENTS:
== INSTALL:
== LICENSE:
Copyright (c) 2009, Adam VanderHook All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
FAQs
Unknown package
We found that rubicante 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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.