Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
org.tonicsoft.ebay:ebaysdkcore
Advanced tools
This SDK enables you to use Java to make API calls in the eBay Trading API, which is an XML API. This maven build is provided by tonicsoft for convenience and is an exact copy of version 981 of the project distributed by eBay via the official eBay SDK website.
ebaysdkcore
, also known as the "eBay SDK for Java" provides convenient access to the eBay Trading API. It contains code generated from the Trading API WSDL and a thin wrapper which simplify common tasks like providing credentials or setting commonly used parameters.
This project aims to provide a reliable build of the official eBay source code releases for the eBay SDK for Java, conventiently distributed via the Maven Central Repository, with minimal differences to the binaries found in the official eBay downloads.
Find the latest version of the project in the Maven Central Repository.
Major versions are maintained in a one to one correspondance with the versions of releases made available on the eBay Developer Program website. For example, version 981.0.0
of this project would be a build of Version 981 of the eBay release. Subsequent minor or patch versions of this projects (981.0.1
, 981.1.0
etc) represent builds from the same eBay source code. eBay maintains a one to one correspondence between versions of the SDK and versions of the Trading API.
A small number of changes are maintained in order to make the artifacts more suitable for distribution via Maven:
log4j:log4fj
and commons-logging:commons-logging
have been removed to allow users of this project to select their own logging implementation, as the eBay source code uses org.slf4j:slf4j-api
exculsively.jaxws-maven-plugin
) instead of running the Ant task com.sun.tools.ws.ant.WsImport
via the Maven plugin maven-antrun-plugin
. This is to prevent hard coded file system paths for wsdlLocation
ending up in the generated source code (see Stack Overflow)eBaySvc.wsdl
is packaged inside eBay's namespace com.ebay.sdk
instead of at the root of the classpath. If you need to load the WSDL from the classpath, you can use "com/ebay/sdk/eBaySvc.wsdl"
instead of "eBaySvc.wsdl"
as the path.FAQs
This SDK enables you to use Java to make API calls in the eBay Trading API, which is an XML API. This maven build is provided by tonicsoft for convenience and is an exact copy of version 981 of the project distributed by eBay via the official eBay SDK website.
We found that org.tonicsoft.ebay:ebaysdkcore demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.