Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Ignore appending codes to packages.microsoft.com #18

Open
toolboc opened this issue Nov 18, 2020 · 1 comment
Open

Ignore appending codes to packages.microsoft.com #18

toolboc opened this issue Nov 18, 2020 · 1 comment
Labels
question Further information is requested

Comments

@toolboc
Copy link

toolboc commented Nov 18, 2020

A small edge case was discovered where WebTrend codes appear to be appended to Microsoft package source urls (i.e. packages.microsoft.com), an example is shown here.

This should be resolvable by implementing logic to ignore the 'packages' subdomain.

@brminnick
Copy link
Owner

brminnick commented Nov 19, 2020

Hey Paul!

Would it be possible to put that CURL command into a code block?

The tool is designed to ignore URLs inside of code blocks and code snippets in Markdown.

I'd prefer not to exclude the subdomain packages because a year-or-two from now, Microsoft could start using the packages subdomain for something else and then we've just shot ourselves in the foot.

Code Block Example

curl https://packages.microsoft.com/config/ubuntu/18.04/multiarch/prod.list > ./microsoft-prod.list

Code Snippet Example

curl https://packages.microsoft.com/config/ubuntu/18.04/multiarch/prod.list > ./microsoft-prod.list

@brminnick brminnick added the question Further information is requested label Nov 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants