File tree 4 files changed +25
-4
lines changed
vulnerabilities/templates
4 files changed +25
-4
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,27 @@ Release notes
2
2
=============
3
3
4
4
5
+ Version v36.0.0
6
+ ---------------------
7
+
8
+ - Add indexes for models https://github.com/aboutcode-org/vulnerablecode/pull/1701
9
+ - Add fixed by package in V2 API https://github.com/aboutcode-org/vulnerablecode/pull/1706
10
+ - Add tests for num queries for views https://github.com/aboutcode-org/vulnerablecode/pull/1730
11
+ - Add postgresql conf in docker-compose https://github.com/aboutcode-org/vulnerablecode/pull/1733
12
+ - Add default postgresql.conf for local docker build https://github.com/aboutcode-org/vulnerablecode/pull/1735
13
+ - Add models for CodeFix https://github.com/aboutcode-org/vulnerablecode/pull/1704
14
+ - Migrate Alpine Linux importer to aboutcode pipeline https://github.com/aboutcode-org/vulnerablecode/pull/1737
15
+ - VCIO-next: Allow CVSS3.1 Severities in NVD https://github.com/aboutcode-org/vulnerablecode/pull/1738
16
+ - Add Pipeline to add missing CVSSV3.1 scores https://github.com/aboutcode-org/vulnerablecode/pull/1740
17
+ - Add description and reference to the latest release on the homepage https://github.com/aboutcode-org/vulnerablecode/pull/1743
18
+ - Use proper apk package type for Alpine https://github.com/aboutcode-org/vulnerablecode/pull/1739
19
+ - Optimize vulnerabilities view https://github.com/aboutcode-org/vulnerablecode/pull/1728
20
+ - Add CWE support in multiple importers https://github.com/aboutcode-org/vulnerablecode/pull/1526
21
+ - Fast content ID migration https://github.com/aboutcode-org/vulnerablecode/pull/1795
22
+ - Add captcha for user signup https://github.com/aboutcode-org/vulnerablecode/pull/1822
23
+ - Move the package search box to the top by @keshav-space in https://github.com/aboutcode-org/vulnerablecode/pull/1832
24
+
25
+
5
26
Version v35.1.0
6
27
---------------------
7
28
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = vulnerablecode
3
- version = 35.1 .0
3
+ version = 36.0 .0
4
4
license = Apache-2.0 AND CC-BY-SA-4.0
5
5
6
6
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
Original file line number Diff line number Diff line change 10
10
< div class ="container ">
11
11
< div class ="columns is-centered mb-5 mt-2 ">
12
12
< div class ="column is-full-tablet is-full-desktop ">
13
- {% include "vulnerability_search_box .html" %}
13
+ {% include "package_search_box .html" %}
14
14
</ div >
15
15
</ div >
16
16
< div class ="columns is-centered mb-5 ">
17
17
< div class ="column is-full-tablet is-full-desktop ">
18
- {% include "package_search_box .html" %}
18
+ {% include "vulnerability_search_box .html" %}
19
19
</ div >
20
20
</ div >
21
21
< div class ="notification is-info is-light has-text-centered ">
Original file line number Diff line number Diff line change 10
10
import os
11
11
import sys
12
12
13
- __version__ = "35.1 .0"
13
+ __version__ = "36.0 .0"
14
14
15
15
16
16
def command_line ():
You can’t perform that action at this time.
0 commit comments