Artemis icon indicating copy to clipboard operation
Artemis copied to clipboard

A modular vulnerability scanner with automatic report generation capabilities.

Results 59 Artemis issues
Sort by recently updated
recently updated
newest added

Bumps [paramiko](https://github.com/paramiko/paramiko) from 3.4.0 to 3.4.1. Commits a498e03 Cut 3.4.1 fed3813 Merge branch '3.3' into 3.4 01fb98f Cut 3.3.2 02242c5 Merge branch '3.3' into 3.4 8e6aa00 Changelog re #2419, fixes...

dependencies
python

Bumps [publicsuffixlist](https://github.com/ko-zu/psl) from 1.0.2.20240727 to 1.0.2.20240812. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=publicsuffixlist&package-manager=pip&previous-version=1.0.2.20240727&new-version=1.0.2.20240812)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
python

Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.31 to 2.0.32. Release notes Sourced from sqlalchemy's releases. 2.0.32 Released: August 5, 2024 general [general] [bug] [regression] Restored legacy class names removed from sqlalalchemy.orm.collections.*, including _orm.MappedCollection,...

dependencies
python

## 📝 Description This PR improves the `scripts/start` script by automatically creating a `.env` file if it's missing, allowing the setup process to continue without interruption. also Automates the creation...

# 🚀 Implement domain validation and task addition for efficient scanning ## 📝 Description This PR introduces two complementary methods in the `ArtemisBase` class: `check_domain_exists` for domain validation and `add_valid_domains_task`...