
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
openapi-type-finder
Advanced tools
CLI Application that lists objects with given type from OpenAPI document.
Note - Even though all types have been seperately tested, there is a chance of errors. If such a thing happens please contact the authors.
npm i -g openapi-type-finder
openapi-type-finder -u <url> -t <type> (optional) --no-resolve
Use --no-resolve if you want the references in the document to not be resolved, though it may lead to inacurrate behaviour.
Test
Input url: https://api.apis.guru/v2/specs/xkcd.com/1.0.0/openapi.yaml
Input type: responses
Output:
{
"content": {
"*/*": {
"schema": {
"$ref": "#/components/schemas/comic"
}
}
},
"description": "OK"
}
A checklist for which types have been implemented.
Each name MUST correspond to a security scheme which is declared in the Security Schemes under the Components Object. Security Schemes are not defined anywhere else.
FAQs
Finds list of objects of given type from OpenAPI document.
We found that openapi-type-finder 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.