
Security News
CISA Extends MITRE Contract as Crisis Accelerates Alternative CVE Coordination Efforts
CISA extended MITRE’s CVE contract by 11 months, avoiding a shutdown but leaving long-term governance and coordination issues unresolved.
@aws/amazon-q-developer-cli-proto
Advanced tools
We use [protocol buffers](https://developers.google.com/protocol-buffers/) as a message format for inter process communication.
We use protocol buffers as a message format for inter process communication.
This folder defines three main protocols:
local.proto
- Protocol for communication from local processes like
figterm
and the fig
CLI to the desktop appfig.proto
- Protocol for communication between client Fig.js apps like
autocomplete and the desktop appfigterm.proto
- Protocol for sending commands from the CLI to figterm
remote.proto
- Protocol for sending between figterm
and the desktop app,
intended to be secure for remote machinesFor any client, you must install the protobuf compiler:
brew install protobuf
Client Installations
Client | Command |
---|---|
typescript | pnpm install |
rust | N/A* |
* The rust build process handles the installation of the proto toolchain.
To compile protos, run:
./build-ts.sh
fig.proto
and add the [deprecated=true]
annotation to the relevant
fields//deprecated: 1.2.3
Adding to protos
Just edit the appropriate proto file.
FAQs
We use [protocol buffers](https://developers.google.com/protocol-buffers/) as a message format for inter process communication.
The npm package @aws/amazon-q-developer-cli-proto receives a total of 1 weekly downloads. As such, @aws/amazon-q-developer-cli-proto popularity was classified as not popular.
We found that @aws/amazon-q-developer-cli-proto demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Security News
CISA extended MITRE’s CVE contract by 11 months, avoiding a shutdown but leaving long-term governance and coordination issues unresolved.
Product
Socket's Rubygems ecosystem support is moving from beta to GA, featuring enhanced security scanning to detect supply chain threats beyond traditional CVEs in your Ruby dependencies.
Research
The Socket Research Team investigates a malicious npm package that appears to be an Advcash integration but triggers a reverse shell during payment success, targeting servers handling transactions.