create-zuplo-api
Advanced tools
@@ -5,3 +5,9 @@ { | ||
| "version": "1.0.0", | ||
| "title": "My Zuplo API" | ||
| "title": "Todo API", | ||
| "description": "A simple task management API that lets you create, read, update, and delete todo items. Use this API to build productivity apps, task trackers, or integrate task management into your existing workflows.\n\n## Getting Started\n\nAll endpoints accept and return JSON. To create your first todo, send a `POST` request to `/todos` with a title and userId.\n\n## Authentication\n\nThis sample API does not require authentication. Add [API key authentication](https://zuplo.com/docs/policies/api-key-inbound) or any other policy via your Zuplo gateway configuration.", | ||
| "contact": { | ||
| "name": "API Support", | ||
| "url": "https://zuplo.com/docs", | ||
| "email": "support@zuplo.com" | ||
| } | ||
| }, | ||
@@ -223,5 +229,12 @@ "paths": { | ||
| }, | ||
| "tags": [ | ||
| { | ||
| "name": "Todo", | ||
| "description": "Endpoints for managing todo items including creating, listing, updating, and deleting tasks." | ||
| } | ||
| ], | ||
| "components": { | ||
| "schemas": { | ||
| "Todo": { | ||
| "description": "A complete todo item as returned by the API, including its system-assigned ID.", | ||
| "type": "object", | ||
@@ -249,2 +262,3 @@ "properties": { | ||
| "CreateTodo": { | ||
| "description": "The request body for creating a new todo. Only a title and userId are required.", | ||
| "type": "object", | ||
@@ -269,2 +283,3 @@ "properties": { | ||
| "UpdateTodo": { | ||
| "description": "The request body for updating a todo. All fields are optional so you can patch individual properties.", | ||
| "type": "object", | ||
@@ -271,0 +286,0 @@ "properties": { |
+1
-1
| { | ||
| "name": "create-zuplo-api", | ||
| "version": "6.67.14", | ||
| "version": "6.67.15", | ||
| "keywords": [ | ||
@@ -5,0 +5,0 @@ "api", |
Sorry, the diff of this file is too big to display
Network access
Supply chain riskThis module accesses the network.
Found 4 instances in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 15 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 4 instances in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 15 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
921499
0.13%2103
0.77%