
Security News
NIST Under Federal Audit for NVD Processing Backlog and Delays
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
github.com/hyperschwartz/translationator
This app takes an English sentence (or a paragraph or whatever you're feeling), and proceeds to translate it from English into a bunch of other languages, and then back to English. The goal is to convert a normal sentence into something totally crazy.
To install (run from translationator root directory):
go install translationator
To run the app with a JSON file in the default directory (~/translationator/translation-credentials.json), just run:
translationator -t "Target phrase"
To run the app with an API key via Google Cloud, just run:
translationator -a myApiKeyFromGoogleCloud -t "Target phrase"
Sample run:
> translationator -t "Hello, I am writing words in English"
I write greetings in English
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
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
Research
Security News
Socket’s Threat Research Team has uncovered 60 npm packages using post-install scripts to silently exfiltrate hostnames, IP addresses, DNS servers, and user directories to a Discord-controlled endpoint.
Security News
TypeScript Native Previews offers a 10x faster Go-based compiler, now available on npm for public testing with early editor and language support.