Re: [OE-core] [PATCH 2/2] cve-update-db-native: allow an option to force the CVE database update

2022-05-02 Thread Khem Raj
On Mon, May 2, 2022 at 12:43 PM Ralph Siemsen wrote: > > On Mon, May 2, 2022 at 9:23 AM Marta Rybczynska wrote: > > > > On Fri, Apr 29, 2022 at 5:53 PM Ralph Siemsen > > wrote: > >> > >> # Interval between CVE database updates, in seconds. > >> # Set to "0" to to force an update of the

Re: [OE-core] [PATCH 2/2] cve-update-db-native: allow an option to force the CVE database update

2022-05-02 Thread Ralph Siemsen
On Mon, May 2, 2022 at 9:23 AM Marta Rybczynska wrote: > > On Fri, Apr 29, 2022 at 5:53 PM Ralph Siemsen > wrote: >> >> # Interval between CVE database updates, in seconds. >> # Set to "0" to to force an update of the database. >> CVE_DATABASE_UPDATE_INTERVAL ?= "24*60*60" >> > > This is a good

Re: [OE-core] [PATCH 2/2] cve-update-db-native: allow an option to force the CVE database update

2022-05-02 Thread Marta Rybczynska
On Fri, Apr 29, 2022 at 5:53 PM Ralph Siemsen wrote: > Hi Marta, > > This explains why the CVE database update seemed to happen far more > frequently than it should. Thanks for digging into it. > > On Fri, Apr 29, 2022 at 2:32 AM Marta Rybczynska > wrote: > > > > Add a new variable

Re: [OE-core] [PATCH 2/2] cve-update-db-native: allow an option to force the CVE database update

2022-04-29 Thread Ralph Siemsen
Hi Marta, This explains why the CVE database update seemed to happen far more frequently than it should. Thanks for digging into it. On Fri, Apr 29, 2022 at 2:32 AM Marta Rybczynska wrote: > > Add a new variable FORCE_CVE_DB_UPDATE allowing the user to force > the database update, if the

[OE-core] [PATCH 2/2] cve-update-db-native: allow an option to force the CVE database update

2022-04-29 Thread Marta Rybczynska
Add a new variable FORCE_CVE_DB_UPDATE allowing the user to force the database update, if the default update frequency is too low. Signed-off-by: Marta Rybczynska --- meta/recipes-core/meta/cve-update-db-native.bb | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git