This repository has been archived by the owner on Oct 2, 2023. It is now read-only.
Releases: hygieia/hygieia-core
Releases · hygieia/hygieia-core
After Java 11 and Spring boot 2.x upgrade
After Java 11 and Spring boot 2.x upgrade
Before Upgrading to Java 11 and Springboot 2.x
Before Upgrading to Java 11 and Springboot 2.x -
Adding repository method for collector-item cleanup
Adding repository method for collector-item cleanup
Add audit statuses to fix empty responses
Add audit statuses to fix empty responses (#407) * Add audit report repo method for test result processin * Remove unused method * Increment core pom * Add get coll item by artifact options * Add audit statuses for no data and invalid ba/comp in lookup call * update comments
Add XForwardedFor to request log model
Forward headers (#405) * Add audit report repo method for test result processin * Remove unused method * Increment core pom * Add get coll item by artifact options * Add x-forwarded-for to logs
Add Security_cvss3 LibraryPolicyType
Cvss3 updates (#403) * add security_cvss3 library policy type
Fixing typo WhiteSourceComponent PR#401
Fixing typo WhiteSourceComponent PR#401
Add collItemRepo method to get by artifact info
Add collItem get by artifact info method (#399) * Add audit report repo method for test result processin * Remove unused method * Increment core pom * Add get coll item by artifact options
Add auditRepo method for testresult processing
v3.6.11 Add method to audit report repo for testresult real time processing (…
Add mongo config read preference to read from secondary
Added to leverage the documentDB replica set. If there is no secondary the client will default to reading from the primary.