Skip to content

Commit

Permalink
Merge pull request #2146 from zapbot/update-data
Browse files Browse the repository at this point in the history
Update data
  • Loading branch information
psiinon authored Sep 25, 2023
2 parents 034f409 + ebc93a0 commit 748fe59
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
37 changes: 37 additions & 0 deletions site/content/docs/desktop/addons/postman-support/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
# This page was generated from the add-on.
title: Postman Support
type: userguide
weight: 1
cascade:
addon:
id: postman
version: 0.0.1
---

# Postman Support

This add-on will allow you to import Postman collections through the UI, importing through the API and command line is under development.

## UI

A menu item is added to the Import menu:

* Import a Postman Collection

The dialog allows providing a comma-separated list of variables as key-value pairs in the format `key1=value1,key2=value2,...`

## API

The following operations are added to the API:

* ACTION importFile (file, endpointUrl)
* ACTION importUrl (url, endpointUrl)

## Command Line

The following Command Line options are added:

* -postmanfile \<filename\> : Imports a Postman collection from the specified file name
* -postmanurl \<url\> : Imports a Postman collection from the specified URL
* -postmanendpointurl \<url\> : The endpoint URL, to override the base URLs present in the Postman collection
10 changes: 10 additions & 0 deletions site/data/addons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,16 @@
downloadUrl: https://github.com/zaproxy/zap-extensions/releases/download/portscan-v10/portscan-beta-10.zap
date: 2022-10-27
version: 10
- id: postman
name: Postman Support
description: Imports and spiders Postman collections.
author: ZAP Dev Team
status: alpha
infoUrl: /docs/desktop/addons/postman-support/
repoUrl: https://github.com/zaproxy/zap-extensions/
downloadUrl: https://github.com/zaproxy/zap-extensions/releases/download/postman-v0.0.1/postman-alpha-0.0.1.zap
date: 2023-09-25
version: 0.0.1
- id: pscanrules
name: Passive scanner rules
description: The release status Passive Scanner rules
Expand Down

0 comments on commit 748fe59

Please sign in to comment.