Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix channel in PackageInfo #3681

Merged
merged 3 commits into from
Dec 12, 2024
Merged

Fix channel in PackageInfo #3681

merged 3 commits into from
Dec 12, 2024

Conversation

Hind-M
Copy link
Member

@Hind-M Hind-M commented Dec 10, 2024

Fix #3628

@@ -69,7 +69,7 @@ namespace mamba::specs
{
out.platform = url.platform_name();
url.clear_platform();
out.channel = util::rstrip(url.str(), '/');
out.channel = util::rstrip(url.str(specs::CondaURL::Credentials::Show), '/');
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if doing this will lead to security issues...

@Hind-M Hind-M marked this pull request as ready for review December 11, 2024 09:28
@Hind-M Hind-M marked this pull request as draft December 11, 2024 16:24
@Hind-M Hind-M marked this pull request as ready for review December 12, 2024 14:35
@JohanMabille JohanMabille merged commit a25cde7 into mamba-org:main Dec 12, 2024
34 checks passed
@Hind-M Hind-M deleted the censored_url branch December 12, 2024 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release::bug_fixes For PRs fixing bugs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Micromamba queries Conda channel server with censored URL
2 participants