
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
microgateway-plugins
Advanced tools
This repo contains plugins for the microgateway-core project.
These plugins can be loaded into the microgateway calling the load plugin method
must contain an init method which returns an object literal with all of the handlers
{
init:function(config,logger,stats){
return {
onrequest:function(req,res,[options],next){
},
...
}
}
}
init method must return an object with handler methods for each event
the available handlers are
The handler signature will look like :
function(sourceRequest,sourceResponse,[options],next){}
sourceRequest: the request from the northbound server;
sourceResponse the response to the northbound server;
options: are the full scope of fields you might need to operate on.
const options = {
targetResponse: options.targetResponse,
targetRequest: options.targetRequest,
sourceRequest: options.sourceRequest,
sourceResponse: options.sourceResponse,
data: data
};
you must call next with an error if you errored out like
next([err])
FAQs
Plugins for Apige Edge Microgateway
We found that microgateway-plugins demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers 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.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.