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!

  • Maven Policy not blocking Noncompliant packages

    4
    1
    0 Votes
    4 Posts
    10 Views
    atrippA
    Hi @parthu-reddy , If you can provide my with some step-by-step instructions (reproduction case), then I can see if if there's a bug in ProGet. However we can't really change the "license file is embedded in the package file" technical requirement. That said... using custom licenses for blocking package is definitely inappropriate. Please do not do that. It will cause you headaches and probably business disruptions later. There are already tools to prevent users from downloading packages from ProGet, this is not how you want to do it. The easiest solution here is to align the security team's understanding/expectations align with reality. You don't want to try to configure ProGet in unrealistic ways that will lead to actual problems/risks. I suspect the security team is conflating "vulnerable packages" with "malware and viruses", so it'd be best to take this opportunity to educate them on how packages / ProGet works. ProGet can prevent users from downloading certain packages, but vulnerable packages are freely available on the internet for download. A vulnerable package is NOT some a "virus in a lab that can escape" and infect a system A package is just a library and cannot run on its own If a user has a copy of vulnerable package, they can't use it to "hack" a system with it nor will it cause any harm Vulnerable packages simply shouldn't be used as building blocks in your own applications Thanks, Alana
  • Need info on blocking packages

    2
    2
    0 Votes
    2 Posts
    7 Views
    atrippA
    Hi @parthu-reddy , This hasn't changed; to "Set Package Status", you need to first Pull the Package to the feed. From there, you can a compliance rule override of Always Block or Always Allow Downloads. Thanks, Alana
  • Proget: SCA Event Notifier not working

    8
    2
    0 Votes
    8 Posts
    39 Views
    Dan_WoolfD
    Hi @caterina, I'm sorry about this. There looks like there was a conflict with another notifier change. I have created a new ticket, PG-2933, to fix this and it will be released in the next maintenance release. Thanks, Dan
  • 0 Votes
    3 Posts
    15 Views
    rhessingerR
    Hi @arose_5538, We just released ProGet 24.0.31 that has the fix included for this so you do not need to specify those extra environment variables. Thanks, Rich
  • Import error

    2
    0 Votes
    2 Posts
    10 Views
    atrippA
    Hi @pratik-kumar_8939 , Unfortunately Nexus has a very limited API, which is why the so the import isn't working (404 error - not found). Basically, it doesn't implement the "catalog API" that allows all artifacts/packages to be listed. However, you can use a file-system / drop-path import after you extract the files from Nexus Thanks, Alana
  • Upgrade to 2024.29 crashes

    3
    0 Votes
    3 Posts
    13 Views
    stevedennisS
    Hi @v-makkenze_6348 , This error was related to an error on our end - basically there was some bad data in the package that the InedoHub downloaded, and it caused the installer script to crash. We fixed the package on our end, so reinstalling normally should work now. Cheers, Steve
  • Rust Crates are uploaded with an incorrect compression method

    7
    0 Votes
    7 Posts
    33 Views
    R
    Awesome, thank you so much!
  • Adding an ad-hoc deployment process to an existing application

    3
    0 Votes
    3 Posts
    16 Views
    M
    Thank you for your guidance Dean!
  • pgutil allow wildcard input file

    4
    1 Votes
    4 Posts
    17 Views
    J
    Thanks ! Works as expected... as always :)
  • Proget upgraded 6 -> 2024. Scoped npm packages no longer accessible.

    2
    0 Votes
    2 Posts
    17 Views
    atrippA
    Hi @infrastrcture_6303 , We've had one other user report this, and unfortunately it's a bit complicated behind the scenes. ProGet 6 allowed npm packages to be uploaded without a @ in the scope, which meant that if you used a non-npm client (your own script, etc), you could have "bad data" in the database. We did not anticipate this data when doing the ProGet 2023 datamigration, so the bad data was brought over. We don't have a means of fixing it, and it would take a nontrivial amount of time to do that - so as a free user we can't really put in that time. We do plan on a cleanup task ina few months that will take care of this automatically. If you're comfortable with SQL, you may be able to fix it yourself (that's what the other user did), and it invovles a figuring out some queries around the PackageNameIds table. Another alternative is to setup a new instance of ProGet 2024 and then just import the packages from disk. Thanks, Alana
  • Can't browse files within nuget (choco or ps) package

    2
    1
    0 Votes
    2 Posts
    13 Views
    atrippA
    Hi @jfullmer_7346 , I was able to reproduce this, and we will fix it in an upcoming maintenance release (PG-2920). This came from a regression in 2024.28, with some other NuGet feed changes. Cheers, Alana
  • NPM Failed to fetch package tags

    2
    0 Votes
    2 Posts
    8 Views
    dean-houstonD
    Hi @procha_8465 , I'm afraid we'll need a bit more information here to help you. There are a lot of changes between ProGet 5.2 and ProGet 2024 and between older/newer versions of the npm client. If you can put together a reproduction case, ideally on a new instance of ProGet 2024, that'll help us determine what you're trying to do and how to help. -- Dean
  • Prometheus support?

    9
    2 Votes
    9 Posts
    37 Views
    dean-houstonD
    Hi @f-medini_8369, Here is our documentation on how to use Prometheus: https://docs.inedo.com/docs/installation/logging/installation-prometheus -- Dean
  • Maven release and snapshot repo type

    2
    0 Votes
    2 Posts
    10 Views
    atrippA
    Hi @pratik-kumar_8939 , ProGet does not require two different feeds for this, and we would generally recommend putting them in the same feed. If you wish to have the artifacts intwo different feeds, then you can just create different feeds and name them how you'd like. Thanks, Alana
  • Using ProGet with TeamCity

    2
    0 Votes
    2 Posts
    6 Views
    dean-houstonD
    Hi @simon-marriott_1201, If you haven't seen it already, I'd check out How Files and Packages Work in ProGet for Artifactory Users. Long story short is, you should consider a more modern approach than the Maven-based file/folder that Artifactory uses. Many have found a lot of success with Universal Feeds & Packages. We don't maintain a TeamCity plugin, but it's really easy to create, publish, deploy packages using the pgutil command line (i.e. pgutil upack create); see HOWTO: Create Universal Packages Hope that helps! -- Dean
  • pgutil showing incorrect buildnr

    pgutil
    2
    1
    0 Votes
    2 Posts
    18 Views
    gdivisG
    That's a display issue in pgutil. It's not supposed to show the build number as part of the version at all, so we'll fix that. Note that we do include the build as part of the tag, but the actual release title on GitHub is just 2.1.1, 2.0.6, etc. Thanks for reporting this!
  • nuget.org connector disappears

    6
    0 Votes
    6 Posts
    27 Views
    P
    @atripp Thanks so much for the information
  • SQL error while reading/re-indexing the Directory Assets

    proget proget assets
    3
    0 Votes
    3 Posts
    22 Views
    P
    @rhessinger I added the requested info to the opened ticket. Best Regards, Pedro
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • 0 Votes
    3 Posts
    18 Views
    U
    Hi @dean-houston, thanks for the reply. That solved the problem. In addition I finally had to configure my Visual Studion correctly by adding /v3/index.json to the feed address. I had missed this for quite some time, unfortunately. Now everything is running fine. Best regards Uwe
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation