File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ - [ #68 ] ( https://github.com/itk-dev/devops_itksites/pull/68 )
11+ 6667: Update advisories on Detailed site display
12+
1013## [ 1.9.2] - 2026-04-07
1114
1215- [ #67 ] ( https://github.com/itk-dev/devops_itksites/pull/67 )
Original file line number Diff line number Diff line change @@ -208,9 +208,7 @@ public function getAdvisories(): Collection
208208 $ advisories = new ArrayCollection ();
209209 foreach ($ this ->installation ->getPackageVersions () as $ packageVersion ) {
210210 foreach ($ packageVersion ->getAdvisories () as $ advisory ) {
211- if (!$ advisories ->contains ($ advisory )) {
212- $ advisories ->add ($ advisory );
213- }
211+ $ advisories ->add ($ advisory );
214212 }
215213 }
216214
You can’t perform that action at this time.
0 commit comments