checkmate5 4.0.75__tar.gz → 4.0.77__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.77/PKG-INFO +31 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/lib/models.py +4 -4
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/management/helpers.py +3 -2
- checkmate5-4.0.77/checkmate5.egg-info/PKG-INFO +31 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate5.egg-info/SOURCES.txt +4 -2
- checkmate5-4.0.77/lib/models.py +1 -0
- checkmate5-4.0.77/management/helpers.py +1 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/pyproject.toml +4 -1
- {checkmate5-4.0.75 → checkmate5-4.0.77}/setup.py +1 -1
- checkmate5-4.0.75/PKG-INFO +0 -14
- checkmate5-4.0.75/checkmate5.egg-info/PKG-INFO +0 -14
- {checkmate5-4.0.75 → checkmate5-4.0.77}/CHANGELOG.txt +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/LICENSE.txt +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/MANIFEST.in +0 -0
- /checkmate5-4.0.75/README.txt → /checkmate5-4.0.77/README.md +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/__init__.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/__main__.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/__init__.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/__init__.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/all/gptanalyzer/__init__.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/all/gptanalyzer/analyzer.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/all/gptanalyzer/issues_data.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/all/gptanalyzer/setup.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/cve/__init__.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/cve/text4shell/__init__.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/cve/text4shell/analyzer.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/cve/text4shell/issues_data.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/cve/text4shell/setup.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/git/__init__.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/git/commands/__init__.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/git/commands/analyze.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/git/commands/base.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/git/commands/diff.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/git/commands/init.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/git/commands/update_stats.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/git/hooks/__init__.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/git/hooks/project.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/git/lib/__init__.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/git/lib/repository.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/git/lib/repository_pygit2.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/git/models.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/git/setup.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/golang/__init__.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/golang/gostaticcheck/__init__.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/golang/gostaticcheck/analyzer.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/golang/gostaticcheck/issues_data.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/golang/gostaticcheck/setup.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/iac/__init__.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/iac/kubescape/__init__.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/iac/kubescape/analyzer.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/iac/kubescape/issues_data.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/iac/kubescape/setup.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/iac/tfsec/__init__.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/iac/tfsec/analyzer.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/iac/tfsec/issues_data.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/iac/tfsec/setup.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/java/__init__.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/java/semgrepjava/__init__.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/java/semgrepjava/analyzer.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/java/semgrepjava/issues_data.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/java/semgrepjava/setup.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/javascript/__init__.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/javascript/semgrepeslint/__init__.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/javascript/semgrepeslint/analyzer.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/javascript/semgrepeslint/issues_data.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/javascript/semgrepeslint/setup.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/perl/__init__.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/perl/graudit/__init__.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/perl/graudit/analyzer.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/perl/graudit/issues_data.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/perl/graudit/setup.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/python/__init__.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/python/bandit/__init__.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/python/bandit/analyzer.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/python/bandit/issues_data.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/python/bandit/setup.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/ruby/__init__.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/ruby/brakeman/__init__.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/ruby/brakeman/analyzer.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/ruby/brakeman/issues_data.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/ruby/brakeman/setup.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/helpers/__init__.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/helpers/facts.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/helpers/hashing.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/helpers/issue.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/helpers/settings.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/lib/__init__.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/lib/analysis/__init__.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/lib/analysis/base.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/lib/code/__init__.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/lib/code/environment.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/lib/stats/__init__.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/lib/stats/helpers.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/lib/stats/mapreduce.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/management/__init__.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/management/commands/__init__.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/management/commands/alembic.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/management/commands/analyze.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/management/commands/analyzers.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/management/commands/base.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/management/commands/compare.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/management/commands/export.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/management/commands/info.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/management/commands/init.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/management/commands/issues.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/management/commands/props/__init__.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/management/commands/props/delete.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/management/commands/props/get.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/management/commands/props/set.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/management/commands/reset.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/management/commands/shell.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/management/commands/snapshots.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/management/commands/stats.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/management/commands/summary.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/management/commands/sync.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/management/commands/trend.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/management/commands/watch.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/management/decorators.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/scripts/__init__.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/scripts/manage.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/settings/__init__.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/settings/base.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/settings/defaults.py +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate5.egg-info/dependency_links.txt +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate5.egg-info/entry_points.txt +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate5.egg-info/requires.txt +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate5.egg-info/top_level.txt +0 -0
- {checkmate5-4.0.75 → checkmate5-4.0.77}/setup.cfg +0 -0
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: checkmate5
|
|
3
|
+
Version: 4.0.77
|
|
4
|
+
Summary: A meta-code checker written in Python.
|
|
5
|
+
Author: Andreas Dewes
|
|
6
|
+
License: AGPL-3.0
|
|
7
|
+
Classifier: Intended Audience :: Developers
|
|
8
|
+
Classifier: Programming Language :: Python
|
|
9
|
+
Classifier: Topic :: Software Development :: Quality Assurance
|
|
10
|
+
Description-Content-Type: text/markdown
|
|
11
|
+
License-File: LICENSE.txt
|
|
12
|
+
Requires-Dist: blitzdb5
|
|
13
|
+
Requires-Dist: pyyaml
|
|
14
|
+
Requires-Dist: sqlalchemy
|
|
15
|
+
|
|
16
|
+
# Welcome to Checkmate!
|
|
17
|
+
|
|
18
|
+
This is a modified version of original Checkmate.
|
|
19
|
+
|
|
20
|
+
Original author(s), license(s), acknowelegement(s): https://github.com/quantifiedcode/checkmate
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
## About
|
|
24
|
+
Checkmate is a cross-language (meta-)tool for static code analysis, written in Python. Unlike other tools, it provides a global overview of the code quality in a project and aims to provide clear, actionable insights to the user.
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## Licences
|
|
28
|
+
|
|
29
|
+
* Checkmate is licensed under the MIT license. To view a copy of this license, visit [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT).
|
|
30
|
+
|
|
31
|
+
* Original Checkmate's parts remain release under MIT License. However modifications are finally released under AGPL-3.0 license (previously LGPL 2.1 with Commons Clause). Please refer to LICENSE for more info.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# -*- coding: utf-8 -*-
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
from blitzdb import Document,
|
|
4
|
+
from blitzdb import Document, Backend as BlitzDBBackend
|
|
5
5
|
from blitzdb.fields import (BooleanField,
|
|
6
6
|
CharField,
|
|
7
7
|
DateTimeField,
|
|
@@ -180,7 +180,7 @@ class Diff(BaseDocument):
|
|
|
180
180
|
snapshot_b = ForeignKeyField('Snapshot', backref='diffs_b')
|
|
181
181
|
|
|
182
182
|
def get_issues_count(self, by_severity=False):
|
|
183
|
-
if isinstance(self.backend,
|
|
183
|
+
if isinstance(self.backend, BlitzDBBackend):
|
|
184
184
|
return self._get_issues_count_sql(by_severity=by_severity)
|
|
185
185
|
raise NotImplementedError
|
|
186
186
|
|
|
@@ -294,7 +294,7 @@ class Diff(BaseDocument):
|
|
|
294
294
|
'fixed': map_reducer.mapreduce(fixed_issues)}
|
|
295
295
|
|
|
296
296
|
def summarize_issues(self, include_filename=False, ignore=False):
|
|
297
|
-
if isinstance(self.backend,
|
|
297
|
+
if isinstance(self.backend, BlitzDBBackend):
|
|
298
298
|
return self._summarize_issues_sql(include_filename=include_filename, ignore=ignore)
|
|
299
299
|
raise NotImplementedError
|
|
300
300
|
|
|
@@ -344,7 +344,7 @@ class Snapshot(BaseDocument):
|
|
|
344
344
|
"""
|
|
345
345
|
|
|
346
346
|
def summarize_issues(self, include_filename=False, ignore=False):
|
|
347
|
-
if isinstance(self.backend,
|
|
347
|
+
if isinstance(self.backend, BlitzDBBackend):
|
|
348
348
|
return self._summarize_issues_sql(include_filename=include_filename, ignore=ignore)
|
|
349
349
|
raise NotImplementedError
|
|
350
350
|
|
|
@@ -10,6 +10,7 @@ import argparse
|
|
|
10
10
|
from blitzdb import SQLBackend
|
|
11
11
|
from sqlalchemy import create_engine, MetaData, Table, Column, Integer, String
|
|
12
12
|
from sqlalchemy.exc import SQLAlchemyError
|
|
13
|
+
from ..lib.models import Backend
|
|
13
14
|
|
|
14
15
|
def get_project_path(path=None):
|
|
15
16
|
if not path:
|
|
@@ -91,12 +92,12 @@ def get_backend(project_path, project_config, settings, echo=False, initialize_d
|
|
|
91
92
|
if not connection_string:
|
|
92
93
|
raise ValueError("Connection string is required for the 'sql' backend.")
|
|
93
94
|
engine = create_engine(connection_string)
|
|
94
|
-
backend =
|
|
95
|
+
backend = Backend(engine)
|
|
95
96
|
elif backend_type == "sqlite":
|
|
96
97
|
if not connection_string:
|
|
97
98
|
connection_string = f"sqlite:///{project_path}/database.db"
|
|
98
99
|
engine = create_engine(connection_string, echo=echo)
|
|
99
|
-
backend =
|
|
100
|
+
backend = Backend(engine)
|
|
100
101
|
else:
|
|
101
102
|
raise ValueError("Unsupported backend type specified.")
|
|
102
103
|
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: checkmate5
|
|
3
|
+
Version: 4.0.77
|
|
4
|
+
Summary: A meta-code checker written in Python.
|
|
5
|
+
Author: Andreas Dewes
|
|
6
|
+
License: AGPL-3.0
|
|
7
|
+
Classifier: Intended Audience :: Developers
|
|
8
|
+
Classifier: Programming Language :: Python
|
|
9
|
+
Classifier: Topic :: Software Development :: Quality Assurance
|
|
10
|
+
Description-Content-Type: text/markdown
|
|
11
|
+
License-File: LICENSE.txt
|
|
12
|
+
Requires-Dist: blitzdb5
|
|
13
|
+
Requires-Dist: pyyaml
|
|
14
|
+
Requires-Dist: sqlalchemy
|
|
15
|
+
|
|
16
|
+
# Welcome to Checkmate!
|
|
17
|
+
|
|
18
|
+
This is a modified version of original Checkmate.
|
|
19
|
+
|
|
20
|
+
Original author(s), license(s), acknowelegement(s): https://github.com/quantifiedcode/checkmate
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
## About
|
|
24
|
+
Checkmate is a cross-language (meta-)tool for static code analysis, written in Python. Unlike other tools, it provides a global overview of the code quality in a project and aims to provide clear, actionable insights to the user.
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## Licences
|
|
28
|
+
|
|
29
|
+
* Checkmate is licensed under the MIT license. To view a copy of this license, visit [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT).
|
|
30
|
+
|
|
31
|
+
* Original Checkmate's parts remain release under MIT License. However modifications are finally released under AGPL-3.0 license (previously LGPL 2.1 with Commons Clause). Please refer to LICENSE for more info.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
CHANGELOG.txt
|
|
2
2
|
LICENSE.txt
|
|
3
3
|
MANIFEST.in
|
|
4
|
-
README.
|
|
4
|
+
README.md
|
|
5
5
|
pyproject.toml
|
|
6
6
|
setup.py
|
|
7
7
|
checkmate/__init__.py
|
|
@@ -119,4 +119,6 @@ checkmate5.egg-info/SOURCES.txt
|
|
|
119
119
|
checkmate5.egg-info/dependency_links.txt
|
|
120
120
|
checkmate5.egg-info/entry_points.txt
|
|
121
121
|
checkmate5.egg-info/requires.txt
|
|
122
|
-
checkmate5.egg-info/top_level.txt
|
|
122
|
+
checkmate5.egg-info/top_level.txt
|
|
123
|
+
lib/models.py
|
|
124
|
+
management/helpers.py
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,10 +1,13 @@
|
|
|
1
|
+
[tool.setuptools]
|
|
2
|
+
packages = ["checkmate"]
|
|
3
|
+
|
|
1
4
|
[build-system]
|
|
2
5
|
requires = ["setuptools", "wheel"]
|
|
3
6
|
build-backend = "setuptools.build_meta"
|
|
4
7
|
|
|
5
8
|
[project]
|
|
6
9
|
name = "checkmate5"
|
|
7
|
-
version = "4.0.
|
|
10
|
+
version = "4.0.77"
|
|
8
11
|
authors = [
|
|
9
12
|
{ name = "Andreas Dewes" }
|
|
10
13
|
]
|
checkmate5-4.0.75/PKG-INFO
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: checkmate5
|
|
3
|
-
Version: 4.0.75
|
|
4
|
-
Summary: A meta-code checker written in Python.
|
|
5
|
-
Author: Andreas Dewes
|
|
6
|
-
License: AGPL-3.0
|
|
7
|
-
Classifier: Intended Audience :: Developers
|
|
8
|
-
Classifier: Programming Language :: Python
|
|
9
|
-
Classifier: Topic :: Software Development :: Quality Assurance
|
|
10
|
-
Description-Content-Type: text/markdown
|
|
11
|
-
License-File: LICENSE.txt
|
|
12
|
-
Requires-Dist: blitzdb5
|
|
13
|
-
Requires-Dist: pyyaml
|
|
14
|
-
Requires-Dist: sqlalchemy
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: checkmate5
|
|
3
|
-
Version: 4.0.75
|
|
4
|
-
Summary: A meta-code checker written in Python.
|
|
5
|
-
Author: Andreas Dewes
|
|
6
|
-
License: AGPL-3.0
|
|
7
|
-
Classifier: Intended Audience :: Developers
|
|
8
|
-
Classifier: Programming Language :: Python
|
|
9
|
-
Classifier: Topic :: Software Development :: Quality Assurance
|
|
10
|
-
Description-Content-Type: text/markdown
|
|
11
|
-
License-File: LICENSE.txt
|
|
12
|
-
Requires-Dist: blitzdb5
|
|
13
|
-
Requires-Dist: pyyaml
|
|
14
|
-
Requires-Dist: sqlalchemy
|
|
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.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/all/gptanalyzer/__init__.py
RENAMED
|
File without changes
|
{checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/all/gptanalyzer/analyzer.py
RENAMED
|
File without changes
|
{checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/all/gptanalyzer/issues_data.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/cve/text4shell/__init__.py
RENAMED
|
File without changes
|
{checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/cve/text4shell/analyzer.py
RENAMED
|
File without changes
|
{checkmate5-4.0.75 → checkmate5-4.0.77}/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.75 → checkmate5-4.0.77}/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.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/git/lib/repository_pygit2.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/golang/gostaticcheck/__init__.py
RENAMED
|
File without changes
|
{checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/golang/gostaticcheck/analyzer.py
RENAMED
|
File without changes
|
|
File without changes
|
{checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/golang/gostaticcheck/setup.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmate5-4.0.75 → checkmate5-4.0.77}/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.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/java/semgrepjava/__init__.py
RENAMED
|
File without changes
|
{checkmate5-4.0.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/java/semgrepjava/analyzer.py
RENAMED
|
File without changes
|
{checkmate5-4.0.75 → checkmate5-4.0.77}/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.75 → checkmate5-4.0.77}/checkmate/contrib/plugins/javascript/semgrepeslint/setup.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmate5-4.0.75 → checkmate5-4.0.77}/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.75 → checkmate5-4.0.77}/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.75 → checkmate5-4.0.77}/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
|