From 1051d405279ee97883174c6683c958496deb6be3 Mon Sep 17 00:00:00 2001 From: ajmallesh Date: Thu, 13 Nov 2025 16:55:13 +0530 Subject: [PATCH 1/2] chore: add MPL license comments --- configs/config-schema.json | 4 ++++ mcp-server/package-lock.json | 4 ++++ mcp-server/package.json | 4 ++++ mcp-server/src/index.js | 4 ++++ mcp-server/src/tools/generate-totp.js | 4 ++++ mcp-server/src/tools/save-deliverable.js | 4 ++++ mcp-server/src/types/deliverables.js | 4 ++++ mcp-server/src/types/index.js | 4 ++++ mcp-server/src/types/tool-responses.js | 4 ++++ mcp-server/src/utils/error-formatter.js | 4 ++++ mcp-server/src/utils/file-operations.js | 4 ++++ mcp-server/src/validation/queue-validator.js | 4 ++++ mcp-server/src/validation/totp-validator.js | 4 ++++ package-lock.json | 4 ++++ package.json | 4 ++++ scripts/export-metrics.js | 4 ++++ shannon.mjs | 4 ++++ src/ai/claude-executor.js | 4 ++++ src/audit/audit-session.js | 4 ++++ src/audit/index.js | 4 ++++ src/audit/logger.js | 4 ++++ src/audit/metrics-tracker.js | 4 ++++ src/audit/utils.js | 4 ++++ src/checkpoint-manager.js | 4 ++++ src/cli/command-handler.js | 4 ++++ src/cli/input-validator.js | 4 ++++ src/cli/prompts.js | 4 ++++ src/cli/ui.js | 4 ++++ src/config-parser.js | 4 ++++ src/constants.js | 4 ++++ src/error-handling.js | 4 ++++ src/phases/pre-recon.js | 4 ++++ src/phases/reporting.js | 4 ++++ src/progress-indicator.js | 4 ++++ src/prompts/prompt-manager.js | 4 ++++ src/queue-validation.js | 4 ++++ src/session-manager.js | 4 ++++ src/setup/environment.js | 4 ++++ src/splash-screen.js | 4 ++++ src/tool-checker.js | 4 ++++ src/utils/concurrency.js | 4 ++++ src/utils/git-manager.js | 4 ++++ src/utils/metrics.js | 4 ++++ src/utils/output-formatter.js | 4 ++++ xben-benchmark-results/XBEN-001-24/audit-logs/session.json | 4 ++++ .../XBEN-001-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-001-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-001-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-001-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-002-24/audit-logs/session.json | 4 ++++ .../XBEN-002-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-002-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-002-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-002-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-003-24/audit-logs/session.json | 4 ++++ .../XBEN-003-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-003-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-003-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-003-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-004-24/audit-logs/session.json | 4 ++++ .../XBEN-004-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-004-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-004-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-004-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-005-24/audit-logs/session.json | 4 ++++ .../XBEN-005-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-005-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-005-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-005-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-006-24/audit-logs/session.json | 4 ++++ .../XBEN-006-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-006-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-006-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-006-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-007-24/audit-logs/session.json | 4 ++++ .../XBEN-007-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-007-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-007-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-007-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-008-24/audit-logs/session.json | 4 ++++ .../XBEN-008-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-008-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-008-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-008-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-009-24/audit-logs/session.json | 4 ++++ .../XBEN-009-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-009-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-009-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-009-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-010-24/audit-logs/session.json | 4 ++++ .../XBEN-010-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-010-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-010-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-010-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-011-24/audit-logs/session.json | 4 ++++ .../XBEN-011-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-011-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-011-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-011-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-012-24/audit-logs/session.json | 4 ++++ .../XBEN-012-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-012-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-012-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-012-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-013-24/audit-logs/session.json | 4 ++++ .../XBEN-013-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-013-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-013-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-013-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-014-24/audit-logs/session.json | 4 ++++ .../XBEN-014-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-014-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-014-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-014-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-015-24/audit-logs/session.json | 4 ++++ .../XBEN-015-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-015-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-015-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-015-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-016-24/audit-logs/session.json | 4 ++++ .../XBEN-016-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-016-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-016-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-016-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-017-24/audit-logs/session.json | 4 ++++ .../XBEN-017-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-017-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-017-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-017-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-018-24/audit-logs/session.json | 4 ++++ .../XBEN-018-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-018-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-018-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-018-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-019-24/audit-logs/session.json | 4 ++++ .../XBEN-019-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-019-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-019-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-019-24/deliverables/xss_exploitation_queue.json | 4 ++++ .../session.json | 4 ++++ xben-benchmark-results/XBEN-020-24/audit-logs/session.json | 4 ++++ .../XBEN-020-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-020-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-020-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-020-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-021-24/audit-logs/session.json | 4 ++++ .../XBEN-021-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-021-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-021-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-021-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-022-24/audit-logs/session.json | 4 ++++ .../XBEN-022-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-022-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-022-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-022-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-023-24/audit-logs/session.json | 4 ++++ .../XBEN-023-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-023-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-023-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-023-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-024-24/audit-logs/session.json | 4 ++++ .../XBEN-024-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-024-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-024-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-024-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-025-24/audit-logs/session.json | 4 ++++ .../XBEN-025-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-025-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-025-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-025-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-026-24/audit-logs/session.json | 4 ++++ .../XBEN-026-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-026-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-026-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-026-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-027-24/audit-logs/session.json | 4 ++++ .../XBEN-027-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-027-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-027-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-027-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-028-24/audit-logs/session.json | 4 ++++ .../XBEN-028-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-028-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-028-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-028-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-029-24/audit-logs/session.json | 4 ++++ .../XBEN-029-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-029-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-029-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-029-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-030-24/audit-logs/session.json | 4 ++++ .../XBEN-030-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-030-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-030-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-030-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-031-24/audit-logs/session.json | 4 ++++ .../XBEN-031-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-031-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-031-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-031-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-032-24/audit-logs/session.json | 4 ++++ .../XBEN-032-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-032-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-032-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-032-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-033-24/audit-logs/session.json | 4 ++++ .../XBEN-033-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-033-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-033-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-033-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-034-24/audit-logs/session.json | 4 ++++ .../XBEN-034-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-034-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-034-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-034-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-035-24/audit-logs/session.json | 4 ++++ .../XBEN-035-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-035-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-035-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-035-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-036-24/audit-logs/session.json | 4 ++++ .../XBEN-036-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-036-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-036-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-036-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-037-24/audit-logs/session.json | 4 ++++ .../XBEN-037-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-037-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-037-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-037-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-038-24/audit-logs/session.json | 4 ++++ .../XBEN-038-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-038-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-038-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-038-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-039-24/audit-logs/session.json | 4 ++++ .../XBEN-039-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-039-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-039-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-039-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-040-24/audit-logs/session.json | 4 ++++ .../XBEN-040-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-040-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-040-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-040-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-041-24/audit-logs/session.json | 4 ++++ .../XBEN-041-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-041-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-041-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-041-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-042-24/audit-logs/session.json | 4 ++++ .../XBEN-042-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-042-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-042-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-042-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-043-24/audit-logs/session.json | 4 ++++ .../XBEN-043-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-043-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-043-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-043-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-044-24/audit-logs/session.json | 4 ++++ .../XBEN-044-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-044-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-044-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-044-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-045-24/audit-logs/session.json | 4 ++++ .../XBEN-045-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-045-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-045-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-045-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-046-24/audit-logs/session.json | 4 ++++ .../XBEN-046-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-046-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-046-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-046-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-047-24/audit-logs/session.json | 4 ++++ .../XBEN-047-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-047-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-047-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-047-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-048-24/audit-logs/session.json | 4 ++++ .../XBEN-048-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-048-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-048-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-048-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-049-24/audit-logs/session.json | 4 ++++ .../XBEN-049-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-049-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-049-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-049-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-050-24/audit-logs/session.json | 4 ++++ .../XBEN-050-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-050-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-050-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-050-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-051-24/audit-logs/session.json | 4 ++++ .../XBEN-051-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-051-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-051-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-051-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-052-24/audit-logs/session.json | 4 ++++ .../XBEN-052-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-052-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-052-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-052-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-053-24/audit-logs/session.json | 4 ++++ .../XBEN-053-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-053-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-053-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-053-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-054-24/audit-logs/session.json | 4 ++++ .../XBEN-054-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-054-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-054-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-054-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-055-24/audit-logs/session.json | 4 ++++ .../XBEN-055-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-055-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-055-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-055-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-056-24/audit-logs/session.json | 4 ++++ .../XBEN-056-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-056-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-056-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-056-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-057-24/audit-logs/session.json | 4 ++++ .../XBEN-057-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-057-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-057-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-057-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-058-24/audit-logs/session.json | 4 ++++ .../XBEN-058-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-058-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-058-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-058-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-059-24/audit-logs/session.json | 4 ++++ .../XBEN-059-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-059-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-059-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-059-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-060-24/audit-logs/session.json | 4 ++++ xben-benchmark-results/XBEN-061-24/audit-logs/session.json | 4 ++++ .../XBEN-061-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-061-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-061-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-061-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-062-24/audit-logs/session.json | 4 ++++ .../XBEN-062-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-062-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-062-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-062-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-063-24/audit-logs/session.json | 4 ++++ .../XBEN-063-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-063-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-063-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-063-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-064-24/audit-logs/session.json | 4 ++++ .../XBEN-064-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-064-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-064-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-064-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-065-24/audit-logs/session.json | 4 ++++ .../XBEN-065-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-065-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-065-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-065-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-066-24/audit-logs/session.json | 4 ++++ .../XBEN-066-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-066-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-066-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-066-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-067-24/audit-logs/session.json | 4 ++++ .../XBEN-067-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-067-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-067-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-067-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-068-24/audit-logs/session.json | 4 ++++ .../XBEN-068-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-068-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-068-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-068-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-069-24/audit-logs/session.json | 4 ++++ .../XBEN-069-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-069-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-069-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-069-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-070-24/audit-logs/session.json | 4 ++++ .../XBEN-070-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-070-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-070-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-070-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-071-24/audit-logs/session.json | 4 ++++ .../XBEN-071-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-071-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-071-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-071-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-072-24/audit-logs/session.json | 4 ++++ .../XBEN-072-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-072-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-072-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-072-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-073-24/audit-logs/session.json | 4 ++++ .../XBEN-073-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-073-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-073-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-073-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-074-24/audit-logs/session.json | 4 ++++ .../XBEN-074-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-074-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-074-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-074-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-075-24/audit-logs/session.json | 4 ++++ .../XBEN-075-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-075-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-075-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-075-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-076-24/audit-logs/session.json | 4 ++++ .../XBEN-076-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-076-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-076-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-076-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-077-24/audit-logs/session.json | 4 ++++ .../XBEN-077-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-077-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-077-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-077-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-078-24/audit-logs/session.json | 4 ++++ .../XBEN-078-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-078-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-078-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-078-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-079-24/audit-logs/session.json | 4 ++++ .../XBEN-079-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-079-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-079-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-079-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-080-24/audit-logs/session.json | 4 ++++ .../XBEN-080-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-080-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-080-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-080-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-081-24/audit-logs/session.json | 4 ++++ .../XBEN-081-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-081-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-081-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-081-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-082-24/audit-logs/session.json | 4 ++++ .../XBEN-082-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-082-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-082-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-082-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-083-24/audit-logs/session.json | 4 ++++ .../XBEN-083-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-083-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-083-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-083-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-084-24/audit-logs/session.json | 4 ++++ .../XBEN-084-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-084-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-084-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-084-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-085-24/audit-logs/session.json | 4 ++++ .../XBEN-085-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-085-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-085-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-085-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-086-24/audit-logs/session.json | 4 ++++ .../XBEN-086-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-086-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-086-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-086-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-087-24/audit-logs/session.json | 4 ++++ .../XBEN-087-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-087-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-087-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-087-24/deliverables/xss_exploitation_queue.json | 4 ++++ .../session.json | 4 ++++ xben-benchmark-results/XBEN-088-24/audit-logs/session.json | 4 ++++ .../XBEN-088-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-088-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-088-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-088-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-089-24/audit-logs/session.json | 4 ++++ .../XBEN-089-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-089-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-089-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-089-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-090-24/audit-logs/session.json | 4 ++++ .../XBEN-090-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-090-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-090-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-090-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-091-24/audit-logs/session.json | 4 ++++ .../XBEN-091-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-091-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-091-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-091-24/deliverables/xss_exploitation_queue.json | 4 ++++ .../session.json | 4 ++++ xben-benchmark-results/XBEN-092-24/audit-logs/session.json | 4 ++++ .../XBEN-092-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-092-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-092-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-092-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-093-24/audit-logs/session.json | 4 ++++ .../XBEN-093-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-093-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-093-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-093-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-094-24/audit-logs/session.json | 4 ++++ .../XBEN-094-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-094-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-094-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-094-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-095-24/audit-logs/session.json | 4 ++++ .../XBEN-095-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-095-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-095-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-095-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-096-24/audit-logs/session.json | 4 ++++ .../XBEN-096-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-096-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-096-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-096-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-097-24/audit-logs/session.json | 4 ++++ .../XBEN-097-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-097-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-097-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-097-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-098-24/audit-logs/session.json | 4 ++++ .../XBEN-098-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-098-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-098-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-098-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-099-24/audit-logs/session.json | 4 ++++ .../XBEN-099-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-099-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-099-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-099-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-100-24/audit-logs/session.json | 4 ++++ .../XBEN-100-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-100-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-100-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-100-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-101-24/audit-logs/session.json | 4 ++++ .../XBEN-101-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-101-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-101-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-101-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-102-24/audit-logs/session.json | 4 ++++ .../XBEN-102-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-102-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-102-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-102-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-103-24/audit-logs/session.json | 4 ++++ .../XBEN-103-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-103-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-103-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-103-24/deliverables/xss_exploitation_queue.json | 4 ++++ xben-benchmark-results/XBEN-104-24/audit-logs/session.json | 4 ++++ .../XBEN-104-24/deliverables/auth_exploitation_queue.json | 4 ++++ .../XBEN-104-24/deliverables/authz_exploitation_queue.json | 4 ++++ .../deliverables/injection_exploitation_queue.json | 4 ++++ .../XBEN-104-24/deliverables/ssrf_exploitation_queue.json | 4 ++++ .../XBEN-104-24/deliverables/xss_exploitation_queue.json | 4 ++++ 666 files changed, 2664 insertions(+) diff --git a/configs/config-schema.json b/configs/config-schema.json index 360f066..a7b3807 100644 --- a/configs/config-schema.json +++ b/configs/config-schema.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://example.com/pentest-config-schema.json", diff --git a/mcp-server/package-lock.json b/mcp-server/package-lock.json index 38044b8..e1c2a8e 100644 --- a/mcp-server/package-lock.json +++ b/mcp-server/package-lock.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "name": "@shannon/mcp-server", "version": "1.0.0", diff --git a/mcp-server/package.json b/mcp-server/package.json index 09fd3e3..26eea6f 100644 --- a/mcp-server/package.json +++ b/mcp-server/package.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "name": "@shannon/mcp-server", "version": "1.0.0", diff --git a/mcp-server/src/index.js b/mcp-server/src/index.js index 18e1fe0..c07ad28 100644 --- a/mcp-server/src/index.js +++ b/mcp-server/src/index.js @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + /** * Shannon Helper MCP Server * diff --git a/mcp-server/src/tools/generate-totp.js b/mcp-server/src/tools/generate-totp.js index ac850f6..39b4a47 100644 --- a/mcp-server/src/tools/generate-totp.js +++ b/mcp-server/src/tools/generate-totp.js @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + /** * generate_totp MCP Tool * diff --git a/mcp-server/src/tools/save-deliverable.js b/mcp-server/src/tools/save-deliverable.js index cc00d7b..89dac51 100644 --- a/mcp-server/src/tools/save-deliverable.js +++ b/mcp-server/src/tools/save-deliverable.js @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + /** * save_deliverable MCP Tool * diff --git a/mcp-server/src/types/deliverables.js b/mcp-server/src/types/deliverables.js index bbc0c2f..ceee321 100644 --- a/mcp-server/src/types/deliverables.js +++ b/mcp-server/src/types/deliverables.js @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + /** * Deliverable Type Definitions * diff --git a/mcp-server/src/types/index.js b/mcp-server/src/types/index.js index 38dacd8..207adad 100644 --- a/mcp-server/src/types/index.js +++ b/mcp-server/src/types/index.js @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + /** * Type definitions barrel export */ diff --git a/mcp-server/src/types/tool-responses.js b/mcp-server/src/types/tool-responses.js index 24de306..52b82ec 100644 --- a/mcp-server/src/types/tool-responses.js +++ b/mcp-server/src/types/tool-responses.js @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + /** * Tool Response Type Definitions * diff --git a/mcp-server/src/utils/error-formatter.js b/mcp-server/src/utils/error-formatter.js index 0f5883c..92624bf 100644 --- a/mcp-server/src/utils/error-formatter.js +++ b/mcp-server/src/utils/error-formatter.js @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + /** * Error Formatting Utilities * diff --git a/mcp-server/src/utils/file-operations.js b/mcp-server/src/utils/file-operations.js index b030489..eaca14c 100644 --- a/mcp-server/src/utils/file-operations.js +++ b/mcp-server/src/utils/file-operations.js @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + /** * File Operations Utilities * diff --git a/mcp-server/src/validation/queue-validator.js b/mcp-server/src/validation/queue-validator.js index 1fdcd84..bc08ba1 100644 --- a/mcp-server/src/validation/queue-validator.js +++ b/mcp-server/src/validation/queue-validator.js @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + /** * Queue Validator * diff --git a/mcp-server/src/validation/totp-validator.js b/mcp-server/src/validation/totp-validator.js index 2deb486..8a48da2 100644 --- a/mcp-server/src/validation/totp-validator.js +++ b/mcp-server/src/validation/totp-validator.js @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + /** * TOTP Validator * diff --git a/package-lock.json b/package-lock.json index 59ee289..393cfa6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "name": "shannon", "version": "1.0.0", diff --git a/package.json b/package.json index 80b95f5..c4a550c 100644 --- a/package.json +++ b/package.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "name": "shannon", "version": "1.0.0", diff --git a/scripts/export-metrics.js b/scripts/export-metrics.js index 6b7e0c1..1102932 100755 --- a/scripts/export-metrics.js +++ b/scripts/export-metrics.js @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + #!/usr/bin/env node /** diff --git a/shannon.mjs b/shannon.mjs index 846b2a5..53bb793 100755 --- a/shannon.mjs +++ b/shannon.mjs @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + #!/usr/bin/env zx import { path, fs } from 'zx'; diff --git a/src/ai/claude-executor.js b/src/ai/claude-executor.js index 186acc8..dcf781c 100644 --- a/src/ai/claude-executor.js +++ b/src/ai/claude-executor.js @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + import { $, fs, path } from 'zx'; import chalk from 'chalk'; import { query } from '@anthropic-ai/claude-agent-sdk'; diff --git a/src/audit/audit-session.js b/src/audit/audit-session.js index c8df674..6db2f11 100644 --- a/src/audit/audit-session.js +++ b/src/audit/audit-session.js @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + /** * Audit Session - Main Facade * diff --git a/src/audit/index.js b/src/audit/index.js index 2322e9d..f9dfe78 100644 --- a/src/audit/index.js +++ b/src/audit/index.js @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + /** * Unified Audit & Metrics System * diff --git a/src/audit/logger.js b/src/audit/logger.js index bb03ab2..13a493a 100644 --- a/src/audit/logger.js +++ b/src/audit/logger.js @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + /** * Append-Only Agent Logger * diff --git a/src/audit/metrics-tracker.js b/src/audit/metrics-tracker.js index eb8d97d..1f07a65 100644 --- a/src/audit/metrics-tracker.js +++ b/src/audit/metrics-tracker.js @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + /** * Metrics Tracker * diff --git a/src/audit/utils.js b/src/audit/utils.js index 58a2f05..285e7a0 100644 --- a/src/audit/utils.js +++ b/src/audit/utils.js @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + /** * Audit System Utilities * diff --git a/src/checkpoint-manager.js b/src/checkpoint-manager.js index a15be0e..8f68998 100644 --- a/src/checkpoint-manager.js +++ b/src/checkpoint-manager.js @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + import { fs, path, $ } from 'zx'; import chalk from 'chalk'; import { PentestError } from './error-handling.js'; diff --git a/src/cli/command-handler.js b/src/cli/command-handler.js index 08629c5..4761922 100644 --- a/src/cli/command-handler.js +++ b/src/cli/command-handler.js @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + import chalk from 'chalk'; import { selectSession, deleteSession, deleteAllSessions, diff --git a/src/cli/input-validator.js b/src/cli/input-validator.js index 3eaca3e..b42a208 100644 --- a/src/cli/input-validator.js +++ b/src/cli/input-validator.js @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + import { fs, path } from 'zx'; // Helper function: Validate web URL diff --git a/src/cli/prompts.js b/src/cli/prompts.js index 5d174e8..bf78423 100644 --- a/src/cli/prompts.js +++ b/src/cli/prompts.js @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + import { createInterface } from 'readline'; import { PentestError } from '../error-handling.js'; diff --git a/src/cli/ui.js b/src/cli/ui.js index c12a4c0..005ca67 100644 --- a/src/cli/ui.js +++ b/src/cli/ui.js @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + import chalk from 'chalk'; import { displaySplashScreen } from '../splash-screen.js'; diff --git a/src/config-parser.js b/src/config-parser.js index d77ee8d..72337be 100644 --- a/src/config-parser.js +++ b/src/config-parser.js @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + import { fs } from 'zx'; import yaml from 'js-yaml'; import Ajv from 'ajv'; diff --git a/src/constants.js b/src/constants.js index 40cc994..4605b67 100644 --- a/src/constants.js +++ b/src/constants.js @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + import { path, fs } from 'zx'; import chalk from 'chalk'; import { validateQueueAndDeliverable } from './queue-validation.js'; diff --git a/src/error-handling.js b/src/error-handling.js index 8556fb8..19dd351 100644 --- a/src/error-handling.js +++ b/src/error-handling.js @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + import chalk from 'chalk'; import { fs, path } from 'zx'; diff --git a/src/phases/pre-recon.js b/src/phases/pre-recon.js index 9020eb1..9e5d077 100644 --- a/src/phases/pre-recon.js +++ b/src/phases/pre-recon.js @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + import { $, fs, path } from 'zx'; import chalk from 'chalk'; import { Timer, timingResults } from '../utils/metrics.js'; diff --git a/src/phases/reporting.js b/src/phases/reporting.js index a8b5e80..b1b6f7e 100644 --- a/src/phases/reporting.js +++ b/src/phases/reporting.js @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + import { fs, path } from 'zx'; import chalk from 'chalk'; import { PentestError } from '../error-handling.js'; diff --git a/src/progress-indicator.js b/src/progress-indicator.js index 91d1f2b..82da584 100644 --- a/src/progress-indicator.js +++ b/src/progress-indicator.js @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + import chalk from 'chalk'; export class ProgressIndicator { diff --git a/src/prompts/prompt-manager.js b/src/prompts/prompt-manager.js index 767b5e2..2d7ad35 100644 --- a/src/prompts/prompt-manager.js +++ b/src/prompts/prompt-manager.js @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + import { fs, path } from 'zx'; import chalk from 'chalk'; import { PentestError, handlePromptError } from '../error-handling.js'; diff --git a/src/queue-validation.js b/src/queue-validation.js index 819ac2a..1fa437c 100644 --- a/src/queue-validation.js +++ b/src/queue-validation.js @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + import { fs, path } from 'zx'; import { PentestError } from './error-handling.js'; diff --git a/src/session-manager.js b/src/session-manager.js index 17122c3..a4f47c0 100644 --- a/src/session-manager.js +++ b/src/session-manager.js @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + import { fs, path } from 'zx'; import chalk from 'chalk'; import crypto from 'crypto'; diff --git a/src/setup/environment.js b/src/setup/environment.js index 5fd8921..9463e9d 100644 --- a/src/setup/environment.js +++ b/src/setup/environment.js @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + import { $, fs, path } from 'zx'; import chalk from 'chalk'; import { PentestError } from '../error-handling.js'; diff --git a/src/splash-screen.js b/src/splash-screen.js index 6974c79..f934f49 100644 --- a/src/splash-screen.js +++ b/src/splash-screen.js @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + import figlet from 'figlet'; import gradient from 'gradient-string'; import boxen from 'boxen'; diff --git a/src/tool-checker.js b/src/tool-checker.js index f6a7f2d..fd41d9d 100644 --- a/src/tool-checker.js +++ b/src/tool-checker.js @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + import { $ } from 'zx'; import chalk from 'chalk'; diff --git a/src/utils/concurrency.js b/src/utils/concurrency.js index b29b644..df96e0c 100644 --- a/src/utils/concurrency.js +++ b/src/utils/concurrency.js @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + /** * Concurrency Control Utilities * diff --git a/src/utils/git-manager.js b/src/utils/git-manager.js index 32ef3d8..421dffe 100644 --- a/src/utils/git-manager.js +++ b/src/utils/git-manager.js @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + import { $ } from 'zx'; import chalk from 'chalk'; diff --git a/src/utils/metrics.js b/src/utils/metrics.js index dc55865..73445a0 100644 --- a/src/utils/metrics.js +++ b/src/utils/metrics.js @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + import chalk from 'chalk'; import { formatDuration } from '../audit/utils.js'; diff --git a/src/utils/output-formatter.js b/src/utils/output-formatter.js index 5c2aaaf..4d6704b 100644 --- a/src/utils/output-formatter.js +++ b/src/utils/output-formatter.js @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + import { AGENTS } from '../session-manager.js'; /** diff --git a/xben-benchmark-results/XBEN-001-24/audit-logs/session.json b/xben-benchmark-results/XBEN-001-24/audit-logs/session.json index 600aa20..e932858 100644 --- a/xben-benchmark-results/XBEN-001-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-001-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "5ba0d1ba-3b5c-48d1-8f7f-65efa378d5d1", diff --git a/xben-benchmark-results/XBEN-001-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-001-24/deliverables/auth_exploitation_queue.json index 80fdfa1..a7e0a57 100644 --- a/xben-benchmark-results/XBEN-001-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-001-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-001-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-001-24/deliverables/authz_exploitation_queue.json index c81950e..ef8d770 100644 --- a/xben-benchmark-results/XBEN-001-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-001-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-001-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-001-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-001-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-001-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-001-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-001-24/deliverables/ssrf_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-001-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-001-24/deliverables/ssrf_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-001-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-001-24/deliverables/xss_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-001-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-001-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-002-24/audit-logs/session.json b/xben-benchmark-results/XBEN-002-24/audit-logs/session.json index 8c835c0..3146d0b 100644 --- a/xben-benchmark-results/XBEN-002-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-002-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "335d6803-b599-427b-ae4c-e7b64d1eb979", diff --git a/xben-benchmark-results/XBEN-002-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-002-24/deliverables/auth_exploitation_queue.json index 9ae9f8b..6101be4 100644 --- a/xben-benchmark-results/XBEN-002-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-002-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-002-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-002-24/deliverables/authz_exploitation_queue.json index 382115c..f392817 100644 --- a/xben-benchmark-results/XBEN-002-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-002-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-002-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-002-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-002-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-002-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-002-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-002-24/deliverables/ssrf_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-002-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-002-24/deliverables/ssrf_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-002-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-002-24/deliverables/xss_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-002-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-002-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-003-24/audit-logs/session.json b/xben-benchmark-results/XBEN-003-24/audit-logs/session.json index 5d52641..2d54703 100644 --- a/xben-benchmark-results/XBEN-003-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-003-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "04cc0a9f-ebd4-4c9b-aebc-d838f988d153", diff --git a/xben-benchmark-results/XBEN-003-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-003-24/deliverables/auth_exploitation_queue.json index 6e386b4..d096a49 100644 --- a/xben-benchmark-results/XBEN-003-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-003-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-003-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-003-24/deliverables/authz_exploitation_queue.json index ed14c87..c0e7386 100644 --- a/xben-benchmark-results/XBEN-003-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-003-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-003-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-003-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-003-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-003-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-003-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-003-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-003-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-003-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-003-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-003-24/deliverables/xss_exploitation_queue.json index bad341d..252d1bf 100644 --- a/xben-benchmark-results/XBEN-003-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-003-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-004-24/audit-logs/session.json b/xben-benchmark-results/XBEN-004-24/audit-logs/session.json index 0824924..ccdb31b 100644 --- a/xben-benchmark-results/XBEN-004-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-004-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "69b8f2a0-c0cf-4403-a5f3-0cdc43bc94a8", diff --git a/xben-benchmark-results/XBEN-004-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-004-24/deliverables/auth_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-004-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-004-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-004-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-004-24/deliverables/authz_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-004-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-004-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-004-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-004-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-004-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-004-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-004-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-004-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-004-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-004-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-004-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-004-24/deliverables/xss_exploitation_queue.json index 5cd8c7f..4974e96 100644 --- a/xben-benchmark-results/XBEN-004-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-004-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-005-24/audit-logs/session.json b/xben-benchmark-results/XBEN-005-24/audit-logs/session.json index 89c9935..3585c6e 100644 --- a/xben-benchmark-results/XBEN-005-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-005-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "09105900-f75b-4a78-9769-7ce0d6613ce1", diff --git a/xben-benchmark-results/XBEN-005-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-005-24/deliverables/auth_exploitation_queue.json index 2085277..e59895c 100644 --- a/xben-benchmark-results/XBEN-005-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-005-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-005-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-005-24/deliverables/authz_exploitation_queue.json index 9bb988b..c850e54 100644 --- a/xben-benchmark-results/XBEN-005-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-005-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-005-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-005-24/deliverables/injection_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-005-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-005-24/deliverables/injection_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-005-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-005-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-005-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-005-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-005-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-005-24/deliverables/xss_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-005-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-005-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-006-24/audit-logs/session.json b/xben-benchmark-results/XBEN-006-24/audit-logs/session.json index 46b2638..a2dcc6c 100644 --- a/xben-benchmark-results/XBEN-006-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-006-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "72f4b21d-3951-49bf-8e7c-12ecb8a6b594", diff --git a/xben-benchmark-results/XBEN-006-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-006-24/deliverables/auth_exploitation_queue.json index 729a3a2..1899767 100644 --- a/xben-benchmark-results/XBEN-006-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-006-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-006-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-006-24/deliverables/authz_exploitation_queue.json index 6cc794f..a08040b 100644 --- a/xben-benchmark-results/XBEN-006-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-006-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-006-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-006-24/deliverables/injection_exploitation_queue.json index 752a3cb..8b808ad 100644 --- a/xben-benchmark-results/XBEN-006-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-006-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-006-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-006-24/deliverables/ssrf_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-006-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-006-24/deliverables/ssrf_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-006-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-006-24/deliverables/xss_exploitation_queue.json index b6d91d6..d855451 100644 --- a/xben-benchmark-results/XBEN-006-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-006-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-007-24/audit-logs/session.json b/xben-benchmark-results/XBEN-007-24/audit-logs/session.json index 98f7e71..34f2e11 100644 --- a/xben-benchmark-results/XBEN-007-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-007-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "7e91179c-5b22-4c91-989e-4586957a257b", diff --git a/xben-benchmark-results/XBEN-007-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-007-24/deliverables/auth_exploitation_queue.json index 2918850..c17884e 100644 --- a/xben-benchmark-results/XBEN-007-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-007-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-007-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-007-24/deliverables/authz_exploitation_queue.json index 3460f88..43780bf 100644 --- a/xben-benchmark-results/XBEN-007-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-007-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-007-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-007-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-007-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-007-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-007-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-007-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-007-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-007-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-007-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-007-24/deliverables/xss_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-007-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-007-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-008-24/audit-logs/session.json b/xben-benchmark-results/XBEN-008-24/audit-logs/session.json index 4794aef..48c4884 100644 --- a/xben-benchmark-results/XBEN-008-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-008-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "0d269674-dc22-493b-a26d-80bfad5166b4", diff --git a/xben-benchmark-results/XBEN-008-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-008-24/deliverables/auth_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-008-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-008-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-008-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-008-24/deliverables/authz_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-008-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-008-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-008-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-008-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-008-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-008-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-008-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-008-24/deliverables/ssrf_exploitation_queue.json index d8d4bb9..7275ce7 100644 --- a/xben-benchmark-results/XBEN-008-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-008-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-008-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-008-24/deliverables/xss_exploitation_queue.json index 0cad611..705bb67 100644 --- a/xben-benchmark-results/XBEN-008-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-008-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-009-24/audit-logs/session.json b/xben-benchmark-results/XBEN-009-24/audit-logs/session.json index 791763f..abe9a77 100644 --- a/xben-benchmark-results/XBEN-009-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-009-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "106339f1-539a-4ceb-8ae7-38758a8260c5", diff --git a/xben-benchmark-results/XBEN-009-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-009-24/deliverables/auth_exploitation_queue.json index 5c016ce..64f1ac4 100644 --- a/xben-benchmark-results/XBEN-009-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-009-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-009-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-009-24/deliverables/authz_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-009-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-009-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-009-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-009-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-009-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-009-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-009-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-009-24/deliverables/ssrf_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-009-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-009-24/deliverables/ssrf_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-009-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-009-24/deliverables/xss_exploitation_queue.json index 701aa29..6efbf70 100644 --- a/xben-benchmark-results/XBEN-009-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-009-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-010-24/audit-logs/session.json b/xben-benchmark-results/XBEN-010-24/audit-logs/session.json index 440835a..6b8e2ad 100644 --- a/xben-benchmark-results/XBEN-010-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-010-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "3c7165a4-1623-4bbf-84d3-fc4ba413dfd7", diff --git a/xben-benchmark-results/XBEN-010-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-010-24/deliverables/auth_exploitation_queue.json index ec48a06..ebe6ee6 100644 --- a/xben-benchmark-results/XBEN-010-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-010-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-010-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-010-24/deliverables/authz_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-010-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-010-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-010-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-010-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-010-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-010-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-010-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-010-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-010-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-010-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-010-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-010-24/deliverables/xss_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-010-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-010-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-011-24/audit-logs/session.json b/xben-benchmark-results/XBEN-011-24/audit-logs/session.json index 4345d75..29d454c 100644 --- a/xben-benchmark-results/XBEN-011-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-011-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "e530fd05-3ce9-4b4c-a4b5-01a62fee5b08", diff --git a/xben-benchmark-results/XBEN-011-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-011-24/deliverables/auth_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-011-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-011-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-011-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-011-24/deliverables/authz_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-011-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-011-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-011-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-011-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-011-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-011-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-011-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-011-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-011-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-011-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-011-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-011-24/deliverables/xss_exploitation_queue.json index acf95ce..f2a16c4 100644 --- a/xben-benchmark-results/XBEN-011-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-011-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-012-24/audit-logs/session.json b/xben-benchmark-results/XBEN-012-24/audit-logs/session.json index c4506bd..a50b5aa 100644 --- a/xben-benchmark-results/XBEN-012-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-012-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "14da560b-8e09-4cf0-b968-8b6d4b2a71ed", diff --git a/xben-benchmark-results/XBEN-012-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-012-24/deliverables/auth_exploitation_queue.json index 2820c91..81c564d 100644 --- a/xben-benchmark-results/XBEN-012-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-012-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-012-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-012-24/deliverables/authz_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-012-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-012-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-012-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-012-24/deliverables/injection_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-012-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-012-24/deliverables/injection_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-012-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-012-24/deliverables/ssrf_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-012-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-012-24/deliverables/ssrf_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-012-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-012-24/deliverables/xss_exploitation_queue.json index fb40655..f92c13d 100644 --- a/xben-benchmark-results/XBEN-012-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-012-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-013-24/audit-logs/session.json b/xben-benchmark-results/XBEN-013-24/audit-logs/session.json index 42d7c29..e9bcb52 100644 --- a/xben-benchmark-results/XBEN-013-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-013-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "c8eceff5-620a-40d1-a923-8291fe1695a5", diff --git a/xben-benchmark-results/XBEN-013-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-013-24/deliverables/auth_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-013-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-013-24/deliverables/auth_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-013-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-013-24/deliverables/authz_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-013-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-013-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-013-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-013-24/deliverables/injection_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-013-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-013-24/deliverables/injection_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-013-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-013-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-013-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-013-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-013-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-013-24/deliverables/xss_exploitation_queue.json index b8869ff..ca8eb7d 100644 --- a/xben-benchmark-results/XBEN-013-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-013-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-014-24/audit-logs/session.json b/xben-benchmark-results/XBEN-014-24/audit-logs/session.json index aa45f12..f908386 100644 --- a/xben-benchmark-results/XBEN-014-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-014-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "efc60ee0-cf4f-4ef1-8d50-b6cc3912ac20", diff --git a/xben-benchmark-results/XBEN-014-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-014-24/deliverables/auth_exploitation_queue.json index d592e81..7ee2145 100644 --- a/xben-benchmark-results/XBEN-014-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-014-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-014-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-014-24/deliverables/authz_exploitation_queue.json index e4f3362..c27da78 100644 --- a/xben-benchmark-results/XBEN-014-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-014-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-014-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-014-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-014-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-014-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-014-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-014-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-014-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-014-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-014-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-014-24/deliverables/xss_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-014-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-014-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-015-24/audit-logs/session.json b/xben-benchmark-results/XBEN-015-24/audit-logs/session.json index 3294854..572465d 100644 --- a/xben-benchmark-results/XBEN-015-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-015-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "57760e30-2f8d-4029-a8d9-adf3a01f0e9a", diff --git a/xben-benchmark-results/XBEN-015-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-015-24/deliverables/auth_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-015-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-015-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-015-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-015-24/deliverables/authz_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-015-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-015-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-015-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-015-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-015-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-015-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-015-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-015-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-015-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-015-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-015-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-015-24/deliverables/xss_exploitation_queue.json index e2c912a..fb2b3b4 100644 --- a/xben-benchmark-results/XBEN-015-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-015-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-016-24/audit-logs/session.json b/xben-benchmark-results/XBEN-016-24/audit-logs/session.json index 8ee1b80..1d073a2 100644 --- a/xben-benchmark-results/XBEN-016-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-016-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "cb284ff7-56bb-4c67-8a3d-812cb1303692", diff --git a/xben-benchmark-results/XBEN-016-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-016-24/deliverables/auth_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-016-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-016-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-016-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-016-24/deliverables/authz_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-016-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-016-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-016-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-016-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-016-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-016-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-016-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-016-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-016-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-016-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-016-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-016-24/deliverables/xss_exploitation_queue.json index 28df6ed..fdd60b5 100644 --- a/xben-benchmark-results/XBEN-016-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-016-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-017-24/audit-logs/session.json b/xben-benchmark-results/XBEN-017-24/audit-logs/session.json index ec393e2..ded7c09 100644 --- a/xben-benchmark-results/XBEN-017-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-017-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "00439569-093d-4d13-b375-b9c022cea779", diff --git a/xben-benchmark-results/XBEN-017-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-017-24/deliverables/auth_exploitation_queue.json index 339fbf3..89794a4 100644 --- a/xben-benchmark-results/XBEN-017-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-017-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-017-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-017-24/deliverables/authz_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-017-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-017-24/deliverables/authz_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-017-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-017-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-017-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-017-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-017-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-017-24/deliverables/ssrf_exploitation_queue.json index 2b7d422..412dcdb 100644 --- a/xben-benchmark-results/XBEN-017-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-017-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-017-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-017-24/deliverables/xss_exploitation_queue.json index ba4dab3..69c99b4 100644 --- a/xben-benchmark-results/XBEN-017-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-017-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-018-24/audit-logs/session.json b/xben-benchmark-results/XBEN-018-24/audit-logs/session.json index 1f5b082..8966bf6 100644 --- a/xben-benchmark-results/XBEN-018-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-018-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "8df132e1-65ad-4d51-9d46-1a1d37ae0345", diff --git a/xben-benchmark-results/XBEN-018-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-018-24/deliverables/auth_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-018-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-018-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-018-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-018-24/deliverables/authz_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-018-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-018-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-018-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-018-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-018-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-018-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-018-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-018-24/deliverables/ssrf_exploitation_queue.json index 8039c4b..fa7da08 100644 --- a/xben-benchmark-results/XBEN-018-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-018-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-018-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-018-24/deliverables/xss_exploitation_queue.json index 9231672..35ec3c2 100644 --- a/xben-benchmark-results/XBEN-018-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-018-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-019-24/audit-logs/session.json b/xben-benchmark-results/XBEN-019-24/audit-logs/session.json index aea96cc..59bbaa0 100644 --- a/xben-benchmark-results/XBEN-019-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-019-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "52c1c83d-f8e8-488d-b7c9-810aba2dae80", diff --git a/xben-benchmark-results/XBEN-019-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-019-24/deliverables/auth_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-019-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-019-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-019-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-019-24/deliverables/authz_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-019-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-019-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-019-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-019-24/deliverables/injection_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-019-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-019-24/deliverables/injection_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-019-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-019-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-019-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-019-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-019-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-019-24/deliverables/xss_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-019-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-019-24/deliverables/xss_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-020-24/audit-logs/localhost_6e12d7c5-ae3f-4881-86ae-3677a05624d6/session.json b/xben-benchmark-results/XBEN-020-24/audit-logs/localhost_6e12d7c5-ae3f-4881-86ae-3677a05624d6/session.json index f59fc09..8ea20fe 100644 --- a/xben-benchmark-results/XBEN-020-24/audit-logs/localhost_6e12d7c5-ae3f-4881-86ae-3677a05624d6/session.json +++ b/xben-benchmark-results/XBEN-020-24/audit-logs/localhost_6e12d7c5-ae3f-4881-86ae-3677a05624d6/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "6e12d7c5-ae3f-4881-86ae-3677a05624d6", diff --git a/xben-benchmark-results/XBEN-020-24/audit-logs/session.json b/xben-benchmark-results/XBEN-020-24/audit-logs/session.json index f59fc09..8ea20fe 100644 --- a/xben-benchmark-results/XBEN-020-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-020-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "6e12d7c5-ae3f-4881-86ae-3677a05624d6", diff --git a/xben-benchmark-results/XBEN-020-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-020-24/deliverables/auth_exploitation_queue.json index 2d8cfb6..40d0112 100644 --- a/xben-benchmark-results/XBEN-020-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-020-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-020-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-020-24/deliverables/authz_exploitation_queue.json index e68fcb2..b1b8b46 100644 --- a/xben-benchmark-results/XBEN-020-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-020-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-020-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-020-24/deliverables/injection_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-020-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-020-24/deliverables/injection_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-020-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-020-24/deliverables/ssrf_exploitation_queue.json index a4d55df..3c1ef6c 100644 --- a/xben-benchmark-results/XBEN-020-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-020-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-020-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-020-24/deliverables/xss_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-020-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-020-24/deliverables/xss_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-021-24/audit-logs/session.json b/xben-benchmark-results/XBEN-021-24/audit-logs/session.json index 9cdfaa2..c18c1c3 100644 --- a/xben-benchmark-results/XBEN-021-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-021-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "ab7005d4-234e-4227-ba71-096e4580aeee", diff --git a/xben-benchmark-results/XBEN-021-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-021-24/deliverables/auth_exploitation_queue.json index 151d2fd..7b385f6 100644 --- a/xben-benchmark-results/XBEN-021-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-021-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-021-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-021-24/deliverables/authz_exploitation_queue.json index 0de44d0..c199d6a 100644 --- a/xben-benchmark-results/XBEN-021-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-021-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-021-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-021-24/deliverables/injection_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-021-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-021-24/deliverables/injection_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-021-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-021-24/deliverables/ssrf_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-021-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-021-24/deliverables/ssrf_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-021-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-021-24/deliverables/xss_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-021-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-021-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-022-24/audit-logs/session.json b/xben-benchmark-results/XBEN-022-24/audit-logs/session.json index 17cf62d..90f3046 100644 --- a/xben-benchmark-results/XBEN-022-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-022-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "58a36ba5-a852-408b-8579-2f22da6c1f43", diff --git a/xben-benchmark-results/XBEN-022-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-022-24/deliverables/auth_exploitation_queue.json index cb0d4f4..f9051ae 100644 --- a/xben-benchmark-results/XBEN-022-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-022-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-022-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-022-24/deliverables/authz_exploitation_queue.json index 29e82dd..9e36299 100644 --- a/xben-benchmark-results/XBEN-022-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-022-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-022-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-022-24/deliverables/injection_exploitation_queue.json index 865aed3..0ec0363 100644 --- a/xben-benchmark-results/XBEN-022-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-022-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-022-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-022-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-022-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-022-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-022-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-022-24/deliverables/xss_exploitation_queue.json index 9c4f00a..0737cff 100644 --- a/xben-benchmark-results/XBEN-022-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-022-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-023-24/audit-logs/session.json b/xben-benchmark-results/XBEN-023-24/audit-logs/session.json index 25a7d35..5993b87 100644 --- a/xben-benchmark-results/XBEN-023-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-023-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "de6a0aee-dd7f-4fab-877d-268fc0178eee", diff --git a/xben-benchmark-results/XBEN-023-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-023-24/deliverables/auth_exploitation_queue.json index b5f26cb..8a6bfc9 100644 --- a/xben-benchmark-results/XBEN-023-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-023-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-023-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-023-24/deliverables/authz_exploitation_queue.json index ec06de5..eef35ee 100644 --- a/xben-benchmark-results/XBEN-023-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-023-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-023-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-023-24/deliverables/injection_exploitation_queue.json index 053ba54..8df1e23 100644 --- a/xben-benchmark-results/XBEN-023-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-023-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-023-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-023-24/deliverables/ssrf_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-023-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-023-24/deliverables/ssrf_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-023-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-023-24/deliverables/xss_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-023-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-023-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-024-24/audit-logs/session.json b/xben-benchmark-results/XBEN-024-24/audit-logs/session.json index ab19e66..260b271 100644 --- a/xben-benchmark-results/XBEN-024-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-024-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "b2c70c5b-361a-417b-bd3c-f9ac02288631", diff --git a/xben-benchmark-results/XBEN-024-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-024-24/deliverables/auth_exploitation_queue.json index d51851d..b71fc13 100644 --- a/xben-benchmark-results/XBEN-024-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-024-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-024-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-024-24/deliverables/authz_exploitation_queue.json index 17150b8..09f0ebf 100644 --- a/xben-benchmark-results/XBEN-024-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-024-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-024-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-024-24/deliverables/injection_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-024-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-024-24/deliverables/injection_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-024-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-024-24/deliverables/ssrf_exploitation_queue.json index e50d428..33fc1b3 100644 --- a/xben-benchmark-results/XBEN-024-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-024-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-024-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-024-24/deliverables/xss_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-024-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-024-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-025-24/audit-logs/session.json b/xben-benchmark-results/XBEN-025-24/audit-logs/session.json index c3f4c0a..0668aed 100644 --- a/xben-benchmark-results/XBEN-025-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-025-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "fc34d49b-6bf2-4f7c-a111-0511f3c782cc", diff --git a/xben-benchmark-results/XBEN-025-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-025-24/deliverables/auth_exploitation_queue.json index ec6f4ee..fcd0258 100644 --- a/xben-benchmark-results/XBEN-025-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-025-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-025-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-025-24/deliverables/authz_exploitation_queue.json index 8aabe83..15f1bd2 100644 --- a/xben-benchmark-results/XBEN-025-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-025-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-025-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-025-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-025-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-025-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-025-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-025-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-025-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-025-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-025-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-025-24/deliverables/xss_exploitation_queue.json index 172e360..8f29d67 100644 --- a/xben-benchmark-results/XBEN-025-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-025-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-026-24/audit-logs/session.json b/xben-benchmark-results/XBEN-026-24/audit-logs/session.json index dea3c01..dc9d26a 100644 --- a/xben-benchmark-results/XBEN-026-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-026-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "1752d5f8-1220-406a-a5e7-dabfa9699362", diff --git a/xben-benchmark-results/XBEN-026-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-026-24/deliverables/auth_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-026-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-026-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-026-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-026-24/deliverables/authz_exploitation_queue.json index b8cbce1..c251a3d 100644 --- a/xben-benchmark-results/XBEN-026-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-026-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-026-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-026-24/deliverables/injection_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-026-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-026-24/deliverables/injection_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-026-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-026-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-026-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-026-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-026-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-026-24/deliverables/xss_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-026-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-026-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-027-24/audit-logs/session.json b/xben-benchmark-results/XBEN-027-24/audit-logs/session.json index bf031b7..96cdace 100644 --- a/xben-benchmark-results/XBEN-027-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-027-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "11cf5b21-eabe-4c5e-9dde-e23899c77c40", diff --git a/xben-benchmark-results/XBEN-027-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-027-24/deliverables/auth_exploitation_queue.json index 66d9dc2..c8f27a0 100644 --- a/xben-benchmark-results/XBEN-027-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-027-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-027-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-027-24/deliverables/authz_exploitation_queue.json index 6d4354b..b1dabea 100644 --- a/xben-benchmark-results/XBEN-027-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-027-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-027-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-027-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-027-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-027-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-027-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-027-24/deliverables/ssrf_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-027-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-027-24/deliverables/ssrf_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-027-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-027-24/deliverables/xss_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-027-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-027-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-028-24/audit-logs/session.json b/xben-benchmark-results/XBEN-028-24/audit-logs/session.json index d69a267..766684d 100644 --- a/xben-benchmark-results/XBEN-028-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-028-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "5d27bf62-cb62-4b39-88a7-aee622575e8d", diff --git a/xben-benchmark-results/XBEN-028-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-028-24/deliverables/auth_exploitation_queue.json index 9c4b44f..e5ccdf0 100644 --- a/xben-benchmark-results/XBEN-028-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-028-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-028-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-028-24/deliverables/authz_exploitation_queue.json index 95330f5..244ceaf 100644 --- a/xben-benchmark-results/XBEN-028-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-028-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-028-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-028-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-028-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-028-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-028-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-028-24/deliverables/ssrf_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-028-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-028-24/deliverables/ssrf_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-028-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-028-24/deliverables/xss_exploitation_queue.json index fcb5aa1..423ea64 100644 --- a/xben-benchmark-results/XBEN-028-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-028-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-029-24/audit-logs/session.json b/xben-benchmark-results/XBEN-029-24/audit-logs/session.json index 6858e24..dd33baa 100644 --- a/xben-benchmark-results/XBEN-029-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-029-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "a6828409-1b73-4850-86eb-6a0eac6a923b", diff --git a/xben-benchmark-results/XBEN-029-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-029-24/deliverables/auth_exploitation_queue.json index a4133f6..b2ce95e 100644 --- a/xben-benchmark-results/XBEN-029-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-029-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-029-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-029-24/deliverables/authz_exploitation_queue.json index b7cb495..985a5a2 100644 --- a/xben-benchmark-results/XBEN-029-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-029-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-029-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-029-24/deliverables/injection_exploitation_queue.json index 4a4184d..22ab7ac 100644 --- a/xben-benchmark-results/XBEN-029-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-029-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-029-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-029-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-029-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-029-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-029-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-029-24/deliverables/xss_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-029-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-029-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-030-24/audit-logs/session.json b/xben-benchmark-results/XBEN-030-24/audit-logs/session.json index 6bb0ae0..2734988 100644 --- a/xben-benchmark-results/XBEN-030-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-030-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "2847d73f-147a-4437-a8fa-4affc415074d", diff --git a/xben-benchmark-results/XBEN-030-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-030-24/deliverables/auth_exploitation_queue.json index fd48447..042b220 100644 --- a/xben-benchmark-results/XBEN-030-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-030-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-030-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-030-24/deliverables/authz_exploitation_queue.json index 41ae934..0440836 100644 --- a/xben-benchmark-results/XBEN-030-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-030-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-030-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-030-24/deliverables/injection_exploitation_queue.json index 7b4eb70..4b81c06 100644 --- a/xben-benchmark-results/XBEN-030-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-030-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-030-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-030-24/deliverables/ssrf_exploitation_queue.json index 771e873..c5fa34c 100644 --- a/xben-benchmark-results/XBEN-030-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-030-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-030-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-030-24/deliverables/xss_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-030-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-030-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-031-24/audit-logs/session.json b/xben-benchmark-results/XBEN-031-24/audit-logs/session.json index e360f16..62ec019 100644 --- a/xben-benchmark-results/XBEN-031-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-031-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "6704f36d-5e0b-4954-bc70-2414046ecd8a", diff --git a/xben-benchmark-results/XBEN-031-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-031-24/deliverables/auth_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-031-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-031-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-031-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-031-24/deliverables/authz_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-031-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-031-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-031-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-031-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-031-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-031-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-031-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-031-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-031-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-031-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-031-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-031-24/deliverables/xss_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-031-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-031-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-032-24/audit-logs/session.json b/xben-benchmark-results/XBEN-032-24/audit-logs/session.json index f29332c..a8e394c 100644 --- a/xben-benchmark-results/XBEN-032-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-032-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "e07148ee-9fe0-4b74-a968-69c5f00c276a", diff --git a/xben-benchmark-results/XBEN-032-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-032-24/deliverables/auth_exploitation_queue.json index 87c3fe5..f05114d 100644 --- a/xben-benchmark-results/XBEN-032-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-032-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-032-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-032-24/deliverables/authz_exploitation_queue.json index 32ac769..5f192db 100644 --- a/xben-benchmark-results/XBEN-032-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-032-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-032-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-032-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-032-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-032-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-032-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-032-24/deliverables/ssrf_exploitation_queue.json index af20f87..b235bd8 100644 --- a/xben-benchmark-results/XBEN-032-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-032-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-032-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-032-24/deliverables/xss_exploitation_queue.json index 9ecdb88..dc3aac0 100644 --- a/xben-benchmark-results/XBEN-032-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-032-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-033-24/audit-logs/session.json b/xben-benchmark-results/XBEN-033-24/audit-logs/session.json index e06d6b4..ee34939 100644 --- a/xben-benchmark-results/XBEN-033-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-033-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "d99a6235-a444-4547-8850-d4042ecf91f0", diff --git a/xben-benchmark-results/XBEN-033-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-033-24/deliverables/auth_exploitation_queue.json index bea1f31..feca31f 100644 --- a/xben-benchmark-results/XBEN-033-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-033-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-033-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-033-24/deliverables/authz_exploitation_queue.json index dc100b4..cb92cb9 100644 --- a/xben-benchmark-results/XBEN-033-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-033-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-033-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-033-24/deliverables/injection_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-033-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-033-24/deliverables/injection_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-033-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-033-24/deliverables/ssrf_exploitation_queue.json index 871c987..35a3925 100644 --- a/xben-benchmark-results/XBEN-033-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-033-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-033-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-033-24/deliverables/xss_exploitation_queue.json index a5274cb..78e4b86 100644 --- a/xben-benchmark-results/XBEN-033-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-033-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-034-24/audit-logs/session.json b/xben-benchmark-results/XBEN-034-24/audit-logs/session.json index 2ef74b4..d6f27ac 100644 --- a/xben-benchmark-results/XBEN-034-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-034-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "f7a5734e-6862-49e9-9a92-ada9b33da748", diff --git a/xben-benchmark-results/XBEN-034-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-034-24/deliverables/auth_exploitation_queue.json index 986a8c6..94e1d7b 100644 --- a/xben-benchmark-results/XBEN-034-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-034-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-034-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-034-24/deliverables/authz_exploitation_queue.json index 11f4b4c..15b314c 100644 --- a/xben-benchmark-results/XBEN-034-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-034-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-034-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-034-24/deliverables/injection_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-034-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-034-24/deliverables/injection_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-034-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-034-24/deliverables/ssrf_exploitation_queue.json index c274cf1..2d1eb03 100644 --- a/xben-benchmark-results/XBEN-034-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-034-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-034-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-034-24/deliverables/xss_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-034-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-034-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-035-24/audit-logs/session.json b/xben-benchmark-results/XBEN-035-24/audit-logs/session.json index 96a0aed..4fd487a 100644 --- a/xben-benchmark-results/XBEN-035-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-035-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "442e41a0-8a24-494f-bfc9-95dcae417d95", diff --git a/xben-benchmark-results/XBEN-035-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-035-24/deliverables/auth_exploitation_queue.json index a755942..682a291 100644 --- a/xben-benchmark-results/XBEN-035-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-035-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-035-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-035-24/deliverables/authz_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-035-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-035-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-035-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-035-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-035-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-035-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-035-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-035-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-035-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-035-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-035-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-035-24/deliverables/xss_exploitation_queue.json index 4333465..ba1e74e 100644 --- a/xben-benchmark-results/XBEN-035-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-035-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-036-24/audit-logs/session.json b/xben-benchmark-results/XBEN-036-24/audit-logs/session.json index 50b6c9a..b94bf1e 100644 --- a/xben-benchmark-results/XBEN-036-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-036-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "0189d26e-947a-408a-b8ad-77b42f8a1029", diff --git a/xben-benchmark-results/XBEN-036-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-036-24/deliverables/auth_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-036-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-036-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-036-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-036-24/deliverables/authz_exploitation_queue.json index 2494d8a..f289f3e 100644 --- a/xben-benchmark-results/XBEN-036-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-036-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-036-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-036-24/deliverables/injection_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-036-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-036-24/deliverables/injection_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-036-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-036-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-036-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-036-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-036-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-036-24/deliverables/xss_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-036-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-036-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-037-24/audit-logs/session.json b/xben-benchmark-results/XBEN-037-24/audit-logs/session.json index 4b0e5b8..31f28b3 100644 --- a/xben-benchmark-results/XBEN-037-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-037-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "67097e96-e72e-470e-b292-455c13302579", diff --git a/xben-benchmark-results/XBEN-037-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-037-24/deliverables/auth_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-037-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-037-24/deliverables/auth_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-037-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-037-24/deliverables/authz_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-037-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-037-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-037-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-037-24/deliverables/injection_exploitation_queue.json index 2282efe..79a52b6 100644 --- a/xben-benchmark-results/XBEN-037-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-037-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-037-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-037-24/deliverables/ssrf_exploitation_queue.json index 2fd4f4f..5972b86 100644 --- a/xben-benchmark-results/XBEN-037-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-037-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-037-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-037-24/deliverables/xss_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-037-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-037-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-038-24/audit-logs/session.json b/xben-benchmark-results/XBEN-038-24/audit-logs/session.json index 5df8357..834ca92 100644 --- a/xben-benchmark-results/XBEN-038-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-038-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "cebb806c-0667-45b5-bb54-cbed3ac47ba7", diff --git a/xben-benchmark-results/XBEN-038-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-038-24/deliverables/auth_exploitation_queue.json index dddc806..61ab0a1 100644 --- a/xben-benchmark-results/XBEN-038-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-038-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-038-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-038-24/deliverables/authz_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-038-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-038-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-038-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-038-24/deliverables/injection_exploitation_queue.json index a0d5b19..7dc8a93 100644 --- a/xben-benchmark-results/XBEN-038-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-038-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-038-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-038-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-038-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-038-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-038-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-038-24/deliverables/xss_exploitation_queue.json index e98df6a..01e351d 100644 --- a/xben-benchmark-results/XBEN-038-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-038-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-039-24/audit-logs/session.json b/xben-benchmark-results/XBEN-039-24/audit-logs/session.json index 994b2f0..c7de8fa 100644 --- a/xben-benchmark-results/XBEN-039-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-039-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "ee5779e0-5eb7-4bad-b62d-9b097b270338", diff --git a/xben-benchmark-results/XBEN-039-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-039-24/deliverables/auth_exploitation_queue.json index 503dce4..5788c39 100644 --- a/xben-benchmark-results/XBEN-039-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-039-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-039-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-039-24/deliverables/authz_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-039-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-039-24/deliverables/authz_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-039-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-039-24/deliverables/injection_exploitation_queue.json index b2a6faf..357509d 100644 --- a/xben-benchmark-results/XBEN-039-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-039-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-039-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-039-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-039-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-039-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-039-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-039-24/deliverables/xss_exploitation_queue.json index 0ba80fd..de242b9 100644 --- a/xben-benchmark-results/XBEN-039-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-039-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-040-24/audit-logs/session.json b/xben-benchmark-results/XBEN-040-24/audit-logs/session.json index e746ac2..8ecbd77 100644 --- a/xben-benchmark-results/XBEN-040-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-040-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "a36a3599-97b2-488a-8be9-fba30ada5fc9", diff --git a/xben-benchmark-results/XBEN-040-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-040-24/deliverables/auth_exploitation_queue.json index 1e69aa3..8aaf4f3 100644 --- a/xben-benchmark-results/XBEN-040-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-040-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-040-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-040-24/deliverables/authz_exploitation_queue.json index 7dfa5b5..8a84f39 100644 --- a/xben-benchmark-results/XBEN-040-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-040-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-040-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-040-24/deliverables/injection_exploitation_queue.json index fad4b66..44a6edf 100644 --- a/xben-benchmark-results/XBEN-040-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-040-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-040-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-040-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-040-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-040-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-040-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-040-24/deliverables/xss_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-040-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-040-24/deliverables/xss_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-041-24/audit-logs/session.json b/xben-benchmark-results/XBEN-041-24/audit-logs/session.json index d6d90fd..eff24d3 100644 --- a/xben-benchmark-results/XBEN-041-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-041-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "319ff757-6aab-49bc-9603-f591f69e30c9", diff --git a/xben-benchmark-results/XBEN-041-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-041-24/deliverables/auth_exploitation_queue.json index f59ae7e..4a008ad 100644 --- a/xben-benchmark-results/XBEN-041-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-041-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-041-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-041-24/deliverables/authz_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-041-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-041-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-041-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-041-24/deliverables/injection_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-041-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-041-24/deliverables/injection_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-041-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-041-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-041-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-041-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-041-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-041-24/deliverables/xss_exploitation_queue.json index 8ed2b66..f134447 100644 --- a/xben-benchmark-results/XBEN-041-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-041-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-042-24/audit-logs/session.json b/xben-benchmark-results/XBEN-042-24/audit-logs/session.json index 381d5b6..4dbcb0f 100644 --- a/xben-benchmark-results/XBEN-042-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-042-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "fedc4205-66c4-489e-afc2-241c063a1420", diff --git a/xben-benchmark-results/XBEN-042-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-042-24/deliverables/auth_exploitation_queue.json index 25b80b4..db3f050 100644 --- a/xben-benchmark-results/XBEN-042-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-042-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-042-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-042-24/deliverables/authz_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-042-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-042-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-042-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-042-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-042-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-042-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-042-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-042-24/deliverables/ssrf_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-042-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-042-24/deliverables/ssrf_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-042-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-042-24/deliverables/xss_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-042-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-042-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-043-24/audit-logs/session.json b/xben-benchmark-results/XBEN-043-24/audit-logs/session.json index af95d15..8b15899 100644 --- a/xben-benchmark-results/XBEN-043-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-043-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "2ee1e08f-14f0-4ee9-9e4b-f975bec351c5", diff --git a/xben-benchmark-results/XBEN-043-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-043-24/deliverables/auth_exploitation_queue.json index 9abc989..b9fd424 100644 --- a/xben-benchmark-results/XBEN-043-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-043-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-043-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-043-24/deliverables/authz_exploitation_queue.json index 3e369b2..0b696de 100644 --- a/xben-benchmark-results/XBEN-043-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-043-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-043-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-043-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-043-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-043-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-043-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-043-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-043-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-043-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-043-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-043-24/deliverables/xss_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-043-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-043-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-044-24/audit-logs/session.json b/xben-benchmark-results/XBEN-044-24/audit-logs/session.json index bbd65de..2da1203 100644 --- a/xben-benchmark-results/XBEN-044-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-044-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "1677a190-20d6-4c5a-af5c-48cec04994ec", diff --git a/xben-benchmark-results/XBEN-044-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-044-24/deliverables/auth_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-044-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-044-24/deliverables/auth_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-044-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-044-24/deliverables/authz_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-044-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-044-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-044-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-044-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-044-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-044-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-044-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-044-24/deliverables/ssrf_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-044-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-044-24/deliverables/ssrf_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-044-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-044-24/deliverables/xss_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-044-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-044-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-045-24/audit-logs/session.json b/xben-benchmark-results/XBEN-045-24/audit-logs/session.json index 9f62e24..af8f329 100644 --- a/xben-benchmark-results/XBEN-045-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-045-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "a5d3b517-44fe-45ae-b4b6-7db19a04fb52", diff --git a/xben-benchmark-results/XBEN-045-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-045-24/deliverables/auth_exploitation_queue.json index 70ad185..df85eda 100644 --- a/xben-benchmark-results/XBEN-045-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-045-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-045-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-045-24/deliverables/authz_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-045-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-045-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-045-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-045-24/deliverables/injection_exploitation_queue.json index b9a36bb..a21e9d9 100644 --- a/xben-benchmark-results/XBEN-045-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-045-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-045-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-045-24/deliverables/ssrf_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-045-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-045-24/deliverables/ssrf_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-045-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-045-24/deliverables/xss_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-045-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-045-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-046-24/audit-logs/session.json b/xben-benchmark-results/XBEN-046-24/audit-logs/session.json index 6ab2073..fbdfe16 100644 --- a/xben-benchmark-results/XBEN-046-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-046-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "aa98bbf0-116c-4d85-88a2-59aff615b117", diff --git a/xben-benchmark-results/XBEN-046-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-046-24/deliverables/auth_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-046-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-046-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-046-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-046-24/deliverables/authz_exploitation_queue.json index ce3e641..ee21ac3 100644 --- a/xben-benchmark-results/XBEN-046-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-046-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } diff --git a/xben-benchmark-results/XBEN-046-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-046-24/deliverables/injection_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-046-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-046-24/deliverables/injection_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-046-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-046-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-046-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-046-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-046-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-046-24/deliverables/xss_exploitation_queue.json index c24cbdf..0bac436 100644 --- a/xben-benchmark-results/XBEN-046-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-046-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-047-24/audit-logs/session.json b/xben-benchmark-results/XBEN-047-24/audit-logs/session.json index 5a6c900..b26f5f4 100644 --- a/xben-benchmark-results/XBEN-047-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-047-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "c8f314f8-68f1-4963-b851-67a6ad513714", diff --git a/xben-benchmark-results/XBEN-047-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-047-24/deliverables/auth_exploitation_queue.json index 6e2c8f2..ef0fc52 100644 --- a/xben-benchmark-results/XBEN-047-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-047-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-047-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-047-24/deliverables/authz_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-047-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-047-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-047-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-047-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-047-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-047-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-047-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-047-24/deliverables/ssrf_exploitation_queue.json index 7333212..6a0646b 100644 --- a/xben-benchmark-results/XBEN-047-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-047-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-047-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-047-24/deliverables/xss_exploitation_queue.json index 23f3b55..752fbca 100644 --- a/xben-benchmark-results/XBEN-047-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-047-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-048-24/audit-logs/session.json b/xben-benchmark-results/XBEN-048-24/audit-logs/session.json index 847710a..7e8391a 100644 --- a/xben-benchmark-results/XBEN-048-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-048-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "41287f1e-5908-4884-bff8-7e477f0bde1f", diff --git a/xben-benchmark-results/XBEN-048-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-048-24/deliverables/auth_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-048-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-048-24/deliverables/auth_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-048-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-048-24/deliverables/authz_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-048-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-048-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-048-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-048-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-048-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-048-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-048-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-048-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-048-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-048-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-048-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-048-24/deliverables/xss_exploitation_queue.json index 8ea8d8f..bed29b2 100644 --- a/xben-benchmark-results/XBEN-048-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-048-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-049-24/audit-logs/session.json b/xben-benchmark-results/XBEN-049-24/audit-logs/session.json index 7b00f09..8792ab7 100644 --- a/xben-benchmark-results/XBEN-049-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-049-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "81a17cb4-4699-4906-a5e1-55adedf78c8a", diff --git a/xben-benchmark-results/XBEN-049-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-049-24/deliverables/auth_exploitation_queue.json index 91ed717..bb93853 100644 --- a/xben-benchmark-results/XBEN-049-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-049-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-049-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-049-24/deliverables/authz_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-049-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-049-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-049-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-049-24/deliverables/injection_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-049-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-049-24/deliverables/injection_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-049-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-049-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-049-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-049-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-049-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-049-24/deliverables/xss_exploitation_queue.json index 580c8b3..1f2652c 100644 --- a/xben-benchmark-results/XBEN-049-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-049-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-050-24/audit-logs/session.json b/xben-benchmark-results/XBEN-050-24/audit-logs/session.json index ee6f40a..d16c3ef 100644 --- a/xben-benchmark-results/XBEN-050-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-050-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "9be34c9e-3974-4263-98d8-4b3f4e675e26", diff --git a/xben-benchmark-results/XBEN-050-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-050-24/deliverables/auth_exploitation_queue.json index 5580980..93f1f02 100644 --- a/xben-benchmark-results/XBEN-050-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-050-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-050-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-050-24/deliverables/authz_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-050-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-050-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-050-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-050-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-050-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-050-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-050-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-050-24/deliverables/ssrf_exploitation_queue.json index ee2916b..2e1831e 100644 --- a/xben-benchmark-results/XBEN-050-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-050-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-050-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-050-24/deliverables/xss_exploitation_queue.json index 783e29f..9b6a926 100644 --- a/xben-benchmark-results/XBEN-050-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-050-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-051-24/audit-logs/session.json b/xben-benchmark-results/XBEN-051-24/audit-logs/session.json index 07a2cf9..5442659 100644 --- a/xben-benchmark-results/XBEN-051-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-051-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "b903d204-04a5-45e8-931e-5c16dfc37dda", diff --git a/xben-benchmark-results/XBEN-051-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-051-24/deliverables/auth_exploitation_queue.json index ce3e641..ee21ac3 100644 --- a/xben-benchmark-results/XBEN-051-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-051-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } diff --git a/xben-benchmark-results/XBEN-051-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-051-24/deliverables/authz_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-051-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-051-24/deliverables/authz_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-051-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-051-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-051-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-051-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-051-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-051-24/deliverables/ssrf_exploitation_queue.json index 3c81626..d3266f5 100644 --- a/xben-benchmark-results/XBEN-051-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-051-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-051-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-051-24/deliverables/xss_exploitation_queue.json index bcb64da..27fa8a2 100644 --- a/xben-benchmark-results/XBEN-051-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-051-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-052-24/audit-logs/session.json b/xben-benchmark-results/XBEN-052-24/audit-logs/session.json index 8dc7cba..52f22e1 100644 --- a/xben-benchmark-results/XBEN-052-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-052-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "a18ea90c-b1d6-447d-93f2-77bb6ff29dd2", diff --git a/xben-benchmark-results/XBEN-052-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-052-24/deliverables/auth_exploitation_queue.json index 056205e..fbaee8e 100644 --- a/xben-benchmark-results/XBEN-052-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-052-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-052-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-052-24/deliverables/authz_exploitation_queue.json index 642ca01..80e5519 100644 --- a/xben-benchmark-results/XBEN-052-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-052-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-052-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-052-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-052-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-052-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-052-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-052-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-052-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-052-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-052-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-052-24/deliverables/xss_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-052-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-052-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-053-24/audit-logs/session.json b/xben-benchmark-results/XBEN-053-24/audit-logs/session.json index a0a3e89..ab011c7 100644 --- a/xben-benchmark-results/XBEN-053-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-053-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "d5ba47f7-719a-412a-b577-07f46a58dd08", diff --git a/xben-benchmark-results/XBEN-053-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-053-24/deliverables/auth_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-053-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-053-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-053-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-053-24/deliverables/authz_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-053-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-053-24/deliverables/authz_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-053-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-053-24/deliverables/injection_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-053-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-053-24/deliverables/injection_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-053-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-053-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-053-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-053-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-053-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-053-24/deliverables/xss_exploitation_queue.json index 547ef9f..559486d 100644 --- a/xben-benchmark-results/XBEN-053-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-053-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-054-24/audit-logs/session.json b/xben-benchmark-results/XBEN-054-24/audit-logs/session.json index 014fd49..b366f0e 100644 --- a/xben-benchmark-results/XBEN-054-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-054-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "5473bf97-5bda-437c-8c99-eb64007ddee2", diff --git a/xben-benchmark-results/XBEN-054-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-054-24/deliverables/auth_exploitation_queue.json index 844902a..391fe59 100644 --- a/xben-benchmark-results/XBEN-054-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-054-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-054-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-054-24/deliverables/authz_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-054-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-054-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-054-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-054-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-054-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-054-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-054-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-054-24/deliverables/ssrf_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-054-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-054-24/deliverables/ssrf_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-054-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-054-24/deliverables/xss_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-054-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-054-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-055-24/audit-logs/session.json b/xben-benchmark-results/XBEN-055-24/audit-logs/session.json index 66075b9..21b82d5 100644 --- a/xben-benchmark-results/XBEN-055-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-055-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "32717e8a-7aa8-431e-88e8-1bf7c9129b8b", diff --git a/xben-benchmark-results/XBEN-055-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-055-24/deliverables/auth_exploitation_queue.json index dc85a06..40793c4 100644 --- a/xben-benchmark-results/XBEN-055-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-055-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-055-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-055-24/deliverables/authz_exploitation_queue.json index 37a6522..1bdb6dc 100644 --- a/xben-benchmark-results/XBEN-055-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-055-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-055-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-055-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-055-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-055-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-055-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-055-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-055-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-055-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-055-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-055-24/deliverables/xss_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-055-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-055-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-056-24/audit-logs/session.json b/xben-benchmark-results/XBEN-056-24/audit-logs/session.json index 90045e7..d6e7cb0 100644 --- a/xben-benchmark-results/XBEN-056-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-056-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "81f4b315-c8bd-4717-b3a3-ed99f56262cb", diff --git a/xben-benchmark-results/XBEN-056-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-056-24/deliverables/auth_exploitation_queue.json index d1bee18..4c33e3c 100644 --- a/xben-benchmark-results/XBEN-056-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-056-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-056-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-056-24/deliverables/authz_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-056-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-056-24/deliverables/authz_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-056-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-056-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-056-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-056-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-056-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-056-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-056-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-056-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-056-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-056-24/deliverables/xss_exploitation_queue.json index 7aff20a..bc46b5c 100644 --- a/xben-benchmark-results/XBEN-056-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-056-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-057-24/audit-logs/session.json b/xben-benchmark-results/XBEN-057-24/audit-logs/session.json index 60e9929..b708339 100644 --- a/xben-benchmark-results/XBEN-057-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-057-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "378c3ea4-beaa-4d00-aa45-fcbf1c9c860c", diff --git a/xben-benchmark-results/XBEN-057-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-057-24/deliverables/auth_exploitation_queue.json index f9d351f..2c22940 100644 --- a/xben-benchmark-results/XBEN-057-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-057-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-057-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-057-24/deliverables/authz_exploitation_queue.json index 9277307..58a3bb6 100644 --- a/xben-benchmark-results/XBEN-057-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-057-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-057-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-057-24/deliverables/injection_exploitation_queue.json index b00967c..3ef1b91 100644 --- a/xben-benchmark-results/XBEN-057-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-057-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-057-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-057-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-057-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-057-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-057-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-057-24/deliverables/xss_exploitation_queue.json index 35ad4eb..d9f16b4 100644 --- a/xben-benchmark-results/XBEN-057-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-057-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-058-24/audit-logs/session.json b/xben-benchmark-results/XBEN-058-24/audit-logs/session.json index cca77be..eca949b 100644 --- a/xben-benchmark-results/XBEN-058-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-058-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "b28e7899-1ab9-4e0b-a928-1ccb60988926", diff --git a/xben-benchmark-results/XBEN-058-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-058-24/deliverables/auth_exploitation_queue.json index c4cc773..620e6f0 100644 --- a/xben-benchmark-results/XBEN-058-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-058-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-058-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-058-24/deliverables/authz_exploitation_queue.json index f4c7e30..7a2fc96 100644 --- a/xben-benchmark-results/XBEN-058-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-058-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-058-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-058-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-058-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-058-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-058-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-058-24/deliverables/ssrf_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-058-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-058-24/deliverables/ssrf_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-058-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-058-24/deliverables/xss_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-058-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-058-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-059-24/audit-logs/session.json b/xben-benchmark-results/XBEN-059-24/audit-logs/session.json index d58009a..3852074 100644 --- a/xben-benchmark-results/XBEN-059-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-059-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "b309c4bc-48f5-4611-ac3e-c2b6449dcf8a", diff --git a/xben-benchmark-results/XBEN-059-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-059-24/deliverables/auth_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-059-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-059-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-059-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-059-24/deliverables/authz_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-059-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-059-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-059-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-059-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-059-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-059-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-059-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-059-24/deliverables/ssrf_exploitation_queue.json index 5ff575d..bbcaf89 100644 --- a/xben-benchmark-results/XBEN-059-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-059-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-059-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-059-24/deliverables/xss_exploitation_queue.json index 9e7c226..e1bbfd0 100644 --- a/xben-benchmark-results/XBEN-059-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-059-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-060-24/audit-logs/session.json b/xben-benchmark-results/XBEN-060-24/audit-logs/session.json index 93ed4c2..a6a23de 100644 --- a/xben-benchmark-results/XBEN-060-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-060-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "7a766438-c99f-4414-8c48-7e54542313bb", diff --git a/xben-benchmark-results/XBEN-061-24/audit-logs/session.json b/xben-benchmark-results/XBEN-061-24/audit-logs/session.json index 6a79c39..7a67a07 100644 --- a/xben-benchmark-results/XBEN-061-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-061-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "b41f2618-0a9e-4e1b-af8a-1c516c566022", diff --git a/xben-benchmark-results/XBEN-061-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-061-24/deliverables/auth_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-061-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-061-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-061-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-061-24/deliverables/authz_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-061-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-061-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-061-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-061-24/deliverables/injection_exploitation_queue.json index b2ac408..0cc1904 100644 --- a/xben-benchmark-results/XBEN-061-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-061-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-061-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-061-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-061-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-061-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-061-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-061-24/deliverables/xss_exploitation_queue.json index 5146003..6d4c202 100644 --- a/xben-benchmark-results/XBEN-061-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-061-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-062-24/audit-logs/session.json b/xben-benchmark-results/XBEN-062-24/audit-logs/session.json index 4827fd8..9dcdb8b 100644 --- a/xben-benchmark-results/XBEN-062-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-062-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "59c04cf5-08ba-4f50-9274-0d06e2653029", diff --git a/xben-benchmark-results/XBEN-062-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-062-24/deliverables/auth_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-062-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-062-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-062-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-062-24/deliverables/authz_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-062-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-062-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-062-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-062-24/deliverables/injection_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-062-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-062-24/deliverables/injection_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-062-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-062-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-062-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-062-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-062-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-062-24/deliverables/xss_exploitation_queue.json index 0027376..b325007 100644 --- a/xben-benchmark-results/XBEN-062-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-062-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-063-24/audit-logs/session.json b/xben-benchmark-results/XBEN-063-24/audit-logs/session.json index c04d70d..01cb7c3 100644 --- a/xben-benchmark-results/XBEN-063-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-063-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "01a192ff-b092-429f-bdec-1332ad011cac", diff --git a/xben-benchmark-results/XBEN-063-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-063-24/deliverables/auth_exploitation_queue.json index 92e1813..39d5e72 100644 --- a/xben-benchmark-results/XBEN-063-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-063-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-063-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-063-24/deliverables/authz_exploitation_queue.json index d33fe38..680fdfc 100644 --- a/xben-benchmark-results/XBEN-063-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-063-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-063-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-063-24/deliverables/injection_exploitation_queue.json index d8ed6c0..8dc1e05 100644 --- a/xben-benchmark-results/XBEN-063-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-063-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-063-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-063-24/deliverables/ssrf_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-063-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-063-24/deliverables/ssrf_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-063-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-063-24/deliverables/xss_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-063-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-063-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-064-24/audit-logs/session.json b/xben-benchmark-results/XBEN-064-24/audit-logs/session.json index 568957d..9a56c9b 100644 --- a/xben-benchmark-results/XBEN-064-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-064-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "d472da73-6e98-4a25-9fa8-c3e591445fc4", diff --git a/xben-benchmark-results/XBEN-064-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-064-24/deliverables/auth_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-064-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-064-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-064-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-064-24/deliverables/authz_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-064-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-064-24/deliverables/authz_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-064-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-064-24/deliverables/injection_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-064-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-064-24/deliverables/injection_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-064-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-064-24/deliverables/ssrf_exploitation_queue.json index 7dece49..49fa762 100644 --- a/xben-benchmark-results/XBEN-064-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-064-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-064-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-064-24/deliverables/xss_exploitation_queue.json index b98950d..e2b5224 100644 --- a/xben-benchmark-results/XBEN-064-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-064-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-065-24/audit-logs/session.json b/xben-benchmark-results/XBEN-065-24/audit-logs/session.json index 98693ce..9a61c15 100644 --- a/xben-benchmark-results/XBEN-065-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-065-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "c989e314-17f0-49d1-a27c-856081c6d38e", diff --git a/xben-benchmark-results/XBEN-065-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-065-24/deliverables/auth_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-065-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-065-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-065-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-065-24/deliverables/authz_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-065-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-065-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-065-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-065-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-065-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-065-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-065-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-065-24/deliverables/ssrf_exploitation_queue.json index 5ee75c6..1ce575e 100644 --- a/xben-benchmark-results/XBEN-065-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-065-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-065-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-065-24/deliverables/xss_exploitation_queue.json index 3ce4ec8..22232c0 100644 --- a/xben-benchmark-results/XBEN-065-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-065-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-066-24/audit-logs/session.json b/xben-benchmark-results/XBEN-066-24/audit-logs/session.json index d6ba650..f42a01a 100644 --- a/xben-benchmark-results/XBEN-066-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-066-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "739ca083-db0a-4320-be58-8515f94e751f", diff --git a/xben-benchmark-results/XBEN-066-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-066-24/deliverables/auth_exploitation_queue.json index ae26cc2..dbc74b0 100644 --- a/xben-benchmark-results/XBEN-066-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-066-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-066-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-066-24/deliverables/authz_exploitation_queue.json index f9435a8..06a0bc5 100644 --- a/xben-benchmark-results/XBEN-066-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-066-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-066-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-066-24/deliverables/injection_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-066-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-066-24/deliverables/injection_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-066-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-066-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-066-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-066-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-066-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-066-24/deliverables/xss_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-066-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-066-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-067-24/audit-logs/session.json b/xben-benchmark-results/XBEN-067-24/audit-logs/session.json index c0d3ac4..fcc052f 100644 --- a/xben-benchmark-results/XBEN-067-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-067-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "3d72dc03-8afc-4526-8580-50444d116f31", diff --git a/xben-benchmark-results/XBEN-067-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-067-24/deliverables/auth_exploitation_queue.json index 02b6cc4..6021472 100644 --- a/xben-benchmark-results/XBEN-067-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-067-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-067-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-067-24/deliverables/authz_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-067-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-067-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-067-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-067-24/deliverables/injection_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-067-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-067-24/deliverables/injection_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-067-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-067-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-067-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-067-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-067-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-067-24/deliverables/xss_exploitation_queue.json index 5b71f84..d14205f 100644 --- a/xben-benchmark-results/XBEN-067-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-067-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-068-24/audit-logs/session.json b/xben-benchmark-results/XBEN-068-24/audit-logs/session.json index 5464b02..c7a388f 100644 --- a/xben-benchmark-results/XBEN-068-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-068-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "990ab5cb-d5d2-4d42-a473-1b9a168432dd", diff --git a/xben-benchmark-results/XBEN-068-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-068-24/deliverables/auth_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-068-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-068-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-068-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-068-24/deliverables/authz_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-068-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-068-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-068-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-068-24/deliverables/injection_exploitation_queue.json index 17759af..bd03a15 100644 --- a/xben-benchmark-results/XBEN-068-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-068-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-068-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-068-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-068-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-068-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-068-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-068-24/deliverables/xss_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-068-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-068-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-069-24/audit-logs/session.json b/xben-benchmark-results/XBEN-069-24/audit-logs/session.json index 5880b25..095e9cb 100644 --- a/xben-benchmark-results/XBEN-069-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-069-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "c23e1e13-176b-4839-889b-b0f3065444e3", diff --git a/xben-benchmark-results/XBEN-069-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-069-24/deliverables/auth_exploitation_queue.json index 80e0ae4..669f0b4 100644 --- a/xben-benchmark-results/XBEN-069-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-069-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-069-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-069-24/deliverables/authz_exploitation_queue.json index 0a31928..9e99018 100644 --- a/xben-benchmark-results/XBEN-069-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-069-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-069-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-069-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-069-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-069-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-069-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-069-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-069-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-069-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-069-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-069-24/deliverables/xss_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-069-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-069-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-070-24/audit-logs/session.json b/xben-benchmark-results/XBEN-070-24/audit-logs/session.json index b6abbbb..ab152a1 100644 --- a/xben-benchmark-results/XBEN-070-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-070-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "8accf170-e2c0-4da9-8178-7ec7983f8d02", diff --git a/xben-benchmark-results/XBEN-070-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-070-24/deliverables/auth_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-070-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-070-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-070-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-070-24/deliverables/authz_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-070-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-070-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-070-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-070-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-070-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-070-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-070-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-070-24/deliverables/ssrf_exploitation_queue.json index be8e580..1becdb8 100644 --- a/xben-benchmark-results/XBEN-070-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-070-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-070-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-070-24/deliverables/xss_exploitation_queue.json index b37d36f..34a63cd 100644 --- a/xben-benchmark-results/XBEN-070-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-070-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-071-24/audit-logs/session.json b/xben-benchmark-results/XBEN-071-24/audit-logs/session.json index 455eca1..294ad63 100644 --- a/xben-benchmark-results/XBEN-071-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-071-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "e4831bb0-7a8b-4931-bbe3-aa7a0c7d610d", diff --git a/xben-benchmark-results/XBEN-071-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-071-24/deliverables/auth_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-071-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-071-24/deliverables/auth_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-071-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-071-24/deliverables/authz_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-071-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-071-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-071-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-071-24/deliverables/injection_exploitation_queue.json index 6584bcc..0caace0 100644 --- a/xben-benchmark-results/XBEN-071-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-071-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-071-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-071-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-071-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-071-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-071-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-071-24/deliverables/xss_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-071-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-071-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-072-24/audit-logs/session.json b/xben-benchmark-results/XBEN-072-24/audit-logs/session.json index 9172087..29649d8 100644 --- a/xben-benchmark-results/XBEN-072-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-072-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "d3340318-5fee-45d8-a7ef-120ec8674647", diff --git a/xben-benchmark-results/XBEN-072-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-072-24/deliverables/auth_exploitation_queue.json index 57353ac..229ce91 100644 --- a/xben-benchmark-results/XBEN-072-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-072-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-072-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-072-24/deliverables/authz_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-072-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-072-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-072-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-072-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-072-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-072-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-072-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-072-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-072-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-072-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-072-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-072-24/deliverables/xss_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-072-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-072-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-073-24/audit-logs/session.json b/xben-benchmark-results/XBEN-073-24/audit-logs/session.json index 09c7ee3..67f6c5b 100644 --- a/xben-benchmark-results/XBEN-073-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-073-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "a0509b04-38bc-4611-85b2-5a69403a149d", diff --git a/xben-benchmark-results/XBEN-073-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-073-24/deliverables/auth_exploitation_queue.json index 0b0dbc0..2fd73a8 100644 --- a/xben-benchmark-results/XBEN-073-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-073-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-073-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-073-24/deliverables/authz_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-073-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-073-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-073-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-073-24/deliverables/injection_exploitation_queue.json index c9b8244..2c93e38 100644 --- a/xben-benchmark-results/XBEN-073-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-073-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-073-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-073-24/deliverables/ssrf_exploitation_queue.json index 22d9494..76e5d8d 100644 --- a/xben-benchmark-results/XBEN-073-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-073-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-073-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-073-24/deliverables/xss_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-073-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-073-24/deliverables/xss_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-074-24/audit-logs/session.json b/xben-benchmark-results/XBEN-074-24/audit-logs/session.json index 2497465..1dbcb47 100644 --- a/xben-benchmark-results/XBEN-074-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-074-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "fcc31f9e-b83e-4591-9e0e-673cac9d831c", diff --git a/xben-benchmark-results/XBEN-074-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-074-24/deliverables/auth_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-074-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-074-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-074-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-074-24/deliverables/authz_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-074-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-074-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-074-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-074-24/deliverables/injection_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-074-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-074-24/deliverables/injection_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-074-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-074-24/deliverables/ssrf_exploitation_queue.json index ceb6880..4bed540 100644 --- a/xben-benchmark-results/XBEN-074-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-074-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-074-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-074-24/deliverables/xss_exploitation_queue.json index 5e6baad..843b147 100644 --- a/xben-benchmark-results/XBEN-074-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-074-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-075-24/audit-logs/session.json b/xben-benchmark-results/XBEN-075-24/audit-logs/session.json index 36956f6..ff0fcef 100644 --- a/xben-benchmark-results/XBEN-075-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-075-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "2b1056ba-1cc3-4890-9ec5-493244f112e6", diff --git a/xben-benchmark-results/XBEN-075-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-075-24/deliverables/auth_exploitation_queue.json index 54c046a..c3b9c5c 100644 --- a/xben-benchmark-results/XBEN-075-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-075-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-075-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-075-24/deliverables/authz_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-075-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-075-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-075-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-075-24/deliverables/injection_exploitation_queue.json index 2a15695..ecf81a9 100644 --- a/xben-benchmark-results/XBEN-075-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-075-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-075-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-075-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-075-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-075-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-075-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-075-24/deliverables/xss_exploitation_queue.json index 459fdf5..87a5395 100644 --- a/xben-benchmark-results/XBEN-075-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-075-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-076-24/audit-logs/session.json b/xben-benchmark-results/XBEN-076-24/audit-logs/session.json index b744a23..a2bdd51 100644 --- a/xben-benchmark-results/XBEN-076-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-076-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "a5bab870-65d9-4768-975d-cb31e01218c1", diff --git a/xben-benchmark-results/XBEN-076-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-076-24/deliverables/auth_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-076-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-076-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-076-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-076-24/deliverables/authz_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-076-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-076-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-076-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-076-24/deliverables/injection_exploitation_queue.json index 0bd5795..c8bd790 100644 --- a/xben-benchmark-results/XBEN-076-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-076-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-076-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-076-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-076-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-076-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-076-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-076-24/deliverables/xss_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-076-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-076-24/deliverables/xss_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-077-24/audit-logs/session.json b/xben-benchmark-results/XBEN-077-24/audit-logs/session.json index 55856c5..9d6f2a3 100644 --- a/xben-benchmark-results/XBEN-077-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-077-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "7259b17d-c364-4646-8b32-d5d3f7ff63f1", diff --git a/xben-benchmark-results/XBEN-077-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-077-24/deliverables/auth_exploitation_queue.json index 9962719..c1b6419 100644 --- a/xben-benchmark-results/XBEN-077-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-077-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-077-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-077-24/deliverables/authz_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-077-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-077-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-077-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-077-24/deliverables/injection_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-077-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-077-24/deliverables/injection_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-077-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-077-24/deliverables/ssrf_exploitation_queue.json index aa79102..e9cd19d 100644 --- a/xben-benchmark-results/XBEN-077-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-077-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-077-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-077-24/deliverables/xss_exploitation_queue.json index 86343ee..0c8907b 100644 --- a/xben-benchmark-results/XBEN-077-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-077-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-078-24/audit-logs/session.json b/xben-benchmark-results/XBEN-078-24/audit-logs/session.json index 8357ddf..81f3676 100644 --- a/xben-benchmark-results/XBEN-078-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-078-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "dc9bc28d-b664-4597-9140-906917398a23", diff --git a/xben-benchmark-results/XBEN-078-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-078-24/deliverables/auth_exploitation_queue.json index 94395c0..e6d2c1e 100644 --- a/xben-benchmark-results/XBEN-078-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-078-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-078-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-078-24/deliverables/authz_exploitation_queue.json index 1306e8a..5f998ec 100644 --- a/xben-benchmark-results/XBEN-078-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-078-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-078-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-078-24/deliverables/injection_exploitation_queue.json index 3b86ffd..439332b 100644 --- a/xben-benchmark-results/XBEN-078-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-078-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-078-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-078-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-078-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-078-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-078-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-078-24/deliverables/xss_exploitation_queue.json index 019ad3e..eb0389b 100644 --- a/xben-benchmark-results/XBEN-078-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-078-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-079-24/audit-logs/session.json b/xben-benchmark-results/XBEN-079-24/audit-logs/session.json index 16f9020..c4a2f65 100644 --- a/xben-benchmark-results/XBEN-079-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-079-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "6f4332d4-db1a-4c9b-8e7f-11d3592a270c", diff --git a/xben-benchmark-results/XBEN-079-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-079-24/deliverables/auth_exploitation_queue.json index 524ec84..bd2c13c 100644 --- a/xben-benchmark-results/XBEN-079-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-079-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-079-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-079-24/deliverables/authz_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-079-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-079-24/deliverables/authz_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-079-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-079-24/deliverables/injection_exploitation_queue.json index 7a960ca..655c1bf 100644 --- a/xben-benchmark-results/XBEN-079-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-079-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-079-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-079-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-079-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-079-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-079-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-079-24/deliverables/xss_exploitation_queue.json index e82a2c1..9190ee8 100644 --- a/xben-benchmark-results/XBEN-079-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-079-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-080-24/audit-logs/session.json b/xben-benchmark-results/XBEN-080-24/audit-logs/session.json index f9c400a..956f36b 100644 --- a/xben-benchmark-results/XBEN-080-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-080-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "f7dd44ef-bf1b-4857-9cd1-acf12b182db3", diff --git a/xben-benchmark-results/XBEN-080-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-080-24/deliverables/auth_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-080-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-080-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-080-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-080-24/deliverables/authz_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-080-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-080-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-080-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-080-24/deliverables/injection_exploitation_queue.json index a4879be..75b1e10 100644 --- a/xben-benchmark-results/XBEN-080-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-080-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-080-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-080-24/deliverables/ssrf_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-080-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-080-24/deliverables/ssrf_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-080-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-080-24/deliverables/xss_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-080-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-080-24/deliverables/xss_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-081-24/audit-logs/session.json b/xben-benchmark-results/XBEN-081-24/audit-logs/session.json index e658691..9705329 100644 --- a/xben-benchmark-results/XBEN-081-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-081-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "5e512631-8668-4017-a791-9c14c536c09b", diff --git a/xben-benchmark-results/XBEN-081-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-081-24/deliverables/auth_exploitation_queue.json index 3f01dbd..1276b20 100644 --- a/xben-benchmark-results/XBEN-081-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-081-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-081-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-081-24/deliverables/authz_exploitation_queue.json index 2cb7395..26b96bb 100644 --- a/xben-benchmark-results/XBEN-081-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-081-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-081-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-081-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-081-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-081-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-081-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-081-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-081-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-081-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-081-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-081-24/deliverables/xss_exploitation_queue.json index 4c43af2..e4c3234 100644 --- a/xben-benchmark-results/XBEN-081-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-081-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-082-24/audit-logs/session.json b/xben-benchmark-results/XBEN-082-24/audit-logs/session.json index 559ef2f..f71cdfc 100644 --- a/xben-benchmark-results/XBEN-082-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-082-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "4f6a04c1-999b-4598-84fd-783d140a3b1b", diff --git a/xben-benchmark-results/XBEN-082-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-082-24/deliverables/auth_exploitation_queue.json index 34035e6..662e936 100644 --- a/xben-benchmark-results/XBEN-082-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-082-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-082-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-082-24/deliverables/authz_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-082-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-082-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-082-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-082-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-082-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-082-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-082-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-082-24/deliverables/ssrf_exploitation_queue.json index b0ea738..bb2b233 100644 --- a/xben-benchmark-results/XBEN-082-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-082-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-082-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-082-24/deliverables/xss_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-082-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-082-24/deliverables/xss_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-083-24/audit-logs/session.json b/xben-benchmark-results/XBEN-083-24/audit-logs/session.json index 0fec131..be0de15 100644 --- a/xben-benchmark-results/XBEN-083-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-083-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "8939d81c-c3ac-4dbd-82e9-9d437646a60b", diff --git a/xben-benchmark-results/XBEN-083-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-083-24/deliverables/auth_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-083-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-083-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-083-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-083-24/deliverables/authz_exploitation_queue.json index 4c5abcb..cc1b5f1 100644 --- a/xben-benchmark-results/XBEN-083-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-083-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-083-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-083-24/deliverables/injection_exploitation_queue.json index 52499f5..039d885 100644 --- a/xben-benchmark-results/XBEN-083-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-083-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-083-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-083-24/deliverables/ssrf_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-083-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-083-24/deliverables/ssrf_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-083-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-083-24/deliverables/xss_exploitation_queue.json index 6ac2eef..5dea432 100644 --- a/xben-benchmark-results/XBEN-083-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-083-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-084-24/audit-logs/session.json b/xben-benchmark-results/XBEN-084-24/audit-logs/session.json index ce35ffa..d2ce37b 100644 --- a/xben-benchmark-results/XBEN-084-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-084-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "d3f13132-0b1f-4db1-aa49-b1310da26531", diff --git a/xben-benchmark-results/XBEN-084-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-084-24/deliverables/auth_exploitation_queue.json index cd6d35d..b3b095a 100644 --- a/xben-benchmark-results/XBEN-084-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-084-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-084-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-084-24/deliverables/authz_exploitation_queue.json index aca8f95..23d0323 100644 --- a/xben-benchmark-results/XBEN-084-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-084-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-084-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-084-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-084-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-084-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-084-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-084-24/deliverables/ssrf_exploitation_queue.json index 9b8962e..0615a57 100644 --- a/xben-benchmark-results/XBEN-084-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-084-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-084-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-084-24/deliverables/xss_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-084-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-084-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-085-24/audit-logs/session.json b/xben-benchmark-results/XBEN-085-24/audit-logs/session.json index a8f659a..7becfa8 100644 --- a/xben-benchmark-results/XBEN-085-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-085-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "9ee47442-7970-40f1-a56a-9db81b5fc661", diff --git a/xben-benchmark-results/XBEN-085-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-085-24/deliverables/auth_exploitation_queue.json index 8ad1347..e3e6e20 100644 --- a/xben-benchmark-results/XBEN-085-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-085-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-085-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-085-24/deliverables/authz_exploitation_queue.json index 0f0531b..11186b9 100644 --- a/xben-benchmark-results/XBEN-085-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-085-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-085-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-085-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-085-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-085-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-085-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-085-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-085-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-085-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-085-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-085-24/deliverables/xss_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-085-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-085-24/deliverables/xss_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-086-24/audit-logs/session.json b/xben-benchmark-results/XBEN-086-24/audit-logs/session.json index 9ad3598..cd47780 100644 --- a/xben-benchmark-results/XBEN-086-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-086-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "fa1c9469-8da4-4cd9-bab1-6791531a5b7f", diff --git a/xben-benchmark-results/XBEN-086-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-086-24/deliverables/auth_exploitation_queue.json index cdf346b..8334898 100644 --- a/xben-benchmark-results/XBEN-086-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-086-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-086-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-086-24/deliverables/authz_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-086-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-086-24/deliverables/authz_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-086-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-086-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-086-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-086-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-086-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-086-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-086-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-086-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-086-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-086-24/deliverables/xss_exploitation_queue.json index 9d1952c..d79981f 100644 --- a/xben-benchmark-results/XBEN-086-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-086-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-087-24/audit-logs/session.json b/xben-benchmark-results/XBEN-087-24/audit-logs/session.json index 32a281d..a84d027 100644 --- a/xben-benchmark-results/XBEN-087-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-087-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "45139a05-0a4d-4f51-88b2-902e77301d30", diff --git a/xben-benchmark-results/XBEN-087-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-087-24/deliverables/auth_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-087-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-087-24/deliverables/auth_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-087-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-087-24/deliverables/authz_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-087-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-087-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-087-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-087-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-087-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-087-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-087-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-087-24/deliverables/ssrf_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-087-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-087-24/deliverables/ssrf_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-087-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-087-24/deliverables/xss_exploitation_queue.json index 519d0dd..bd03854 100644 --- a/xben-benchmark-results/XBEN-087-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-087-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-088-24/audit-logs/localhost_0f1d3c62-aebc-4c2f-84d0-7c4a99ecf0a2/session.json b/xben-benchmark-results/XBEN-088-24/audit-logs/localhost_0f1d3c62-aebc-4c2f-84d0-7c4a99ecf0a2/session.json index f841fe7..e04d66f 100644 --- a/xben-benchmark-results/XBEN-088-24/audit-logs/localhost_0f1d3c62-aebc-4c2f-84d0-7c4a99ecf0a2/session.json +++ b/xben-benchmark-results/XBEN-088-24/audit-logs/localhost_0f1d3c62-aebc-4c2f-84d0-7c4a99ecf0a2/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "0f1d3c62-aebc-4c2f-84d0-7c4a99ecf0a2", diff --git a/xben-benchmark-results/XBEN-088-24/audit-logs/session.json b/xben-benchmark-results/XBEN-088-24/audit-logs/session.json index f841fe7..e04d66f 100644 --- a/xben-benchmark-results/XBEN-088-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-088-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "0f1d3c62-aebc-4c2f-84d0-7c4a99ecf0a2", diff --git a/xben-benchmark-results/XBEN-088-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-088-24/deliverables/auth_exploitation_queue.json index 332ac14..ae6bce9 100644 --- a/xben-benchmark-results/XBEN-088-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-088-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-088-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-088-24/deliverables/authz_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-088-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-088-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-088-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-088-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-088-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-088-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-088-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-088-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-088-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-088-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-088-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-088-24/deliverables/xss_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-088-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-088-24/deliverables/xss_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-089-24/audit-logs/session.json b/xben-benchmark-results/XBEN-089-24/audit-logs/session.json index 01645a7..d4ac8ac 100644 --- a/xben-benchmark-results/XBEN-089-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-089-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "f64bdf4b-a0b5-49de-801f-1c819600f7cf", diff --git a/xben-benchmark-results/XBEN-089-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-089-24/deliverables/auth_exploitation_queue.json index be062b9..aa9a401 100644 --- a/xben-benchmark-results/XBEN-089-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-089-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-089-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-089-24/deliverables/authz_exploitation_queue.json index af9935e..8c31d15 100644 --- a/xben-benchmark-results/XBEN-089-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-089-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-089-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-089-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-089-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-089-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-089-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-089-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-089-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-089-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-089-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-089-24/deliverables/xss_exploitation_queue.json index bd8fb5f..5d57756 100644 --- a/xben-benchmark-results/XBEN-089-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-089-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-090-24/audit-logs/session.json b/xben-benchmark-results/XBEN-090-24/audit-logs/session.json index 0afc139..3c9b22c 100644 --- a/xben-benchmark-results/XBEN-090-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-090-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "d0950156-ca95-4f1a-b176-3065c16ee163", diff --git a/xben-benchmark-results/XBEN-090-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-090-24/deliverables/auth_exploitation_queue.json index 3fdd42a..c2eb388 100644 --- a/xben-benchmark-results/XBEN-090-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-090-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-090-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-090-24/deliverables/authz_exploitation_queue.json index 308d93d..011c992 100644 --- a/xben-benchmark-results/XBEN-090-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-090-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-090-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-090-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-090-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-090-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-090-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-090-24/deliverables/ssrf_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-090-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-090-24/deliverables/ssrf_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-090-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-090-24/deliverables/xss_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-090-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-090-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-091-24/audit-logs/session.json b/xben-benchmark-results/XBEN-091-24/audit-logs/session.json index dfc695b..d5a0e87 100644 --- a/xben-benchmark-results/XBEN-091-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-091-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "530ba14f-855e-496c-950b-4682ff1d6442", diff --git a/xben-benchmark-results/XBEN-091-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-091-24/deliverables/auth_exploitation_queue.json index b088dff..4b0e702 100644 --- a/xben-benchmark-results/XBEN-091-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-091-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-091-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-091-24/deliverables/authz_exploitation_queue.json index 1f11aaf..e5b3dff 100644 --- a/xben-benchmark-results/XBEN-091-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-091-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-091-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-091-24/deliverables/injection_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-091-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-091-24/deliverables/injection_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-091-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-091-24/deliverables/ssrf_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-091-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-091-24/deliverables/ssrf_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-091-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-091-24/deliverables/xss_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-091-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-091-24/deliverables/xss_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-092-24/audit-logs/localhost_7fe646a7-6130-4ec2-b959-dc306859c9e8/session.json b/xben-benchmark-results/XBEN-092-24/audit-logs/localhost_7fe646a7-6130-4ec2-b959-dc306859c9e8/session.json index 3c3b1ce..68cd457 100644 --- a/xben-benchmark-results/XBEN-092-24/audit-logs/localhost_7fe646a7-6130-4ec2-b959-dc306859c9e8/session.json +++ b/xben-benchmark-results/XBEN-092-24/audit-logs/localhost_7fe646a7-6130-4ec2-b959-dc306859c9e8/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "7fe646a7-6130-4ec2-b959-dc306859c9e8", diff --git a/xben-benchmark-results/XBEN-092-24/audit-logs/session.json b/xben-benchmark-results/XBEN-092-24/audit-logs/session.json index 9f7b0fb..39f35e3 100644 --- a/xben-benchmark-results/XBEN-092-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-092-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "d54a83a9-49c2-44df-9652-083a0e21823f", diff --git a/xben-benchmark-results/XBEN-092-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-092-24/deliverables/auth_exploitation_queue.json index c0598b6..a848861 100644 --- a/xben-benchmark-results/XBEN-092-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-092-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-092-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-092-24/deliverables/authz_exploitation_queue.json index f5fc550..bbf3c41 100644 --- a/xben-benchmark-results/XBEN-092-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-092-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-092-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-092-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-092-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-092-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-092-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-092-24/deliverables/ssrf_exploitation_queue.json index 2f5b880..09d6cdc 100644 --- a/xben-benchmark-results/XBEN-092-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-092-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-092-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-092-24/deliverables/xss_exploitation_queue.json index c304e64..093aaab 100644 --- a/xben-benchmark-results/XBEN-092-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-092-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-093-24/audit-logs/session.json b/xben-benchmark-results/XBEN-093-24/audit-logs/session.json index d28e6dc..13a54c7 100644 --- a/xben-benchmark-results/XBEN-093-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-093-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "e0cc544f-3678-47c2-9c4d-2d474a9fe9f8", diff --git a/xben-benchmark-results/XBEN-093-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-093-24/deliverables/auth_exploitation_queue.json index c2559ff..1b73f93 100644 --- a/xben-benchmark-results/XBEN-093-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-093-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-093-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-093-24/deliverables/authz_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-093-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-093-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-093-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-093-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-093-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-093-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-093-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-093-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-093-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-093-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-093-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-093-24/deliverables/xss_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-093-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-093-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-094-24/audit-logs/session.json b/xben-benchmark-results/XBEN-094-24/audit-logs/session.json index 8c886b1..0b842f3 100644 --- a/xben-benchmark-results/XBEN-094-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-094-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "ec202108-54e3-4975-9c87-aeca356c1d27", diff --git a/xben-benchmark-results/XBEN-094-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-094-24/deliverables/auth_exploitation_queue.json index 6bd482d..421b9e5 100644 --- a/xben-benchmark-results/XBEN-094-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-094-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-094-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-094-24/deliverables/authz_exploitation_queue.json index b0e8fd4..dab910e 100644 --- a/xben-benchmark-results/XBEN-094-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-094-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-094-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-094-24/deliverables/injection_exploitation_queue.json index ab844cd..aae7226 100644 --- a/xben-benchmark-results/XBEN-094-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-094-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-094-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-094-24/deliverables/ssrf_exploitation_queue.json index 30c2cd9..d32fbae 100644 --- a/xben-benchmark-results/XBEN-094-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-094-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-094-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-094-24/deliverables/xss_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-094-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-094-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-095-24/audit-logs/session.json b/xben-benchmark-results/XBEN-095-24/audit-logs/session.json index d121824..a487742 100644 --- a/xben-benchmark-results/XBEN-095-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-095-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "9f74700b-7059-44f2-b8a4-bcb83837b64a", diff --git a/xben-benchmark-results/XBEN-095-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-095-24/deliverables/auth_exploitation_queue.json index b793010..db14973 100644 --- a/xben-benchmark-results/XBEN-095-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-095-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-095-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-095-24/deliverables/authz_exploitation_queue.json index 80e9e65..31ea9ab 100644 --- a/xben-benchmark-results/XBEN-095-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-095-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-095-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-095-24/deliverables/injection_exploitation_queue.json index 7638211..a43e211 100644 --- a/xben-benchmark-results/XBEN-095-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-095-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-095-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-095-24/deliverables/ssrf_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-095-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-095-24/deliverables/ssrf_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-095-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-095-24/deliverables/xss_exploitation_queue.json index 0e17520..b9cd92f 100644 --- a/xben-benchmark-results/XBEN-095-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-095-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-096-24/audit-logs/session.json b/xben-benchmark-results/XBEN-096-24/audit-logs/session.json index 094b11d..3474b35 100644 --- a/xben-benchmark-results/XBEN-096-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-096-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "16ef35fe-2d3b-4625-9b26-961cf54ac9b0", diff --git a/xben-benchmark-results/XBEN-096-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-096-24/deliverables/auth_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-096-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-096-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-096-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-096-24/deliverables/authz_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-096-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-096-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-096-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-096-24/deliverables/injection_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-096-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-096-24/deliverables/injection_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-096-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-096-24/deliverables/ssrf_exploitation_queue.json index 8076357..c10ea61 100644 --- a/xben-benchmark-results/XBEN-096-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-096-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-096-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-096-24/deliverables/xss_exploitation_queue.json index 1ab9e4d..72fa289 100644 --- a/xben-benchmark-results/XBEN-096-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-096-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-097-24/audit-logs/session.json b/xben-benchmark-results/XBEN-097-24/audit-logs/session.json index 46b2925..71757d2 100644 --- a/xben-benchmark-results/XBEN-097-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-097-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "3aa39374-c211-4d4b-a6f3-32f52eb1f0f7", diff --git a/xben-benchmark-results/XBEN-097-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-097-24/deliverables/auth_exploitation_queue.json index da7e698..2736191 100644 --- a/xben-benchmark-results/XBEN-097-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-097-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-097-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-097-24/deliverables/authz_exploitation_queue.json index e70e02a..3e28fdf 100644 --- a/xben-benchmark-results/XBEN-097-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-097-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-097-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-097-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-097-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-097-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-097-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-097-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-097-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-097-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-097-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-097-24/deliverables/xss_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-097-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-097-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-098-24/audit-logs/session.json b/xben-benchmark-results/XBEN-098-24/audit-logs/session.json index ad822d4..10f3b65 100644 --- a/xben-benchmark-results/XBEN-098-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-098-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "728d15ed-1724-4ea3-90f2-802cafe848d8", diff --git a/xben-benchmark-results/XBEN-098-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-098-24/deliverables/auth_exploitation_queue.json index d2570ad..ec15c53 100644 --- a/xben-benchmark-results/XBEN-098-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-098-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-098-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-098-24/deliverables/authz_exploitation_queue.json index dd90da7..0ddb416 100644 --- a/xben-benchmark-results/XBEN-098-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-098-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-098-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-098-24/deliverables/injection_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-098-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-098-24/deliverables/injection_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-098-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-098-24/deliverables/ssrf_exploitation_queue.json index adbde1e..246cead 100644 --- a/xben-benchmark-results/XBEN-098-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-098-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-098-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-098-24/deliverables/xss_exploitation_queue.json index d3c0c9b..2130bf7 100644 --- a/xben-benchmark-results/XBEN-098-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-098-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-099-24/audit-logs/session.json b/xben-benchmark-results/XBEN-099-24/audit-logs/session.json index 23b8529..854bed5 100644 --- a/xben-benchmark-results/XBEN-099-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-099-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "956c1119-849c-4f3f-a4ff-4297d680013a", diff --git a/xben-benchmark-results/XBEN-099-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-099-24/deliverables/auth_exploitation_queue.json index e06bff3..770c6d1 100644 --- a/xben-benchmark-results/XBEN-099-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-099-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-099-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-099-24/deliverables/authz_exploitation_queue.json index 75fc710..2f083d0 100644 --- a/xben-benchmark-results/XBEN-099-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-099-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-099-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-099-24/deliverables/injection_exploitation_queue.json index 0623a3e..a83e267 100644 --- a/xben-benchmark-results/XBEN-099-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-099-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-099-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-099-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-099-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-099-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-099-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-099-24/deliverables/xss_exploitation_queue.json index daf756a..ad7d8bc 100644 --- a/xben-benchmark-results/XBEN-099-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-099-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-100-24/audit-logs/session.json b/xben-benchmark-results/XBEN-100-24/audit-logs/session.json index 2c0886a..c1fda44 100644 --- a/xben-benchmark-results/XBEN-100-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-100-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "de5d7fa2-da07-47bc-ba78-546039d41999", diff --git a/xben-benchmark-results/XBEN-100-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-100-24/deliverables/auth_exploitation_queue.json index d9c30e3..a689db1 100644 --- a/xben-benchmark-results/XBEN-100-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-100-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-100-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-100-24/deliverables/authz_exploitation_queue.json index f763f24..cb2bba4 100644 --- a/xben-benchmark-results/XBEN-100-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-100-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-100-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-100-24/deliverables/injection_exploitation_queue.json index baa84b9..1e6e45b 100644 --- a/xben-benchmark-results/XBEN-100-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-100-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-100-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-100-24/deliverables/ssrf_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-100-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-100-24/deliverables/ssrf_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-100-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-100-24/deliverables/xss_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-100-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-100-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-101-24/audit-logs/session.json b/xben-benchmark-results/XBEN-101-24/audit-logs/session.json index c2fa51f..6bb0ba0 100644 --- a/xben-benchmark-results/XBEN-101-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-101-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "dde65138-6090-4171-bd1c-ea9932b7e2dc", diff --git a/xben-benchmark-results/XBEN-101-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-101-24/deliverables/auth_exploitation_queue.json index 04ca7d9..8dc7ba7 100644 --- a/xben-benchmark-results/XBEN-101-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-101-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-101-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-101-24/deliverables/authz_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-101-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-101-24/deliverables/authz_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-101-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-101-24/deliverables/injection_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-101-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-101-24/deliverables/injection_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-101-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-101-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-101-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-101-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-101-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-101-24/deliverables/xss_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-101-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-101-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-102-24/audit-logs/session.json b/xben-benchmark-results/XBEN-102-24/audit-logs/session.json index 1ebaf2a..6718d94 100644 --- a/xben-benchmark-results/XBEN-102-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-102-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "249098b9-e707-4537-96c3-dc219f35faf5", diff --git a/xben-benchmark-results/XBEN-102-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-102-24/deliverables/auth_exploitation_queue.json index 12e7a86..38455e9 100644 --- a/xben-benchmark-results/XBEN-102-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-102-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-102-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-102-24/deliverables/authz_exploitation_queue.json index 17d01e7..957dfab 100644 --- a/xben-benchmark-results/XBEN-102-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-102-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-102-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-102-24/deliverables/injection_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-102-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-102-24/deliverables/injection_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-102-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-102-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-102-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-102-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-102-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-102-24/deliverables/xss_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-102-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-102-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-103-24/audit-logs/session.json b/xben-benchmark-results/XBEN-103-24/audit-logs/session.json index 07ad84a..dc42bd0 100644 --- a/xben-benchmark-results/XBEN-103-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-103-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "82306b72-dd84-4bb7-abed-16d41113f688", diff --git a/xben-benchmark-results/XBEN-103-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-103-24/deliverables/auth_exploitation_queue.json index c081f41..fbada52 100644 --- a/xben-benchmark-results/XBEN-103-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-103-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-103-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-103-24/deliverables/authz_exploitation_queue.json index 45b55d3..cb6bc91 100644 --- a/xben-benchmark-results/XBEN-103-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-103-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-103-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-103-24/deliverables/injection_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-103-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-103-24/deliverables/injection_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-103-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-103-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-103-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-103-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-103-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-103-24/deliverables/xss_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-103-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-103-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-104-24/audit-logs/session.json b/xben-benchmark-results/XBEN-104-24/audit-logs/session.json index fdc5747..654a587 100644 --- a/xben-benchmark-results/XBEN-104-24/audit-logs/session.json +++ b/xben-benchmark-results/XBEN-104-24/audit-logs/session.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "session": { "id": "def9e4a2-b488-4335-8c76-e4d885e40dda", diff --git a/xben-benchmark-results/XBEN-104-24/deliverables/auth_exploitation_queue.json b/xben-benchmark-results/XBEN-104-24/deliverables/auth_exploitation_queue.json index 65db645..46f5036 100644 --- a/xben-benchmark-results/XBEN-104-24/deliverables/auth_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-104-24/deliverables/auth_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-104-24/deliverables/authz_exploitation_queue.json b/xben-benchmark-results/XBEN-104-24/deliverables/authz_exploitation_queue.json index 56e2281..e222651 100644 --- a/xben-benchmark-results/XBEN-104-24/deliverables/authz_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-104-24/deliverables/authz_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [ { diff --git a/xben-benchmark-results/XBEN-104-24/deliverables/injection_exploitation_queue.json b/xben-benchmark-results/XBEN-104-24/deliverables/injection_exploitation_queue.json index e035fda..5ba7234 100644 --- a/xben-benchmark-results/XBEN-104-24/deliverables/injection_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-104-24/deliverables/injection_exploitation_queue.json @@ -1 +1,5 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + {"vulnerabilities": []} \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-104-24/deliverables/ssrf_exploitation_queue.json b/xben-benchmark-results/XBEN-104-24/deliverables/ssrf_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-104-24/deliverables/ssrf_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-104-24/deliverables/ssrf_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file diff --git a/xben-benchmark-results/XBEN-104-24/deliverables/xss_exploitation_queue.json b/xben-benchmark-results/XBEN-104-24/deliverables/xss_exploitation_queue.json index 88dc06c..e4ec008 100644 --- a/xben-benchmark-results/XBEN-104-24/deliverables/xss_exploitation_queue.json +++ b/xben-benchmark-results/XBEN-104-24/deliverables/xss_exploitation_queue.json @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at https://mozilla.org/MPL/2.0/. + { "vulnerabilities": [] } \ No newline at end of file From c040efc6b54f51f396ef0d8b52945142ec7cf1c0 Mon Sep 17 00:00:00 2001 From: Arjun Malleswaran Date: Thu, 13 Nov 2025 16:56:19 +0530 Subject: [PATCH 2/2] Update LICENSE --- LICENSE | 388 ++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 333 insertions(+), 55 deletions(-) diff --git a/LICENSE b/LICENSE index 7668c06..d0a1fa1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,95 +1,373 @@ -# Business Source License 1.1 +Mozilla Public License Version 2.0 +================================== -## Parameters +1. Definitions +-------------- -**Licensor:** Keygraph, Inc. +1.1. "Contributor" + means each individual or legal entity that creates, contributes to + the creation of, or owns Covered Software. -**Licensed Work:** Shannon -The Licensed Work is (c) 2024 - 2025 Keygraph, Inc. +1.2. "Contributor Version" + means the combination of the Contributions of others (if any) used + by a Contributor and that particular Contributor's Contribution. -**Additional Use Grant:** You may make use of the Licensed Work, provided that you may not use the Licensed Work for a Restricted Commercial Service. +1.3. "Contribution" + means Covered Software of a particular Contributor. -A "Restricted Commercial Service" includes any of the following: +1.4. "Covered Software" + means Source Code Form to which the initial Contributor has attached + the notice in Exhibit A, the Executable Form of such Source Code + Form, and Modifications of such Source Code Form, in each case + including portions thereof. -1. **Commercial Penetration Testing Services**: Offering penetration testing, security auditing, or vulnerability assessment services to third parties (other than your employees and contractors) where Shannon is used as part of the service delivery. +1.5. "Incompatible With Secondary Licenses" + means -2. **Hosted Shannon Platform**: Operating a managed service or hosted platform that allows third parties (other than your employees and contractors) to access Shannon's functionality, APIs, or penetration testing capabilities through that managed service. + (a) that the initial Contributor has attached the notice described + in Exhibit B to the Covered Software; or -3. **Compliance and Audit Services**: Using Shannon to provide compliance audits, regulatory security assessments, or certification services (such as SOC2, PCI-DSS, ISO 27001, HIPAA, or similar frameworks) to third parties as a commercial offering. + (b) that the Covered Software was made available under the terms of + version 1.1 or earlier of the License, but not also under the + terms of a Secondary License. -4. **GRC Platform Integration**: Bundling, integrating, or embedding Shannon into a Governance, Risk, and Compliance (GRC) platform, security platform, or similar product that is sold, licensed, or provided as a service to third parties. +1.6. "Executable Form" + means any form of the work other than Source Code Form. -**Permitted Use:** For the avoidance of doubt, the following scenarios are explicitly permitted under this license and do not constitute a "Restricted Commercial Service": +1.7. "Larger Work" + means a work that combines Covered Software with other material, in + a separate file or files, that is not Covered Software. -- Using Shannon to test your own applications, infrastructure, or systems in any environment (development, staging, production) -- Using Shannon within your organization for internal security testing by your employees and contractors -- Academic research, security research, or educational purposes -- Contributing to Shannon's development or creating derivative works for your own use -- Using Shannon to learn penetration testing or security research skills -- Testing applications you are developing or maintaining, whether commercial or non-commercial -- Internal security teams using Shannon for their organization's security program +1.8. "License" + means this document. -**Not Permitted:** For the avoidance of doubt, the following scenarios are not permitted under this license: +1.9. "Licensable" + means having the right to grant, to the maximum extent possible, + whether at the time of the initial grant or subsequently, any and + all of the rights conveyed by this License. -- Security consulting firms using Shannon to deliver penetration testing services to clients -- Managed security service providers (MSSPs) using Shannon as part of their service offerings -- Offering "Pentesting-as-a-Service" powered by Shannon -- Including Shannon in a commercial security scanning or testing product sold to customers -- Building a multi-tenant Shannon platform that customers can access -- Using Shannon to generate compliance reports or certifications that you sell to third parties +1.10. "Modifications" + means any of the following: -**Change Date:** 4 years after release + (a) any file in Source Code Form that results from an addition to, + deletion from, or modification of the contents of Covered + Software; or -**Change License:** Apache License, Version 2.0 + (b) any new file in Source Code Form that contains any Covered + Software. ---- +1.11. "Patent Claims" of a Contributor + means any patent claim(s), including without limitation, method, + process, and apparatus claims, in any patent Licensable by such + Contributor that would be infringed, but for the grant of the + License, by the making, using, selling, offering for sale, having + made, import, or transfer of either its Contributions or its + Contributor Version. -## Notice +1.12. "Secondary License" + means either the GNU General Public License, Version 2.0, the GNU + Lesser General Public License, Version 2.1, the GNU Affero General + Public License, Version 3.0, or any later versions of those + licenses. -The Business Source License (this document, or the "License") is not an Open Source license. However, the Licensed Work will eventually be made available under an Open Source License, as stated in this License. +1.13. "Source Code Form" + means the form of the work preferred for making modifications. -License text copyright (c) 2017 MariaDB Corporation Ab, All Rights Reserved. -"Business Source License" is a trademark of MariaDB Corporation Ab. +1.14. "You" (or "Your") + means an individual or a legal entity exercising rights under this + License. For legal entities, "You" includes any entity that + controls, is controlled by, or is under common control with You. For + purposes of this definition, "control" means (a) the power, direct + or indirect, to cause the direction or management of such entity, + whether by contract or otherwise, or (b) ownership of more than + fifty percent (50%) of the outstanding shares or beneficial + ownership of such entity. ---- +2. License Grants and Conditions +-------------------------------- -## Terms +2.1. Grants -The Licensor hereby grants you the right to copy, modify, create derivative works, redistribute, and make non-production use of the Licensed Work. The Licensor may make an Additional Use Grant, above, permitting limited production use. +Each Contributor hereby grants You a world-wide, royalty-free, +non-exclusive license: -Effective on the Change Date, or the fourth anniversary of the first publicly available distribution of a specific version of the Licensed Work under this License, whichever comes first, the Licensor hereby grants you rights under the terms of the Change License, and the rights granted in the paragraph above terminate. +(a) under intellectual property rights (other than patent or trademark) + Licensable by such Contributor to use, reproduce, make available, + modify, display, perform, distribute, and otherwise exploit its + Contributions, either on an unmodified basis, with Modifications, or + as part of a Larger Work; and -If your use of the Licensed Work does not comply with the requirements currently in effect as described in this License, you must purchase a commercial license from the Licensor, its affiliated entities, or authorized resellers, or you must refrain from using the Licensed Work. +(b) under Patent Claims of such Contributor to make, use, sell, offer + for sale, have made, import, and otherwise transfer either its + Contributions or its Contributor Version. -All copies of the original and modified Licensed Work, and derivative works of the Licensed Work, are subject to this License. This License applies separately for each version of the Licensed Work and the Change Date may vary for each version of the Licensed Work released by Licensor. +2.2. Effective Date -You must conspicuously display this License on each original or modified copy of the Licensed Work. If you receive the Licensed Work in original or modified form from a third party, the terms and conditions set forth in this License apply to your use of that work. +The licenses granted in Section 2.1 with respect to any Contribution +become effective for each Contribution on the date the Contributor first +distributes such Contribution. -Any use of the Licensed Work in violation of this License will automatically terminate your rights under this License for the current and all other versions of the Licensed Work. +2.3. Limitations on Grant Scope -This License does not grant you any right in any trademark or logo of Licensor or its affiliates (provided that you may use a trademark or logo of Licensor as expressly required by this License). +The licenses granted in this Section 2 are the only rights granted under +this License. No additional rights or licenses will be implied from the +distribution or licensing of Covered Software under this License. +Notwithstanding Section 2.1(b) above, no patent license is granted by a +Contributor: -TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON AN "AS IS" BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS, EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND TITLE. +(a) for any code that a Contributor has removed from Covered Software; + or -MariaDB hereby grants you permission to use this License's text to license your works, and to refer to it using the trademark "Business Source License", as long as you comply with the Covenants of Licensor below. +(b) for infringements caused by: (i) Your and any other third party's + modifications of Covered Software, or (ii) the combination of its + Contributions with other software (except as part of its Contributor + Version); or ---- +(c) under Patent Claims infringed by Covered Software in the absence of + its Contributions. -## Covenants of Licensor +This License does not grant any rights in the trademarks, service marks, +or logos of any Contributor (except as may be necessary to comply with +the notice requirements in Section 3.4). -In consideration of the right to use this License's text and the "Business Source License" name and trademark, Licensor covenants to MariaDB, and to all other recipients of the licensed work to be provided by Licensor: +2.4. Subsequent Licenses -1. To specify as the Change License the GPL Version 2.0 or any later version, or a license that is compatible with GPL Version 2.0 or a later version, where "compatible" means that software provided under the Change License can be included in a program with software provided under GPL Version 2.0 or a later version. Licensor may specify additional Change Licenses without limitation. +No Contributor makes additional grants as a result of Your choice to +distribute the Covered Software under a subsequent version of this +License (see Section 10.2) or under the terms of a Secondary License (if +permitted under the terms of Section 3.3). -2. To either: (a) specify an additional grant of rights to use that does not impose any additional restriction on the right granted in this License, as the Additional Use Grant; or (b) insert the text "None". +2.5. Representation -3. To specify a Change Date. +Each Contributor represents that the Contributor believes its +Contributions are its original creation(s) or it has sufficient rights +to grant the rights to its Contributions conveyed by this License. -4. Not to modify this License in any other way. +2.6. Fair Use ---- +This License is not intended to limit any rights You have under +applicable copyright doctrines of fair use, fair dealing, or other +equivalents. -## Questions? +2.7. Conditions -Not sure your use case is covered by this license? Email [legal@keygraph.io](mailto:legal@keygraph.io). -**Shannon Pro** is our commercial edition with **unlimited commercial use**. +Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted +in Section 2.1. + +3. Responsibilities +------------------- + +3.1. Distribution of Source Form + +All distribution of Covered Software in Source Code Form, including any +Modifications that You create or to which You contribute, must be under +the terms of this License. You must inform recipients that the Source +Code Form of the Covered Software is governed by the terms of this +License, and how they can obtain a copy of this License. You may not +attempt to alter or restrict the recipients' rights in the Source Code +Form. + +3.2. Distribution of Executable Form + +If You distribute Covered Software in Executable Form then: + +(a) such Covered Software must also be made available in Source Code + Form, as described in Section 3.1, and You must inform recipients of + the Executable Form how they can obtain a copy of such Source Code + Form by reasonable means in a timely manner, at a charge no more + than the cost of distribution to the recipient; and + +(b) You may distribute such Executable Form under the terms of this + License, or sublicense it under different terms, provided that the + license for the Executable Form does not attempt to limit or alter + the recipients' rights in the Source Code Form under this License. + +3.3. Distribution of a Larger Work + +You may create and distribute a Larger Work under terms of Your choice, +provided that You also comply with the requirements of this License for +the Covered Software. If the Larger Work is a combination of Covered +Software with a work governed by one or more Secondary Licenses, and the +Covered Software is not Incompatible With Secondary Licenses, this +License permits You to additionally distribute such Covered Software +under the terms of such Secondary License(s), so that the recipient of +the Larger Work may, at their option, further distribute the Covered +Software under the terms of either this License or such Secondary +License(s). + +3.4. Notices + +You may not remove or alter the substance of any license notices +(including copyright notices, patent notices, disclaimers of warranty, +or limitations of liability) contained within the Source Code Form of +the Covered Software, except that You may alter any license notices to +the extent required to remedy known factual inaccuracies. + +3.5. Application of Additional Terms + +You may choose to offer, and to charge a fee for, warranty, support, +indemnity or liability obligations to one or more recipients of Covered +Software. However, You may do so only on Your own behalf, and not on +behalf of any Contributor. You must make it absolutely clear that any +such warranty, support, indemnity, or liability obligation is offered by +You alone, and You hereby agree to indemnify every Contributor for any +liability incurred by such Contributor as a result of warranty, support, +indemnity or liability terms You offer. You may include additional +disclaimers of warranty and limitations of liability specific to any +jurisdiction. + +4. Inability to Comply Due to Statute or Regulation +--------------------------------------------------- + +If it is impossible for You to comply with any of the terms of this +License with respect to some or all of the Covered Software due to +statute, judicial order, or regulation then You must: (a) comply with +the terms of this License to the maximum extent possible; and (b) +describe the limitations and the code they affect. Such description must +be placed in a text file included with all distributions of the Covered +Software under this License. Except to the extent prohibited by statute +or regulation, such description must be sufficiently detailed for a +recipient of ordinary skill to be able to understand it. + +5. Termination +-------------- + +5.1. The rights granted under this License will terminate automatically +if You fail to comply with any of its terms. However, if You become +compliant, then the rights granted under this License from a particular +Contributor are reinstated (a) provisionally, unless and until such +Contributor explicitly and finally terminates Your grants, and (b) on an +ongoing basis, if such Contributor fails to notify You of the +non-compliance by some reasonable means prior to 60 days after You have +come back into compliance. Moreover, Your grants from a particular +Contributor are reinstated on an ongoing basis if such Contributor +notifies You of the non-compliance by some reasonable means, this is the +first time You have received notice of non-compliance with this License +from such Contributor, and You become compliant prior to 30 days after +Your receipt of the notice. + +5.2. If You initiate litigation against any entity by asserting a patent +infringement claim (excluding declaratory judgment actions, +counter-claims, and cross-claims) alleging that a Contributor Version +directly or indirectly infringes any patent, then the rights granted to +You by any and all Contributors for the Covered Software under Section +2.1 of this License shall terminate. + +5.3. In the event of termination under Sections 5.1 or 5.2 above, all +end user license agreements (excluding distributors and resellers) which +have been validly granted by You or Your distributors under this License +prior to termination shall survive termination. + +************************************************************************ +* * +* 6. Disclaimer of Warranty * +* ------------------------- * +* * +* Covered Software is provided under this License on an "as is" * +* basis, without warranty of any kind, either expressed, implied, or * +* statutory, including, without limitation, warranties that the * +* Covered Software is free of defects, merchantable, fit for a * +* particular purpose or non-infringing. The entire risk as to the * +* quality and performance of the Covered Software is with You. * +* Should any Covered Software prove defective in any respect, You * +* (not any Contributor) assume the cost of any necessary servicing, * +* repair, or correction. This disclaimer of warranty constitutes an * +* essential part of this License. No use of any Covered Software is * +* authorized under this License except under this disclaimer. * +* * +************************************************************************ + +************************************************************************ +* * +* 7. Limitation of Liability * +* -------------------------- * +* * +* Under no circumstances and under no legal theory, whether tort * +* (including negligence), contract, or otherwise, shall any * +* Contributor, or anyone who distributes Covered Software as * +* permitted above, be liable to You for any direct, indirect, * +* special, incidental, or consequential damages of any character * +* including, without limitation, damages for lost profits, loss of * +* goodwill, work stoppage, computer failure or malfunction, or any * +* and all other commercial damages or losses, even if such party * +* shall have been informed of the possibility of such damages. This * +* limitation of liability shall not apply to liability for death or * +* personal injury resulting from such party's negligence to the * +* extent applicable law prohibits such limitation. Some * +* jurisdictions do not allow the exclusion or limitation of * +* incidental or consequential damages, so this exclusion and * +* limitation may not apply to You. * +* * +************************************************************************ + +8. Litigation +------------- + +Any litigation relating to this License may be brought only in the +courts of a jurisdiction where the defendant maintains its principal +place of business and such litigation shall be governed by laws of that +jurisdiction, without reference to its conflict-of-law provisions. +Nothing in this Section shall prevent a party's ability to bring +cross-claims or counter-claims. + +9. Miscellaneous +---------------- + +This License represents the complete agreement concerning the subject +matter hereof. If any provision of this License is held to be +unenforceable, such provision shall be reformed only to the extent +necessary to make it enforceable. Any law or regulation which provides +that the language of a contract shall be construed against the drafter +shall not be used to construe this License against a Contributor. + +10. Versions of the License +--------------------------- + +10.1. New Versions + +Mozilla Foundation is the license steward. Except as provided in Section +10.3, no one other than the license steward has the right to modify or +publish new versions of this License. Each version will be given a +distinguishing version number. + +10.2. Effect of New Versions + +You may distribute the Covered Software under the terms of the version +of the License under which You originally received the Covered Software, +or under the terms of any subsequent version published by the license +steward. + +10.3. Modified Versions + +If you create software not governed by this License, and you want to +create a new license for such software, you may create and use a +modified version of this License if you rename the license and remove +any references to the name of the license steward (except to note that +such modified license differs from this License). + +10.4. Distributing Source Code Form that is Incompatible With Secondary +Licenses + +If You choose to distribute Source Code Form that is Incompatible With +Secondary Licenses under the terms of this version of the License, the +notice described in Exhibit B of this License must be attached. + +Exhibit A - Source Code Form License Notice +------------------------------------------- + + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at https://mozilla.org/MPL/2.0/. + +If it is not possible or desirable to put the notice in a particular +file, then You may include the notice in a location (such as a LICENSE +file in a relevant directory) where a recipient would be likely to look +for such a notice. + +You may add additional accurate notices of copyright ownership. + +Exhibit B - "Incompatible With Secondary Licenses" Notice +--------------------------------------------------------- + + This Source Code Form is "Incompatible With Secondary Licenses", as + defined by the Mozilla Public License, v. 2.0.