websec-validator 0.2.0__tar.gz → 0.2.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {websec_validator-0.2.0/src/websec_validator.egg-info → websec_validator-0.2.1}/PKG-INFO +1 -1
- {websec_validator-0.2.0 → websec_validator-0.2.1}/pyproject.toml +1 -1
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/__init__.py +8 -1
- {websec_validator-0.2.0 → websec_validator-0.2.1/src/websec_validator.egg-info}/PKG-INFO +1 -1
- {websec_validator-0.2.0 → websec_validator-0.2.1}/LICENSE +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/README.md +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/setup.cfg +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/briefing.py +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/calibration.json +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/calibration.py +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/cli.py +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/constitution.py +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/corpus.json +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/dynamic.py +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/extractors/__init__.py +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/extractors/auth.py +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/extractors/authz.py +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/extractors/base.py +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/extractors/client_exposure.py +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/extractors/graphql.py +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/extractors/iac_ci.py +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/extractors/integrations.py +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/extractors/routes.py +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/extractors/schemas.py +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/extractors/stack.py +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/extractors/surface.py +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/extractors/tenant.py +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/findings.py +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/probes.py +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/proof.py +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/recon.py +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/report.py +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/scanners.py +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/templates/probes/bola-cross-tenant.sh +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/templates/probes/bola-write-verbs.py +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/templates/probes/compare-roles.sh +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/templates/probes/dlp-bypass-offline.py +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/templates/probes/hs256-brute-force.py +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/templates/probes/jwt-attacks.sh +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/templates/probes/mass-assignment.py +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/templates/probes/race-conditions.py +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/templates/probes/rate-limit-burst.sh +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/templates/probes/s3-assess.sh +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/templates/probes/ssrf-probes.sh +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/templates/probes/webhook-forgery.py +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/templates/reports/FINDINGS-SUMMARY.md.template +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/templates/reports/access-control-matrix.md.template +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/templates/reports/findings-triage.md.template +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/templates/reports/pentest-handover-brief.md.template +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/templates/reports/per-tool-FINDINGS.md.template +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator.egg-info/SOURCES.txt +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator.egg-info/dependency_links.txt +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator.egg-info/entry_points.txt +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator.egg-info/top_level.txt +0 -0
- {websec_validator-0.2.0 → websec_validator-0.2.1}/tests/test_recon.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: websec-validator
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: Local-first security recon that briefs your AI coding agent: facts + tailored probe scripts, code-in / artifacts-out. No LLM, no server, no running app.
|
|
5
5
|
Author: Ricardo Accioly
|
|
6
6
|
License: MIT
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "websec-validator"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.1"
|
|
8
8
|
description = "Local-first security recon that briefs your AI coding agent: facts + tailored probe scripts, code-in / artifacts-out. No LLM, no server, no running app."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.11"
|
|
@@ -11,4 +11,11 @@ It never calls an LLM, never runs a server, and never needs a running instance o
|
|
|
11
11
|
the target app. Running the probes and applying fixes is the agent + human's job.
|
|
12
12
|
"""
|
|
13
13
|
|
|
14
|
-
__version__
|
|
14
|
+
# Single source of truth is pyproject.toml — derive __version__ from the installed
|
|
15
|
+
# package metadata so the two can never drift (the bug where `--version` lagged the release).
|
|
16
|
+
from importlib.metadata import PackageNotFoundError, version as _pkg_version
|
|
17
|
+
|
|
18
|
+
try:
|
|
19
|
+
__version__ = _pkg_version("websec-validator")
|
|
20
|
+
except PackageNotFoundError: # running straight from source, not installed
|
|
21
|
+
__version__ = "0.0.0+source"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: websec-validator
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: Local-first security recon that briefs your AI coding agent: facts + tailored probe scripts, code-in / artifacts-out. No LLM, no server, no running app.
|
|
5
5
|
Author: Ricardo Accioly
|
|
6
6
|
License: MIT
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/extractors/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/extractors/client_exposure.py
RENAMED
|
File without changes
|
{websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/extractors/graphql.py
RENAMED
|
File without changes
|
|
File without changes
|
{websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/extractors/integrations.py
RENAMED
|
File without changes
|
|
File without changes
|
{websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/extractors/schemas.py
RENAMED
|
File without changes
|
|
File without changes
|
{websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/extractors/surface.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator/templates/probes/s3-assess.sh
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator.egg-info/entry_points.txt
RENAMED
|
File without changes
|
{websec_validator-0.2.0 → websec_validator-0.2.1}/src/websec_validator.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|