Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
github.com/danmarg/smtp-sts
This is a simple library and command line tool implementing a primitive SMTP-STS validator.
The library has four commands:
getdns fetch the domain's policy *version* and print it
getpolicy fetch the domain's policy and print it
getmxs fetch the domain's policy and MXs, and filter the MXs against the policy, reporting any which are invalid
testsmtp fetch the domain's policy and MXs, filter the MXs, and test STARTTLS
Example usage:
$ ./bin/cli getdns yahoo.com
Version: 20161109010200Z
$ ./bin/cli getpolicy yahoo.com
Policy: {1 [*.am0.yahoodns.net] 2016-11-14 11:16:30.414524442 +0000 UTC }
$ ./bin/cli getmxs yahoo.com
Policy: {1 [*.am0.yahoodns.net] 2016-11-14 11:16:51.858961329 +0000 UTC }
Matching MXes:
mta7.am0.yahoodns.net. 1
mta5.am0.yahoodns.net. 1
mta6.am0.yahoodns.net. 1
$ ./bin/cli testsmtp yahoo.com
Policy: {1 [*.am0.yahoodns.net] 2016-11-14 11:17:05.269545742 +0000 UTC }
Matching MXes:
mta7.am0.yahoodns.net. 1
mta5.am0.yahoodns.net. 1
mta6.am0.yahoodns.net. 1
Testing MX mta7.am0.yahoodns.net....OK!
Testing MX mta5.am0.yahoodns.net....OK!
Testing MX mta6.am0.yahoodns.net....OK!
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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.