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!

  • ProGet - Bulk deprecate/unlist packages

    4
    1
    0 Votes
    4 Posts
    24 Views
    atrippA
    Hi @jw , This doesn't seem like a a trivial change, due to the way those pages work, so I'll add it to the "wishlist" - we've got a lot of other ProGet 2025 roadmap stuff prioritized ahead for the time being :) Cheers, Alana
  • Infrastructure As Code Scanning -- Azure ARM/Bicep

    2
    0 Votes
    2 Posts
    16 Views
    atrippA
    Hi @dan-brown_0128 , It doesn't look like there's been much interest in this so far (we haven't heard any othe rrequests for it), but I wanted to mention that Terraform repositories are planned and something we hope to accomplish in the coming months. Cheers, Alana
  • 0 Votes
    4 Posts
    15 Views
    atrippA
    @sebastian said in Problem with PGV-22381O7 (tree-kill1.2.2 incorrectly flagged vulnerable): There should be a special treatment for withdrawn vulnerabilities within ProGet. Maybe not deleting them (because I'm pretty sure there will be cases where I will be looking at a package and think "I swear this one had a vulnerability, but now I can't find it?" ), but maybe auto-assess a special status to it. That's what we were worried about as well, having them dissapear. Perhaps we just delete ones without assessments, and if you set a withdrawn vulnerability unassessed, it gets deleted
  • What is the V symbol on universal packages?

    6
    1
    0 Votes
    6 Posts
    14 Views
    apxltdA
    @carl-westman_8110 very happy to hear it, thanks for the kind words :)
  • ProGet v24 fails to initialize/upgrade the SQL Server database

    4
    0 Votes
    4 Posts
    23 Views
    stevedennisS
    Hi @husterk_2844 , I'm afraid we're at a loss here; no one else has reported any kind of errors like this, and I can't imagine what would even cause such a problem. I suspect there is something off about your Docker Compose file? That seems to be the only thing different than the basic setup. I would just try to re-follow the basic instructions we posted: https://docs.inedo.com/docs/installation/linux/docker-guide That's what we use to test, and lots of users install and upgrade without a problem. Thanks, Steve
  • ProGet IIS Dependency on SQL

    2
    0 Votes
    2 Posts
    8 Views
    Dan_WoolfD
    Hi @forbzie22_0253, The easiest solution is to change both the "ProGet Service" (INEDOPROGETSVC) service and the "World Wide Web Publishing Service" (W3svc) to Automatic (Delayed Start). This typically allows SQL Server to start before IIS and the ProGet Service start. Thanks, Dan
  • Rollback from ProGet 2024 to 2023

    3
    0 Votes
    3 Posts
    10 Views
    C
    Hi @atripp thank you very much, downloading the latest version solved my issue. Best, Caterina
  • ProGet successfully started Event

    2
    0 Votes
    2 Posts
    7 Views
    stevedennisS
    Hi @forbzie22_0253, There's no Windows event logged, but once the /heath page is reachable, then the application is ready. If you're using SQL Server and IIS on the same box, then both of those must first load before ProGet can start. Thanks, Steve
  • ProGet & new Python development environment

    7
    0 Votes
    7 Posts
    26 Views
    S
    Great thanks for confirming Dean
  • Proget reports no issues but npm audit sees high severity vulnerability

    3
    0 Votes
    3 Posts
    10 Views
    rhessingerR
    Hi @v-makkenze_6348, I was able to identify the issue, PG-2778, and will have this fixed in the next maintenance release of ProGet. Thanks, Rich
  • Question about Salt_Bytes

    7
    0 Votes
    7 Posts
    25 Views
    dean-houstonD
    Hi @steviecoaster , The Native API can be a little finicky, especially since you can invoke with JSON, forum-encoded values, querystring, and I think even XML. But it sounds like you're on the right track. Let me share the C# code that ProGet uses to set the password: using (var rfc2898 = new Rfc2898DeriveBytes(password ?? string.Empty, 10, 10000, HashAlgorithmName.SHA1)) { var bytes = rfc2898.GetBytes(20); DB.Users_SetPassword(userName, bytes, rfc2898.Salt); } ... it looks a little different than the code you're using, so hopefully that will help! -- Dean
  • Max file upload

    6
    0 Votes
    6 Posts
    31 Views
    gdivisG
    Thanks @russell_8876! I've gone ahead and released pgutil 1.1.6 with a fix for this. Give it a try and let us know if it's still not working. -Greg
  • HTTPS binding is disabled in free v23.27.

    2
    0 Votes
    2 Posts
    8 Views
    dean-houstonD
    Hi @noam-linux-2022_8869 , Here is documentation on how to enable HTTPS in our products on Windows and Linux: https://docs.inedo.com/docs/installation/installing-on-iis/installation-windows-https-support https://docs.inedo.com/docs/installation/linux/https-support -- Dean
  • API ability to control Feed Access

    5
    0 Votes
    5 Posts
    12 Views
    steviecoasterS
    @dean-houston thanks for that info! I think that'll do nicely. I'll have to play around with it to be sure, but from what I can tell it looks straightforward to implement. Thank you!
  • HTTPS not working when setup within ProGet web interface

    7
    3
    0 Votes
    7 Posts
    25 Views
    dean-houstonD
    @steviecoaster great, thanks for sharing! I added this to our documentation (https://github.com/Inedo/inedo-docs/pull/253), but apparently I don't have ability to merge PRs in that repo so it'll go live sometime later I'm sure
  • 0 Votes
    5 Posts
    20 Views
    J
    Hi @stevedennis Let's continue this thread here: EDO-10681
  • Inconsistent license reporting

    5
    2
    0 Votes
    5 Posts
    13 Views
    ValentijnV
    I did a "Pull to ProGet" and ran analyze again and now the warning is gone.
  • Support for Dart/Flutter pub.dev package repo

    Locked
    17
    0 Votes
    17 Posts
    80 Views
    apxltdA
    Good news everyone, ProGet 2024.11 now has support for pub (Dart/Flutter) feeds! I'm going to lock this topic now, but if you run into any issues please start a new topic cc/ @aaron-bryson_0311 @fabian-droege_8705 @proget-markus-koban_7308 @jensen-chappell_6168 @harald-somnes-hanssen_2204 @bvandehey_9055
  • ProGet Free Question

    3
    0 Votes
    3 Posts
    16 Views
    C
    Thank you for the information Alana I appreciate the details!
  • Entra ID SSO error

    12
    0 Votes
    12 Posts
    59 Views
    rhessingerR
    Hi @j-d-koning_0111, Just wanted to check in if PG-2738 fixed your issue. We have also been working with another customer that has had similar issues. We determined this was related to setting to Map groups to SAML groups setting. If you have this enabled and do not have any groups claims sent, it was causing the error you saw above. This last issue, PG-2745, will be released in the next maintenance release. As a work around, make sure you have your SAML provider configured to send groups claims. Thanks, Rich
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation