Skip to content

Commit c36dafd

Browse files
committed
bump: v1.2.0
1 parent 005159a commit c36dafd

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# OPENCVE DOCKER-COMPOSE ENV
2-
OPENCVE_VERSION=1.1.0
2+
OPENCVE_VERSION=1.2.0
33
OPENCVE_CONFIG_PATH=./conf/opencve.cfg
44
OPENCVE_PORT=8000
55
POSTGRES_USER=opencve

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Additional Use Grant: You may make use of the Licensed Work, provided that you d
1515
Work so that such third parties directly benefit from the
1616
security monitoring and alerting features of the Licensed Work.
1717

18-
Change Date: 2024-04-11
18+
Change Date: 2024-06-19
1919

2020
Change License: Apache License, Version 2.0
2121

conf/opencve.cfg.example

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ display_terms = False
2424
cves_per_page = 20
2525
vendors_per_page = 20
2626
products_per_page = 20
27-
categories_per_page = 20
27+
cwes_per_page = 20
2828
reports_per_page = 20
29+
alerts_per_page = 20
30+
tags_per_page = 20
2931

3032
; Use the werkzeug middleware for reverse proxy
3133
; see https://werkzeug.palletsprojects.com/en/1.0.x/middleware/proxy_fix/
@@ -60,5 +62,5 @@ smtp_server = <your_smtp_server>
6062
smtp_port = 465
6163
smtp_use_tls = True
6264
smtp_username = <your_username>
63-
stmp_password = <your_password>
65+
smtp_password = <your_password>
6466

0 commit comments

Comments
 (0)