-
Notifications
You must be signed in to change notification settings - Fork 394
Contribution to "Link Following in Iris" #103
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
Contribution to "Link Following in Iris" #103
Conversation
I see you calling out alpha5 in the description text and alpha9 in the fix version. Do you mean one or the other for both and do you have a fix commit? |
@kataras following up on our above question - is the fixed version |
It looks like |
Hello @darakian, @taladrane , @jbmagination the lnik to the fix is already there. The fix was done at 23 Dec 2021 and it applies all versions after 12.2.0-alpha5. I did correct the description as you correctly mentioned. Thank you a lot |
@kataras I see 6, and 7 via pkg.go.dev |
@darakian probably a pkg cache thing. These tags were removed excplictly by me back then. Anyway, this doesn't matter. The patched version is tagged as v12.2.0-alpha8 on this commit. Would you like for me to replace the affected versions <=v12.2.0-alpha5 to <= v12.2.0-alpha7 (but alpha7 is not available from github tags, it would be strange)? |
@kataras Wouldn't it be |
Maybe but sorry for asking, is there a reason why this PR is still not merged? If so, please write down a todo list so I can fix the issues. Thanks in advance! |
@kataras it's not merged yet, because I'm trying to determine the correct fix version. If alpha 6 contained the commit then I would like to set that as the fix version. If you'd rather alpha 8 be the fix version then can I ask that you get 6 and 7 removed from pkg.go.dev? |
Hello @darakian, Nobody can directly remove any versions from pkg.go.dev, this is not under our control (as project managers and maintainers). And indeed, they were not removed because they (maintainers of pkg.go.dev) probably using a cache for tagged versions, see: The bug existed on alpha6 and alpha7 too. The bug was resolved at alpha8, which is the next version after alpha5 based on GitHub tags: I agree to mark the bug solved/fixed as >=v12.2.0-alpha8 that's why I am trying to add this contribution to this advisory-database project. |
Interesting. I was under the impression that the go proxy deferred to the backing VCS for all content.
Fair enough. Sorry for the back and forth, I just wanted to make sure we were being as accurate as possible. |
Hi @kataras! Thank you so much for contributing to the GitHub Advisory Database. This database is free, open, and accessible to all, and it's people like you who make it great. Thanks for choosing to help others. We hope you send in more contributions in the future! |
No worries @darakian, have a nice weekend! And thank you for your effort |
Updates