![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.
github.com/nfdesign/maping
#maping -
mail account ping - utility for checking sets of mail servers (SMTP/IMAPv4).
Saves results to database and is able to generate an SVG data visualization matrix from the results.
#Features
###To be done
#Getting started
You will need to have a working go environment installed. Refer to your distributions manual, the go manual or support forums on how to accomplish this.
go get github.com/nfdesign/maping
go get github.com/nfdesign/maping/gensvg
Since we are using ql as database, you may need to build with tag "purego", if you want to avoid any CGO dependency while building. This disables some speed optimizations for the built-in database ql. Please see this issue.
After this command, the executables maping and gensvg will be in $GOPATH/bin. Use the example,json configuration from this repository or from $GOPATH/src/github.com/nfdesign/maping/example.json to create a new configuration. By default, maping will look for config.json in its own directory and for /etc/maping.json. You may also specifiy a configuration file on the command line (see below). After the first run, you may use the gensvg command to create a SVG visualization of the generated test data from the database like this:
$GOPATH/bin/gensvg -db="maping.db"
#Command usage reference
$ gensvg --help
Usage of gensvg:
-db="maping.db": Path to database
-output="output.svg": Output file (SVG format) - will be overwritten
-timestamp=0: Visualize dataset identified by timestamp - leave out or 0 to use latest
$ maping --help
Usage of maping:
-config="config.json": Path to configuration file
#Example output Please note this is a rasterized representation of the original vector-based SVG output of the gensvg command The values are given in seconds between sending a test mail and the last SMTP server in the chain receiving the mail. This assumes every tested host has its time synced, e.g. via NTP.
#License Copyright 2015 NF Design UG (haftungsbeschraenkt). All rights reserved. Use of this source code is governed by the Apache License v2.0 which can be found in the LICENSE file.
FAQs
Unknown package
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.