Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
github.com/cdr/gimlet
gimlet
-- HTTP Toolkit for APIsgimlet
is a simple collection of tools for creating simple versioned
JSON/HTTP APIs. It builds on standard library tools and components of gorilla <http://www.gorillatoolkit.org/>
_ (mux) and negroni <https://github.com/urfave/negroni>
_, but these are not material to day to
say use.
See the API documentation <https://godoc.org/github.com/deciduosity/gimlet>
_
for a complete overview.
Authentication middleware and system, to permit integration with LDAP and Okta-based user providers.
Default middlewares for common operations including logging and compression.
Methods for defining routes and applications with versioning, using idiomatic components and a clear ergonomic chainable API.
Allow developers to implement HTTP/JSON APIs by writing
http.HandlerFunc <http://golang.org/pkg/net/#HandlerFunc>
_ methods
and passing encoding/json <http://golang.org/pkg/encoding/json/>
_
marshallable types to simple response-writing methods.
Make it easy to define a set of routes with a version prefix, and manage the version prefix at the routing layer rather than in handlers.
Reuse common components as necessary, and avoid recreating existing tools or making a large inflexible tool.
Support common workflows, like authentication and observability.
Improve authentication workflows and integration.
In short I was writing a JSON/HTTP API, and wanted the above properties and found that I had written a little library that didn't really have anything to do with the app I was writing so I'm spinning it out both because I want to use this in my next project and I hope you may find it useful.
You can read an introductory blog post <http://www.tychoish.com/posts/have-a-gimlet-a-go-json-http-api-toolkit/>
_,
if you like.
Feel free (and encouraged!) to open issues or submit pull requests, if you discover issues, or would like to use gimlet, but encounter an issue.
Gimlet is available under the terms of the Apache License (v2).
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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.