Skip to content

Commit eee64c2

Browse files
authored
Merge pull request #797 from nexB/release-30-rc2-preparation
Prepare Release 30.0.0rc2
2 parents a975194 + d24136a commit eee64c2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,8 @@ Version v30.0.0
4646
replaced by query parameters on the main vulnerabilities/ endpoint when stabilized.
4747

4848
- Added filters for vulnerabilities endpoint to get fixed packages in accordance to the details given in filters:
49-
For example:
50-
- /api/vulnerabilities?type=pypi&namespace=foo&name=bar
51-
will give only fixed versioned purls of this type `pkg:pypi/foo/bar`
49+
For example, when you call the endpoint this way ``/api/vulnerabilities?type=pypi&namespace=foo&name=bar``,
50+
you will receive only fixed versioned purls of the type ``pypi``, namespace ``foo`` and name ``bar``.
5251

5352
- Package endpoint will give fixed packages of only those that
5453
matches type, name, namespace, subpath and qualifiers of the package queried.

docs/source/misc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Here is an example::
1717

1818
[Service]
1919
Type=oneshot
20-
ExecStart=/path/to/venv/bin/python /path/to/vulnerablecode/manage.py import --all
20+
ExecStart=/path/to/venv/bin/python /path/to/vulnerablecode/manage.py import --all && /path/to/venv/bin/python /path/to/vulnerablecode/manage.py improve --all
2121

2222
$ cat ~/.config/systemd/user/vulnerablecode.timer
2323

0 commit comments

Comments
 (0)