
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
CLI tool that syncs OAS files to Postman and generates Postman collections based on them
A CLI tool that syncs an OAS file to Postman and generates a Postman collection from it
In your terminal run:
npm i -g syncman
Make sure you have the following env variables set up:
POSTMAN_API_KEY
- you can get it from here: https://your-postman-subdomain.postman.co/settings/me/api-keysPOSTMAN_WORKSPACE_ID
- your Postman Workspace idYou can do it by exporting them in your terminal:
export POSTMAN_API_KEY=<your key>
export POSTMAN_WORKSPACE_ID=<your postman workspace id>
Then run:
syncman --location <oas-file-location> --apiname "<api name>" --versionname "<version name>"
versionname
is optional, and if not provided will be equal to Latest
To test it locally, run:
npm run sync -- --apiname "My Lovely Api" --location oas-test.yaml --versionname V1
FAQs
CLI tool that syncs OAS files to Postman and generates Postman collections based on them
We found that syncman demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.