Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
ai.databand.azkaban:azkaban-spi
Advanced tools
Azkaban builds use Gradle and requires Java 8 or higher.
The following set of commands run on *nix platforms like Linux, OS X.
# Build Azkaban
./gradlew build
# Clean the build
./gradlew clean
# Build and install distributions
./gradlew installDist
# Run tests
./gradlew test
# Build without running tests
./gradlew build -x test
Pick a release from the release page. Find the tag corresponding to the release.
Check out the source code corresponding to that tag. e.g.
git checkout 3.30.1
Build
./gradlew clean build
The current documentation will be deprecated soon at azkaban.github.io.
The new Documentation site is under development.
The source code for the documentation is inside docs
directory.
For help, please visit the Azkaban Google Group.
If you want to contribute to the documentation or the release tool (inside the tools
folder),
please make sure python3 is installed in your environment. python virtual environment is recommended to run these scripts.
To download the python3 dependencies, run
pip3 install -r requirements.txt
After, enter the documentation folder docs
and make the build by running
cd docs
make html
[July, 2018] We are actively improving our documentation. Everyone in the AZ community is welcome to submit a pull request to edit/fix the documentation.
FAQs
Unknown package
We found that ai.databand.azkaban:azkaban-spi 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.