Skip to content

Commit

Permalink
fix hasIdentifications (#150)
Browse files Browse the repository at this point in the history
* fix hasIdentifications

* trivy

* trivy
  • Loading branch information
southeo authored Nov 15, 2024
1 parent 9b050d6 commit f0fe34d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/.trivyignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# October 14 2024
# Issue in Spring OpenFeign, Need to upgrade commons-io to version 2.14.0
CVE-2024-47554
CVE-2024-47554

# Nov 13
# Issue with spring-starter-webflux
CVE-2024-47535
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public enum TaxonMappingTerms implements MappingTerm {
KINGDOM("kingdom",
"ods:hasIdentifications.ods:hasTaxonIdentifications.dwc:kingdom.keyword"),
PHYLUM("phylum",
"ods:hasIdentification.ods:hasTaxonIdentifications.dwc:phylum.keyword"),
"ods:hasIdentifications.ods:hasTaxonIdentifications.dwc:phylum.keyword"),
CLASS("class",
"ods:hasIdentifications.ods:hasTaxonIdentifications.dwc:class.keyword"),
ORDER("order",
Expand Down

0 comments on commit f0fe34d

Please sign in to comment.