dependabot[bot]
b077fc4d59
Bump the pip group across 1 directory with 10 updates
...
Bumps the pip group with 10 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [aiohttp](https://github.com/aio-libs/aiohttp ) | `3.8.3` | `3.9.4` |
| [fastapi](https://github.com/tiangolo/fastapi ) | `0.89.1` | `0.109.1` |
| [jinja2](https://github.com/pallets/jinja ) | `3.1.2` | `3.1.4` |
| [setuptools](https://github.com/pypa/setuptools ) | `58.2.0` | `65.5.1` |
| [pydantic](https://github.com/pydantic/pydantic ) | `1.10.4` | `1.10.13` |
| [python-multipart](https://github.com/andrew-d/python-multipart ) | `0.0.5` | `0.0.7` |
| [black](https://github.com/psf/black ) | `22.12.0` | `24.3.0` |
| [certifi](https://github.com/certifi/python-certifi ) | `2022.12.7` | `2023.7.22` |
| [idna](https://github.com/kjd/idna ) | `3.4` | `3.7` |
| [starlette](https://github.com/encode/starlette ) | `0.22.0` | `0.36.2` |
Updates `aiohttp` from 3.8.3 to 3.9.4
- [Release notes](https://github.com/aio-libs/aiohttp/releases )
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.3...v3.9.4 )
Updates `fastapi` from 0.89.1 to 0.109.1
- [Release notes](https://github.com/tiangolo/fastapi/releases )
- [Commits](https://github.com/tiangolo/fastapi/compare/0.89.1...0.109.1 )
Updates `jinja2` from 3.1.2 to 3.1.4
- [Release notes](https://github.com/pallets/jinja/releases )
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.4 )
Updates `setuptools` from 58.2.0 to 65.5.1
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v58.2.0...v65.5.1 )
Updates `pydantic` from 1.10.4 to 1.10.13
- [Release notes](https://github.com/pydantic/pydantic/releases )
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md )
- [Commits](https://github.com/pydantic/pydantic/compare/v1.10.4...v1.10.13 )
Updates `python-multipart` from 0.0.5 to 0.0.7
- [Release notes](https://github.com/andrew-d/python-multipart/releases )
- [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md )
- [Commits](https://github.com/andrew-d/python-multipart/compare/0.0.5...0.0.7 )
Updates `black` from 22.12.0 to 24.3.0
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md )
- [Commits](https://github.com/psf/black/compare/22.12.0...24.3.0 )
Updates `certifi` from 2022.12.7 to 2023.7.22
- [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2023.07.22 )
Updates `idna` from 3.4 to 3.7
- [Release notes](https://github.com/kjd/idna/releases )
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst )
- [Commits](https://github.com/kjd/idna/compare/v3.4...v3.7 )
Updates `starlette` from 0.22.0 to 0.36.2
- [Release notes](https://github.com/encode/starlette/releases )
- [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md )
- [Commits](https://github.com/encode/starlette/compare/0.22.0...0.36.2 )
---
updated-dependencies:
- dependency-name: aiohttp
dependency-type: direct:production
dependency-group: pip
- dependency-name: fastapi
dependency-type: direct:production
dependency-group: pip
- dependency-name: jinja2
dependency-type: direct:production
dependency-group: pip
- dependency-name: setuptools
dependency-type: direct:production
dependency-group: pip
- dependency-name: pydantic
dependency-type: direct:production
dependency-group: pip
- dependency-name: python-multipart
dependency-type: direct:production
dependency-group: pip
- dependency-name: black
dependency-type: direct:production
dependency-group: pip
- dependency-name: certifi
dependency-type: direct:production
dependency-group: pip
- dependency-name: idna
dependency-type: direct:production
dependency-group: pip
- dependency-name: starlette
dependency-type: direct:production
dependency-group: pip
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-05-06 19:10:54 +00:00
616f51b855
OSV changes request by Google ( #20 )
2023-09-13 22:39:53 +02:00
dferrisctrliq
02e062f0d0
added new URLs for oval data. ( #19 )
2023-08-08 12:05:25 +00:00
dferrisctrliq
91bdc7ce41
fix a typo in the temporal yaml values ( #17 )
2023-07-17 17:29:50 +00:00
dferrisctrliq
41c6a800fc
Apollo temporal ns create ( #16 )
...
* create the default temporal namespace when apollo server is installed
* fix typo
* fix another typo
2023-07-17 15:34:31 +00:00
dferrisctrliq
b464ff7731
Fix apollo server ( #14 )
...
* fix typo in apollo service template
* set values to empty dict
2023-07-06 19:53:42 +00:00
dferrisctrliq
3a013ac291
add annotations to the apollo-server service ( #13 )
2023-07-06 05:23:52 +00:00
f89f71f3b0
Hydra API can return list[str] for boostVersion ( #12 )
...
* Hydra API can return list[str] for boostVersion
* Max row count is now 999
2023-06-24 18:35:45 +00:00
9648bfba93
Change User-Agent for rherrata client ( #11 )
2023-06-24 18:10:56 +00:00
dylan-bartos-tanium
b336ffa23c
Fixes Bug 2938 ( #9 )
...
Adds support for x86_64 system arch with packages of i686 arch
2023-05-25 19:49:20 +00:00
d77bb43a77
Allow ^ in Version (NVR) ( #10 )
2023-05-25 19:47:37 +00:00
64e03009c1
Allow ^ in Version (NVR) ( #10 )
2023-05-25 19:47:15 +00:00
31edffb4c5
Add osv-gcs-exporter and fix before/after for OSV API ( #6 )
2023-05-07 01:44:56 +00:00
3be61b8f77
Use (select search) instead of (select product) ( #5 )
2023-04-20 16:41:22 +00:00
c6f6c2c47d
fix: preCommand and postCommand injected improperly ( #4 )
...
these need to be strings we pass as a single object to bash -c, rather
than multiple discrete commands.
2023-04-07 01:16:57 +00:00
656f7b5a4f
deploy(apollo-rhworker): add preCommand and postCommand values for cronjobs ( #3 )
...
* deploy(apollo-rhworker): add preCommand and postCommand values for cronjobs
We don't want to assume a user will be running this with Istio as the
RESF is, so we don't always need to kill the istio proxy in this manner
This change moves the existing trap/curl command to terminate the istio
proxy into values.yaml for our deployment allowing it to be overwritten
for others needs
* feat: automatically terminate cronjob after 5 minutes
2023-04-07 01:05:49 +00:00
Mustafa Gezen
0d51fdb161
Add last_updated_at to list_advisories_osv
2023-03-23 21:34:32 +01:00
Mustafa Gezen
650a80989e
Add last_updated_at to list_advisories
2023-03-23 17:02:02 +01:00
Mustafa Gezen
1d90b6db2e
Fix specific OSV get
2023-03-23 12:59:33 +01:00
Mustafa Gezen
6915813e2d
updateinfo: noarch only advisories were wrongfully excluded
2023-03-14 17:31:59 +01:00
Mustafa Gezen
11de73dbd1
osv: Only show src.rpm once in affected
2023-03-06 06:19:23 +01:00
Mustafa Gezen
f3b76fdcec
osv: Change ECOSYSTEM naming
2023-03-06 06:09:42 +01:00
Mustafa Gezen
0a26fbbabb
osv: Make root database_specific field None
2023-03-06 06:01:17 +01:00
Mustafa Gezen
13c430c2aa
Add admin users actions and profile actions
2023-03-06 05:49:48 +01:00
Mustafa Gezen
76dc39fc6b
Fix OSV
2023-03-06 05:49:20 +01:00
Mustafa Gezen
5b8935e387
Add endpoint to apollo docs and remove non-api
2023-03-03 19:28:24 +01:00
Mustafa Gezen
caab3e3360
Stop using mkdocs action and just build it manually
2023-03-02 18:40:27 +01:00
Mustafa Gezen
1601c21ac0
Fix mkdocs path in workflow
2023-03-02 18:35:07 +01:00
Mustafa Gezen
d102a3a058
Remove CUSTOM_DOMAIN from workflow
2023-03-02 18:33:52 +01:00
Mustafa Gezen
0bed9c3b7c
Add mkdocs webpage
2023-03-02 18:32:19 +01:00
fae33ec2b0
Merge pull request #2 from resf/rhworker-cron
2023-02-28 17:19:46 +01:00
776f4eddbe
Poll for new advisories every 15 minutes
2023-02-28 11:14:52 -05:00
Mustafa Gezen
8abcdf4206
Add light mode support
2023-02-23 05:46:30 +01:00
Mustafa Gezen
bb5159cf1c
Speed up advisory fetching by manually crafting each where statement (add if exists)
2023-02-22 02:54:46 +01:00
Mustafa Gezen
c267eabf78
Allow disabling fetchRelated for compat list
2023-02-22 02:35:08 +01:00
Mustafa Gezen
dc804bc06c
Only replace rhel when it's a container name
2023-02-22 02:20:56 +01:00
Mustafa Gezen
ca132958b0
Remove print from compat params
2023-02-22 00:06:52 +01:00
Mustafa Gezen
d1e15bbd55
Support multi digit epoch
2023-02-05 02:15:04 +01:00
Mustafa Gezen
ba9c8c2f05
Properly report all arches and RPMs
2023-02-05 02:14:58 +01:00
Mustafa Gezen
47179f62f5
Make OSV consistent
2023-02-05 01:18:46 +01:00
Mustafa Gezen
19d514830a
Respect fetch_related for fetch_advisories
2023-02-05 01:18:34 +01:00
Mustafa Gezen
2763793211
OpenAPI branding
2023-02-05 01:18:22 +01:00
Mustafa Gezen
b456941631
Add references and credits to OSV
2023-02-05 00:35:47 +01:00
Mustafa Gezen
4afa718da4
Add OSV API
2023-02-05 00:24:31 +01:00
Mustafa Gezen
5c60d387d8
Stop failing when old updateinfo doesn't exist
2023-02-04 10:27:13 +01:00
Mustafa Gezen
383f28f714
Fix ignore when arch is first
2023-02-04 10:25:55 +01:00
Mustafa Gezen
bb6795b172
Fix new ignore feature
2023-02-04 10:20:44 +01:00
Mustafa Gezen
bb0d22c63c
Add ability to ignore arches, and skip 404 updateinfos
2023-02-04 10:13:20 +01:00
Mustafa Gezen
d157846fb7
Remove print statements from matcher
2023-02-04 09:32:38 +01:00
Mustafa Gezen
9c9bca5716
Allow prefix matching if full NVRA doesn't match
2023-02-04 09:28:38 +01:00