fix(sdk): update Trend Micro URLs in AWS metadata files#10068
Open
HugoPBrito wants to merge 2 commits intomasterfrom
Open
fix(sdk): update Trend Micro URLs in AWS metadata files#10068HugoPBrito wants to merge 2 commits intomasterfrom
HugoPBrito wants to merge 2 commits intomasterfrom
Conversation
- Replace deprecated CloudOne Conformity URLs (EOL July 2026) with Trend Micro Vision One URLs - Verify all Vision One URLs return HTTP 200 OK (221 files updated) - Ensure check metadata points to active security knowledge base
Contributor
|
✅ All necessary |
Contributor
|
✅ Conflict Markers Resolved All conflict markers have been successfully resolved in this pull request. |
Contributor
🔒 Container Security ScanImage: 📊 Vulnerability Summary
4 package(s) affected
|
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## master #10068 +/- ##
===========================================
- Coverage 92.85% 77.42% -15.44%
===========================================
Files 137 835 +698
Lines 3387 23633 +20246
===========================================
+ Hits 3145 18297 +15152
- Misses 242 5336 +5094
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
Trend Micro CloudOne Conformity will reach End-of-Life (EOL) in July 2026. The platform is being replaced by Trend Micro Vision One Cloud Risk Management. All CloudOne Conformity URLs in AWS check metadata files are being updated to point to the new Vision One platform to ensure users have access to current security guidance.
Description
This PR updates 221 AWS metadata files to replace deprecated Trend Micro CloudOne Conformity URLs with the new Trend Micro Vision One Cloud Risk Management URLs.
Key Changes:
https://www.trendmicro.com/cloudoneconformity/knowledge-base/aws/...https://www.trendmicro.com/trendaivisiononecloudriskmanagement/knowledge-base/aws/...Why This Matters:
Related Work:
dnsservice #9643 (DNS), chore(gcp): enhance metadata forgcrservice #9644 (GCR), chore(gcp): enhance metadata forgkeservice #9645 (GKE), chore(gcp): enhance metadata foriamservice #9646 (IAM), chore(gcp): enhance metadata forkmsservice #9647 (KMS), chore(gcp): enhance metadata forloggingservice #9648 (Logging)Steps to review
Verify URL pattern replacement:
cloudoneconformity→trendaivisiononecloudriskmanagementreplacementsSpot-check URL validity (sample 5-10 random files):
Validate JSON integrity:
Check service coverage - Verify 53 AWS services updated:
Checklist
Community Checklist
SDK/CLI
UI (if applicable)
API (if applicable)
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.