Package Search Help

You can use boolean logic (e.g. AND/OR/NOT) for complex search queries. For more help and examples, see the search documentation.

Search by package name:
my-package (implicit)
name:my-package (explicit)

Search by package filename:
my-package.ext (implicit)
filename:my-package.ext (explicit)

Search by package tag:
latest (implicit)
tag:latest (explicit)

Search by package version:
1.0.0 (implicit)
version:1.0.0 (explicit)
prerelease:true (prereleases)
prerelease:false (no prereleases)

Search by package architecture:
architecture:x86_64 

Search by package distribution:
distribution:el 

Search by package license:
license:MIT 

Search by package format:
format:deb 

Search by package status:
status:in_progress 

Search by package file checksum:
checksum:5afba 

Search by package security status:
severity:critical 

Search by package vulnerabilities:
vulnerabilities:>1 
vulnerabilities:<1000 

Search by # of package downloads:
downloads:>8 
downloads:<100 

Search by package type:
type:binary 
type:source 

Search by package size (bytes):
size:>50000 
size:<10000 

Search by dependency name/version:
dependency:log4j 
dependency:log4j=1.0.0 
dependency:log4j>1.0.0 

Search by uploaded date:
uploaded:>"1 day ago" 
uploaded:<"August 14, 2022 EST" 

Search by entitlement token (identifier):
entitlement:3lKPVJPosCsY 

Search by policy violation:
policy_violated:true
deny_policy_violated:true
license_policy_violated:true
vulnerability_policy_violated:true

Search by repository:
repository:repo-name

Search queries for all Debian-specific (and related) package types

Search by component:
deb_component:unstable

Search queries for all Maven-specific (and related) package types

Search by group ID:
maven_group_id:org.apache

Search queries for all Docker-specific (and related) package types

Search by image digest:
docker_image_digest:sha256:7c5..6d4
(full hashref only)

Search by layer digest:
docker_layer_digest:sha256:4c4..ae4
(full hashref only)

Field type modifiers (depending on the type, you can influence behaviour)

For all queries, you can use:
~foo for negation

For string queries, you can use:
^foo to anchor to start of term
foo$ to anchor to end of term
foo*bar for fuzzy matching

For number/date or version queries, you can use:
>foo for values greater than
>=foo for values greater / equal
<foo for values less than
<=foo for values less / equal

Need a secure and centralised artifact repository to deliver Alpine, Cargo, CocoaPods, Composer, Conan, Conda, CRAN, Dart, Debian, Docker, Go, Helm, Hex, LuaRocks, Maven, npm, NuGet, P2, Python, RedHat, Ruby, Swift, Terraform, Vagrant, Raw & More packages?

Cloudsmith is the new standard in Package / Artifact Management and Software Distribution.

With support for all major package formats, you can trust us to manage your software supply chain.

Start My Free Trial

Maven logo r2dbc-bom  Arabba-SR10

One-liner (summary)

io.r2dbc:r2dbc-bom:Arabba-SR10

Description

Dependency Management for R2DBC Drivers
Status  Completed
Checksums Provided Checksums Verified
Checksum (MD5) 8bb9a9dc92c73289d0a09bc27de87b43
Checksum (SHA-1) be975d24d644c887b04202f734bad0d272adbe1f
Checksum (SHA-256) c1129bdb4abe4730287300946e31a1c6d9b4699f06df8a5c9661c1370adf71e9
Checksum (SHA-512) 0635319fa9c5125ddb6054fb914f84ed23d06db500958f6379c76315736c2c2b20…
GPG Signature
Storage Region  Ohio, United States
Type  Binary (contains binaries and binary artifacts)
Uploaded At 3 years, 4 months ago
Uploaded By Fetched by Cloudsmith
Slug Id r2dbc-bom-arabba-sr10pom-iVc
Unique Id 87nKmlaC0hxu
Version (Raw) Arabba-SR10
Version (Parsed)
  • Type: Unknown
  extended metadata
Artifact Id r2dbc-bom
Group Id io.r2dbc
Is Snapshot
Packaging pom
Url https://github.com/r2dbc/r2dbc-bom
pkg r2dbc-bom-Arabba-SR10.pom 9
4.2 KB
md5 sha1 sha256 sha512
Package Contents (r2dbc-bom-Arabba-SR10.pom)

This package doesn't have any files. It might not be an archive.

Security Scanning:
You can't see this because your subscription doesn't include this feature, sorry!

With Security Scanning, Cloudsmith will scan your artifacts for vulnerabilities when they're uploaded. These are then presented to you via the UI and the API, so that you can build rules into your CI/CD pipelines to decide how to handle low, medium, high and critical software vulnerabilities.

If you'd like to trial or ask about the Security Scanning feature, just ask us. We'll be happy to help!

Last scanned

2 hours ago

Scan result

Vulnerable

Vulnerability count

1

Max. severity

Medium
Target:
MEDIUM

CVE-5080-35038: library: vulnerability title



Package Name: package_name
Installed Version: 1.4.40
Fixed Version: 2.7.28

References: www.burgess.com www.miller-nelson.net www.christensen.com

These instructions assume you have setup the repository first (or read it).

To install/use r2dbc-bom @ version Arabba-SR10 ...

Then you can then depend on r2dbc-bom @ version Arabba-SR10, via:

Add the following to your project pom.xml file:

<dependency>
  <groupId>io.r2dbc</groupId>
  <artifactId>r2dbc-bom</artifactId>
  <version>Arabba-SR10</version>
</dependency>
dependencies {
  implementation 'io.r2dbc:r2dbc-bom:Arabba-SR10'
}

Note: These examples use the Groovy-based syntax for Gradle. For the Kotlin syntax, please refer to the official documentation for declaring dependencies.

Add the following to your project build.sbt file:

libraryDependencies += "io.r2dbc" % "r2dbc-bom" % "Arabba-SR10"

Add the following to your project project.clj file:

:dependencies [[io.r2dbc/r2dbc-bom "Arabba-SR10"]]

For other build systems, such as grape, please consult your build system documentation for more help.

Previous Version
Next Version
Top