Skip to content

enhanced API detection engine #645

Description

@cqueern

Is your feature request related to a problem? Please describe.

Hoping to reliably flag “this repo exposes an API.”

Describe the solution you'd like
I'd like a ruleset that will flag when App Inspector is confident that the software it scanned has detected an API. Perhaps there's a ruleset that detects strings like these:

@app.route
@app.get
FastAPI()
express()
app.get(
app.post(
@RestController
@RequestMapping
[ApiController]
MapGet(
MapPost(
swagger.json
openapi.yaml

Describe alternatives you've considered
Well I think @gfs and I talked about this a little in this issue.

Additional context
None

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions