Skip to content

Commit

Permalink
fixing minor issues with delivery tooling and cutting release (with u…
Browse files Browse the repository at this point in the history
…pdates to logo wall)
  • Loading branch information
damienjburks committed Dec 7, 2024
1 parent 07affb8 commit 9cad4f4
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 31 deletions.
2 changes: 1 addition & 1 deletion delivery-tooling/catalog-compiler.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ type ReleaseDetails struct {
ThreatModelURL string `yaml:"threat_model_url"`
ThreatModelAuthor string `yaml:"threat_model_author"`
RedTeam string `yaml:"red_team"`
RedTeamExercizeURL string `yaml:"red_team_exercize_url"`
RedTeamExerciseURL string `yaml:"red_team_exercise_url"`
ReleaseManager ReleaseManager `yaml:"release_manager"`
ChangeLog []string `yaml:"change_log"`
Contributors []Contributors `yaml:"contributors"`
Expand Down
2 changes: 1 addition & 1 deletion delivery-tooling/logos/logo_wall.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
75 changes: 46 additions & 29 deletions services/storage/object/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: |
highly scalable and often used in cloud environments due to its flexibility
and accessibility.
release_details:
- version: "2024.10"
- version: "2025.01"
assurance_level: None
threat_model_url: None
threat_model_author: None
Expand All @@ -18,46 +18,63 @@ release_details:
name: Damien Burks
github_id: damienjburks
company: Citi
summary: Initial release
summary: Initial Release - Object Storage
change_log:
- Add in fixes to object storage threats, controls, features (#436)
- Typofix on control IDs (#432)
- Object storage final polish (#419)
- Adding Contributors key to metadata schema (#409)
- Object Storage Controls Revision (#394)
- GenAI taxonomy (#393)
- Updates to the structure of the metadata yaml (#383)
- Schema updates (#377)
- Handling common entries for features, threats, & controls (#327)
- Convert Object Storage development files from MD to YAML (#325)
- Add in new object storage controls on encryption for impact and replication to untrusted destinations (#305)
- Convert existing taxonomies to the new yaml format (#319)
- Fix broken links (#317)
- Added CCC.OS.C6 Control (#298)Looks good
- Extend Object Storage Controls (#263)
- Creation of Global Markdown Formatting and Linting GitHub Actions (#223)
- Draft Proposal for Threat Catalog and Control Catalog Taxonomy (#153)
- Signed URLs added
- addressed review comments by @rgriffiths-scottlogic
- address review comments by stevie from scott logic and further improvements
- updates
- initial version of the object store taxonomy
- Formatting changes for VPC and Object Storage (#578)
- Add in fixes to VPC test requirements (#580)
- corrected location of cmb docs (#576)
- Polished ObjStor Test Requirements (#577)
- Polished VPC test requirements (#579)
- Revise common TRs (#575)
- Rephrase control test requirements (#522)
- Creation of initial RDMS controls.yaml file (#573)
- Updating testing requirements for VPC (#523)
- Add in fixes to control definitions (#570)
- db backup restore threat (#565)
- Fixing Broken Link for Link Checker (#569)
- Try to ignore .github from link checker (#568)
- Exlude .github folder from link checker (#567)
- Create threats.yaml for devtools/build (#546)
- Created controls.yaml for Container Registry (#525)
- Detailed secret management features (#519)
- Fixing YAML Checker (#563)
- updated RDMS feature set (#561)
- Create threats.yaml for batchproc (#547)
- Disallow PRs to be merged with broken links (#560)
- "#534: Add yaml linter (#543)"
- Update common-controls.yaml to add key management policy (#550)
- Correct prompt for common controls, update controls schema, fix broken links. (#499)
- Change GitHub Actions trigger from pull_request to pull_request_target (#551)
- Created/Updated controls.yaml for AppIntegration/Message (#507)
- New threats.yaml for AppIntegration/Message (#489)
- Adding db-user authN threat (#521)
- New controls.yaml for Compute/Serverless (#483)
- New threats.yaml for Compute/Serverless (#484)
contributors:
- name: Sonali Mendis
github_id: smendis-scottlogic
company: Scott Logic
- name: Michael Lysaght
github_id: mlysaght2017
company: Citi
- name: Eddie Knight
github_id: eddie-knight
company: Sonatype
- name: Ian Walker-Smith
github_id: ianwalkersmithciticom
company: Citi
- name: Damien Burks
github_id: damienjburks
company: Citi
- name: Sonali Mendis
github_id: smendis-scottlogic
- name: sshiells-scottlogic
github_id: sshiells-scottlogic
company: Scott Logic
- name: kazmik23
github_id: kazmik23
company: Google
- name: Dave Ogle
github_id: dogle-scottlogic
company: Scott Logic
- name: Naseer Mohammad
github_id: nas-hub
company: Google
- name: Juan Estrella
github_id: TheJuanAndOnly99
company: FINOS

0 comments on commit 9cad4f4

Please sign in to comment.