Welcome to the JFrog Blog

Top Four JFrog Artifactory Enterprise Use Cases

Top Four JFrog Artifactory Enterprise Use Cases

JFrog Artifactory is a “binary artifact repository with a name that is so well known that it is synonymous with artifact repositories in general.” But why is Artifactory the solution chosen by most Fortune 100 companies and millions of developers for their artifact and binary management? Let’s start by looking at a few elements that…
Release with Trust or Die. <br>Key swampUP 2023 Announcements

Release with Trust or Die.
Key swampUP 2023 Announcements

Every year, JFrog brings the DevOps community and some of the world’s leading corporations together for the annual swampUP conference, aimed at providing real solutions to developers and development teams in practical ways to prepare us all for what’s coming next. Since the inception of swampUP - and truthfully since the creation of Artifactory -…
How to Authenticate Access to the JFrog Platform through Your IDE

How to Authenticate Access to the JFrog Platform through Your IDE

JFrog's IDE integrations such as IntelliJ and VS Code, allow developers to work with the JFrog Platform right from within their existing dev environment. By leveraging the advantages of JFrog's features, developers can develop, build, and deploy applications quickly and securely. Large organizations working with the JFrog Platform, can now easily use a SSO (single-sign-on)…
Get Ready for Next.  <br>Put DevOps, DevSecOps, and AI to Work.

Get Ready for Next.
Put DevOps, DevSecOps, and AI to Work.

Our community has always had a “next.” There was the dawn of the computer age, when “next” meant that processing didn’t take up an entire room. There was the “next” of personal computing. Next came laptops, the internet, microservices, cloud-native, cybersecurity, automation and more. The thing that is next is always right around the corner…
Adopt a “Release-first” Approach with Release Lifecycle Management in JFrog Artifactory

Adopt a “Release-first” Approach with Release Lifecycle Management in JFrog Artifactory

UPDATE: As of swampUP 2023, Release Lifecycle Management includes the ability to create Xray policies to block promotion and/or distribution of Release Bundles that contain malicious packages, CVEs, etc. Read on for more information about Release Lifecycle Management. Every organization has a process for building and releasing software. Smaller organizations may run a few automated…
swampUP Sneak Peek

swampUP Sneak Peek

TL;DR: Register for swampUP today to learn from the best DevOps and DevSecOps leaders. Summer is almost over and you know what that means… swampUP 2023 is right around the corner! If you’re like us your attention span is torn between getting your last bit of fun in the sun while at the same time…
Combine Copilot and JFrog Artifactory for Maximum Efficiency

Combine Copilot and JFrog Artifactory for Maximum Efficiency

Writing clean and efficient code can be time consuming, but with the right tools, it can be much easier. In this blog post, we will explore how to use Copilot for code autocompletion and JFrog Artifactory for your package management. What is Copilot? ​​GitHub Copilot is an AI-powered code auto completion tool developed by OpenAI…
A Guide to Installing the JFrog Platform on Amazon EKS

A Guide to Installing the JFrog Platform on Amazon EKS

Amazon Elastic Kubernetes Service — or Amazon EKS — is a managed service that enables you to run Kubernetes on AWS without having to manage your own Kubernetes clusters. The JFrog Platform is available on AWS, making it super simple to deploy applications reliably and predictably, scale them quickly, roll out new features easily, and…
Seamlessly Minimize Unnecessary Data Fetching with GraphQL Queries

Seamlessly Minimize Unnecessary Data Fetching with GraphQL Queries

Many processes in our daily software development chain require data analysis in real-time. Ensuring the reliability of the data is vital, since multiple processes may rely on it. While taking into account the performance and fetching only the relevant data that is required for our specific use case. What is GraphQL? GraphQL is a query…
Addressing the npm Manifest Confusion Vulnerability

Addressing the npm Manifest Confusion Vulnerability

A potential security risk in the npm ecosystem known as "manifest confusion" has recently been spotlighted in a blog post by Darcy Clarke, a former Staff Engineering Manager at GitHub. Clarke mentioned that JFrog Artifactory seems to replicate this issue, so of course we investigated it right away. In this post, we will explain what…