Skip to content

Commit

Permalink
Doc tweaks
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Bennetts <[email protected]>
  • Loading branch information
psiinon committed Dec 1, 2023
1 parent 742d05c commit 0954b74
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ All notable changes to this add-on will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

## 0.0.8 - 2023-12-01

### Added
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

A browser extension which allows [ZAP](https://www.zaproxy.org) to interact directly with the browser.

[![ZAP Chat: Modern Apps Part 1](https://img.youtube.com/vi/Rq_d7OLmMfw/0.jpg)](https://www.youtube.com/watch?v=Rq_d7OLmMfw)

Works in both Firefox and Chrome but does not provide any useful functionality unless it is used with ZAP.

Initially generated from https://github.com/abhijithvijayan/web-extension-starter/tree/react-typescript
Expand Down Expand Up @@ -32,6 +34,8 @@ Then run the following:
- `yarn run build` builds and packs extensions all at once to extension/ directory
- `yarn run lint` to lint the code
- `yarn run test` to run the test suite (you should not have anything listening on port 8080)
- Note that individual tests can be run like `yarn run test -t "Should report forms"`


### Development

Expand Down
11 changes: 11 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ It will be bundled in a ZAP add-on - this add-on will add the extension to Firef
* Firefox: Privacy and Security
* Chrome: Developer Tools

## Additional Fields

Video: https://www.youtube.com/watch?v=Rq_d7OLmMfw

Homepage: https://github.com/zaproxy/browser-extension

Support URL: https://groups.google.com/group/zaproxy-users

## Chrome Privacy Practices

### Single Purpose
Expand All @@ -50,3 +58,6 @@ As a security tool it is essential to see and report what is being put in local

It's a security tool :) We have no idea which sites a security person will want to test.

#### Privacy Policy URL

https://www.zaproxy.org/faq/what-data-does-zap-collect/

0 comments on commit 0954b74

Please sign in to comment.