Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

  • chocolatey connector healthy but shows no packages

    18
    0 Votes
    18 Posts
    41 Views
    MaxCasconeM
    After futzing with the certs on the proget host vm, it looks like we've got full connectivity to the chocolatey.org feed as well as nuget.org. Can someone remind me/point me to docs around the difference between connector caching of packages vs. the "pull to proget" function? thanks!
  • BuildMaster on openshift: Too many redirect

    11
    0 Votes
    11 Posts
    28 Views
    rhessingerR
    Hi @marc-ledent_9164, Ah, thanks for the extra details here. I was finally able to recreate this issue. I'm tracking the fix in BM-3770 which is expected to release in the next version of BuildMaster, which is due out this week. Thanks, Rich
  • Log4j Vulnerability

    3
    0 Votes
    3 Posts
    41 Views
    M
    @atripp said in Log4j Vulnerability: @shaun-d-scott_2657 friday night funkin Inedo products do not use log4j, so it's not an issue for ProGet :) See more information here: https://blog.inedo.com/log4shell-high-severity-vulnerabilities Ok, that is clear now. Thank you for your answer.
  • 500 upon GET-ing package via node/yarn (..not a valid Base-64 string..)

    4
    0 Votes
    4 Posts
    5 Views
    atrippA
    Hi @robert_3065 , Glad it's working! Good point about the error message; it's in a kind of general place, so I just replaced that unhelpful base64 decoding message with this (via PG-2069): string userPassString; try { userPassString = context.Request.ContentEncoding.GetString(Convert.FromBase64String(authHeader.Substring("Basic ".Length))); } catch (FormatException) { throw new HttpException(400, "Invalid Basic credential (expected base64 of username:password)"); } Not the perfect solution, but better than now! Cheers, Alana
  • commandline update changed installation path

    3
    0 Votes
    3 Posts
    6 Views
    C
    @gdivis I got the fail message at the end of the update.. So, no, it did not work. yes, none of the services where starting. I got my issues sorted out by uninstalling and re-config many things.. But moving the install-dir should not have happened by doing a console update.
  • Latest tag not applied (but not consistently)

    6
    6
    0 Votes
    6 Posts
    15 Views
    atrippA
    @Stephen-Schaff great to hear! And I guess another way to do it would be enabling/disabling the semver restrictions on the feed Let us know if it keeps happening, and you can find a pattern - we'll see if we can identify what might be the cause of it
  • Otter Remote Execution

    10
    0 Votes
    10 Posts
    27 Views
    D
    @Dan_Woolf Cool, glad I could help!
  • Proget Duplicate Vulnerability for NPM Package

    7
    0 Votes
    7 Posts
    22 Views
    rhessingerR
    Hi @cronventis, The fix will only prevent new duplicates from being created. Mainly this is because I cannot ensure that the first vulnerability is always the properly assessed vulnerability. For now, the best option will be to run a SQL query directly against SQL Server ProGet database after you upgrade to 6.0.5. I have created a SQL query that will delete all the duplicates excluding the first vulnerability that was added to ProGet. If that criteria works for you, this query should be good enough. BEGIN TRANSACTION DELETE FROM [Vulnerabilities] WHERE [Vulnerability_Id] in ( SELECT v.[Vulnerability_Id] FROM [Vulnerabilities] v INNER JOIN ( SELECT [External_Id] ,[FeedType_Name] ,[VulnerabilitySource_Id] ,COUNT([External_Id]) as [NumberOfDuplicates] ,MIN([Vulnerability_Id]) as [FirstVulnerability] ,MAX([Vulnerability_Id]) as [LastVulnerability] FROM [Vulnerabilities_Extended] GROUP BY External_Id, FeedType_Name, VulnerabilitySource_Id HAVING count(External_Id) > 1 ) duplicates on v.External_Id = duplicates.External_Id WHERE v.Vulnerability_Id != duplicates.[FirstVulnerability] ) ROLLBACK Currently, I have the script set to rollback at the end (meaning it won't actually delete the duplicates). If this works for you, you can simply change ROLLBACK to COMMIT and rerun the query and it will remove the duplicates. Please let me know if you have any questions! Thanks, Rich
  • 0 Votes
    3 Posts
    6 Views
    P
    Thanks you Rich it is working !.
  • Server Error 500 when creating Kubernetes Scanner

    4
    0 Votes
    4 Posts
    13 Views
    rhessingerR
    Hi @cronventis, Thanks for confirming thsi for me. I already have the fix in for ProGet 6.0.5 which is expected to release on Friday. Thanks, Rich
  • 0 Votes
    35 Posts
    96 Views
    F
    @rhessinger Thank you, Much appreciated. :)
  • 0 Votes
    8 Posts
    11 Views
    atrippA
    @hwittenborn thanks for letting me know -- that was going to be my next suggestion. It's very possible the key had an unexpected combination of properties/permissions and that didn't translate to the v6 internal model But easy enough to recreate in a case like that :)
  • ProGet - troubleshooting intermittent slow response

    3
    0 Votes
    3 Posts
    24 Views
    ?
    Hi Alana, Thanks for the reply. We've got a ticket on our backlog to upgrade, but we're blocked for ... reasons ... and we might not be able to do that for a while. We managed to kludge a workaround - there's only one dev team using Maven feeds so we suggested they give the Maven Central a feed higher priority in their build config so it scans that first - it seems to have at least hidden the issue for the time being :-). I'll follow up if we've still got the issue after upgrading, whenever that might be... Thanks again, Mike
  • How to create an Asset Directory subfolder via the API

    11
    0 Votes
    11 Posts
    33 Views
    rhessingerR
    Hi @scusson_9923, Glad to hear it! Thanks for following up as well! Thanks, Rich
  • Navigation to Packages not working (Free Edition)

    4
    0 Votes
    4 Posts
    5 Views
    atrippA
    @sbindra_9387 you can enter the activation code in ProGet, when you click the activate button Here is the instruction for manual activation: https://docs.inedo.com/docs/myinedo-activating-a-license-key
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Pushing symbols to proget symbol feed

    symbols 404 proget
    4
    0 Votes
    4 Posts
    22 Views
    atrippA
    Hi @patrick-groess_2616 , The /symbols/<feed-name> URL is only for Visual Studio's Symbol Location setting, and is used to download symbols. Do not try to use it with nuget.exe, it will give that error. You need to use /nuget/<feed-name> to push symbol or nuget.exe packages. Thanks, Alana
  • Query for Dependencies of a Chocolatey Package

    5
    0 Votes
    5 Posts
    12 Views
    K
    Hi @Dan_Woolf, Thanks for your Information, we have a paid version of ProGet. I think your pgscan tool is exactly what I'm looking for, I'll looking into it. Regards, Kurt
  • Licensing Violations on 6.0.2

    11
    2
    0 Votes
    11 Posts
    37 Views
    F
    hi, I had in the proxy configuration both allowed, ssl and non ssl. The Web.BaseUrl must be make empty. All self connector using http://localhost as base url.
  • File cleanup of long directory paths

    buildmaster
    4
    0 Votes
    4 Posts
    4 Views
    M
    If you want to delete long directory paths you should use Long Path Tool. It is great tool.
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation