Skip to content

Commit 6fc5ec7

Browse files
[all] Release 2.0.4
1 parent f8a70f8 commit 6fc5ec7

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

aws/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22
services:
33
injector-aws:
4-
image: openaev/injector-aws:2.0.3
4+
image: openaev/injector-aws:2.0.4
55
environment:
66
- OPENAEV_URL=http://localhost
77
- OPENAEV_TOKEN=ChangeMe

aws/src/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pyoaev==2.0.3
1+
pyoaev==2.0.4
22
pacu>=1.5.0
33
awscli>=1.29.0

http-query/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22
services:
33
injector-http-query:
4-
image: openaev/injector-http-query:2.0.3
4+
image: openaev/injector-http-query:2.0.4
55
environment:
66
- OPENAEV_URL=http://localhost
77
- OPENAEV_TOKEN=ChangeMe

http-query/src/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pyoaev==2.0.3
1+
pyoaev==2.0.4

injector_common/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name="injector_common"
33
version="1.0.0"
44

55
dependencies = [
6-
"pyoaev==2.0.3",
6+
"pyoaev==2.0.4",
77
]
88
[project.optional-dependencies]
99
dev = [

nmap/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22
services:
33
injector-nmap:
4-
image: openaev/injector-nmap:2.0.3
4+
image: openaev/injector-nmap:2.0.4
55
environment:
66
- OPENAEV_URL=http://localhost
77
- OPENAEV_TOKEN=ChangeMe

nmap/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pyoaev==2.0.3
1+
pyoaev==2.0.4
22
../injector_common

nuclei/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.8'
22
services:
33
injector-nuclei:
4-
image: openaev/injector-nuclei:2.0.3
4+
image: openaev/injector-nuclei:2.0.4
55
environment:
66
- OPENAEV_URL=http://localhost
77
- OPENAEV_TOKEN=ChangeMe

nuclei/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pyoaev==2.0.3
1+
pyoaev==2.0.4
22
../injector_common

0 commit comments

Comments
 (0)