Skip to content

Commit

Permalink
updates to burp-ui 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pablodav committed Aug 6, 2023
1 parent b51f1c0 commit ad436ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ burpui_use_dev: False # False to use pip version with burpui_version var.
# burpui_use_dev: True

burpui_pip_burpui: "burp-ui"
burpui_version: 1.0.0
burpui_version: 1.1.1

burpui_pip_packages:
- { name: "{{ burpui_pip_burpui }}", version: "{{ burpui_version }}" }
Expand Down Expand Up @@ -216,9 +216,9 @@ burpui_pip_present:
- "ujson>=1.35"
- "urllib3>=1.19" # required to avoid issues with get_url module
# - "ndg-httpsclient>=0.4.2" # required to avoid issues with get_url module
- "pyasn1==0.4.8"
#- "pyasn1==0.4.8"
#- "six>=1.10.0" # try to fix error in dependencies with requests[security]
- "requests[security]>=2.12" # required to avoid issues with get_url module
- "normalizer==0.2.1"
#- "normalizer==0.2.1"

##### --------------------------- #####
2 changes: 1 addition & 1 deletion tasks/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

- name: requirements | ensure install requirements for ansible pip
package:
name: ['python3-setuptools']
name: ['python3-setuptools', 'python3-venv']
state: present

- name: requirements | ensure install burpui package requirements for python3
Expand Down

0 comments on commit ad436ce

Please sign in to comment.