Skip to content

[WARNING] Unable to save property 'retirejs.checked' with a value of '1705521321' to the database #6399

@danshome

Description

@danshome

Describe the bug
After upgrading to 9.0.9 we are getting the following warning...

[WARNING] Unable to save property 'retirejs.checked' with a value of '1705521321' to the database

Version of dependency-check used
The problem occurs using version 9.0.9 of the maven plugin.

Log file
...
[INFO] Finished NVD CVE Analyzer (0 seconds)
[WARNING] Unable to save property 'retirejs.checked' with a value of '1705521321' to the database
Unable to save property 'retirejs.checked' with a value of '1705521321' to the database

[INFO] Finished RetireJS Analyzer (0 seconds)
...

To Reproduce

 <configuration>
            <!--suppress UnresolvedMavenProperty -->
            <nvdApiKey>mykey</nvdApiKey>
            <dataDirectory>${ossindex.datadirectory}</dataDirectory>
            <ossIndexServerId>ossindex</ossIndexServerId>
            <ossindexAnalyzerUseCache>true</ossindexAnalyzerUseCache>
            <ossindexAnalyzerEnabled>true</ossindexAnalyzerEnabled>
            <nexusAnalyzerEnabled>false</nexusAnalyzerEnabled>
            <assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>
            <format>ALL</format>
            <skipRuntimeScope>false</skipRuntimeScope>
            <skipProvidedScope>true</skipProvidedScope>
            <failBuildOnCVSS>7</failBuildOnCVSS>
            <autoUpdate>true</autoUpdate>
            <retireJsForceUpdate>true</retireJsForceUpdate>
            <nodeAuditSkipDevDependencies>true</nodeAuditSkipDevDependencies>
            <nodePackageSkipDevDependencies>true</nodePackageSkipDevDependencies>
            <suppressionFiles>
              <!--suppress UnresolvedMavenProperty -->
              <suppressionFile>${superpom.basedir}/project-suppression.xml</suppressionFile>
            </suppressionFiles>
          </configuration>

Expected behavior
We aren't expecting any warnings.

Additional context
N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions