checkmate5 4.0.69__tar.gz → 4.0.70__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.
- {checkmate5-4.0.69/checkmate5.egg-info → checkmate5-4.0.70}/PKG-INFO +2 -2
- {checkmate5-4.0.69 → checkmate5-4.0.70/checkmate5.egg-info}/PKG-INFO +2 -2
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate5.egg-info/requires.txt +1 -1
- {checkmate5-4.0.69 → checkmate5-4.0.70}/pyproject.toml +2 -2
- {checkmate5-4.0.69 → checkmate5-4.0.70}/setup.py +2 -2
- {checkmate5-4.0.69 → checkmate5-4.0.70}/CHANGELOG.txt +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/LICENSE.txt +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/MANIFEST.in +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/README.txt +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/__init__.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/__main__.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/__init__.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/__init__.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/all/gptanalyzer/__init__.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/all/gptanalyzer/analyzer.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/all/gptanalyzer/issues_data.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/all/gptanalyzer/setup.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/cve/__init__.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/cve/text4shell/__init__.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/cve/text4shell/analyzer.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/cve/text4shell/issues_data.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/cve/text4shell/setup.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/git/__init__.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/git/commands/__init__.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/git/commands/analyze.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/git/commands/base.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/git/commands/diff.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/git/commands/init.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/git/commands/update_stats.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/git/hooks/__init__.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/git/hooks/project.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/git/lib/__init__.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/git/lib/repository.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/git/lib/repository_pygit2.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/git/models.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/git/setup.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/golang/__init__.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/golang/gostaticcheck/__init__.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/golang/gostaticcheck/analyzer.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/golang/gostaticcheck/issues_data.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/golang/gostaticcheck/setup.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/iac/__init__.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/iac/kubescape/__init__.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/iac/kubescape/analyzer.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/iac/kubescape/issues_data.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/iac/kubescape/setup.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/iac/tfsec/__init__.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/iac/tfsec/analyzer.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/iac/tfsec/issues_data.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/iac/tfsec/setup.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/java/__init__.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/java/semgrepjava/__init__.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/java/semgrepjava/analyzer.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/java/semgrepjava/issues_data.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/java/semgrepjava/setup.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/javascript/__init__.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/javascript/semgrepeslint/__init__.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/javascript/semgrepeslint/analyzer.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/javascript/semgrepeslint/issues_data.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/javascript/semgrepeslint/setup.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/perl/__init__.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/perl/graudit/__init__.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/perl/graudit/analyzer.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/perl/graudit/issues_data.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/perl/graudit/setup.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/python/__init__.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/python/bandit/__init__.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/python/bandit/analyzer.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/python/bandit/issues_data.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/python/bandit/setup.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/ruby/__init__.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/ruby/brakeman/__init__.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/ruby/brakeman/analyzer.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/ruby/brakeman/issues_data.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/ruby/brakeman/setup.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/helpers/__init__.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/helpers/facts.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/helpers/hashing.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/helpers/issue.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/helpers/settings.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/lib/__init__.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/lib/analysis/__init__.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/lib/analysis/base.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/lib/code/__init__.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/lib/code/environment.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/lib/models.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/lib/stats/__init__.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/lib/stats/helpers.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/lib/stats/mapreduce.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/management/__init__.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/management/commands/__init__.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/management/commands/alembic.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/management/commands/analyze.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/management/commands/analyzers.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/management/commands/base.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/management/commands/compare.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/management/commands/export.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/management/commands/info.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/management/commands/init.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/management/commands/issues.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/management/commands/props/__init__.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/management/commands/props/delete.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/management/commands/props/get.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/management/commands/props/set.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/management/commands/reset.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/management/commands/shell.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/management/commands/snapshots.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/management/commands/stats.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/management/commands/summary.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/management/commands/sync.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/management/commands/trend.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/management/commands/watch.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/management/decorators.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/management/helpers.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/scripts/__init__.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/scripts/manage.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/settings/__init__.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/settings/base.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/settings/defaults.py +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate5.egg-info/SOURCES.txt +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate5.egg-info/dependency_links.txt +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate5.egg-info/entry_points.txt +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate5.egg-info/top_level.txt +0 -0
- {checkmate5-4.0.69 → checkmate5-4.0.70}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: checkmate5
|
|
3
|
-
Version: 4.0.
|
|
3
|
+
Version: 4.0.70
|
|
4
4
|
Summary: A meta-code checker written in Python.
|
|
5
5
|
Author: Andreas Dewes
|
|
6
6
|
License: AGPL-3.0
|
|
@@ -9,6 +9,6 @@ Classifier: Programming Language :: Python
|
|
|
9
9
|
Classifier: Topic :: Software Development :: Quality Assurance
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
11
|
License-File: LICENSE.txt
|
|
12
|
-
Requires-Dist:
|
|
12
|
+
Requires-Dist: blitzdb5
|
|
13
13
|
Requires-Dist: pyyaml
|
|
14
14
|
Requires-Dist: sqlalchemy
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: checkmate5
|
|
3
|
-
Version: 4.0.
|
|
3
|
+
Version: 4.0.70
|
|
4
4
|
Summary: A meta-code checker written in Python.
|
|
5
5
|
Author: Andreas Dewes
|
|
6
6
|
License: AGPL-3.0
|
|
@@ -9,6 +9,6 @@ Classifier: Programming Language :: Python
|
|
|
9
9
|
Classifier: Topic :: Software Development :: Quality Assurance
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
11
|
License-File: LICENSE.txt
|
|
12
|
-
Requires-Dist:
|
|
12
|
+
Requires-Dist: blitzdb5
|
|
13
13
|
Requires-Dist: pyyaml
|
|
14
14
|
Requires-Dist: sqlalchemy
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "checkmate5"
|
|
7
|
-
version = "4.0.
|
|
7
|
+
version = "4.0.70"
|
|
8
8
|
authors = [
|
|
9
9
|
{ name = "Andreas Dewes" }
|
|
10
10
|
]
|
|
@@ -19,7 +19,7 @@ classifiers = [
|
|
|
19
19
|
"Topic :: Software Development :: Quality Assurance"
|
|
20
20
|
]
|
|
21
21
|
dependencies = [
|
|
22
|
-
"
|
|
22
|
+
"blitzdb5",
|
|
23
23
|
"pyyaml",
|
|
24
24
|
"sqlalchemy"
|
|
25
25
|
]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/all/gptanalyzer/__init__.py
RENAMED
|
File without changes
|
{checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/all/gptanalyzer/analyzer.py
RENAMED
|
File without changes
|
{checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/all/gptanalyzer/issues_data.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/cve/text4shell/__init__.py
RENAMED
|
File without changes
|
{checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/cve/text4shell/analyzer.py
RENAMED
|
File without changes
|
{checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/cve/text4shell/issues_data.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
|
{checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/git/commands/update_stats.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/git/lib/repository_pygit2.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/golang/gostaticcheck/__init__.py
RENAMED
|
File without changes
|
{checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/golang/gostaticcheck/analyzer.py
RENAMED
|
File without changes
|
|
File without changes
|
{checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/golang/gostaticcheck/setup.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/iac/kubescape/issues_data.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/java/semgrepjava/__init__.py
RENAMED
|
File without changes
|
{checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/java/semgrepjava/analyzer.py
RENAMED
|
File without changes
|
{checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/java/semgrepjava/issues_data.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/javascript/semgrepeslint/setup.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/perl/graudit/issues_data.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/python/bandit/issues_data.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmate5-4.0.69 → checkmate5-4.0.70}/checkmate/contrib/plugins/ruby/brakeman/issues_data.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
|
|
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
|
|
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
|