checkmate5 4.0.76__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.77/checkmate5.egg-info/PKG-INFO +31 -0
- {checkmate5-4.0.76 → 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.76 → checkmate5-4.0.77}/pyproject.toml +4 -1
- {checkmate5-4.0.76 → checkmate5-4.0.77}/setup.py +1 -1
- checkmate5-4.0.76/PKG-INFO +0 -14
- checkmate5-4.0.76/checkmate5.egg-info/PKG-INFO +0 -14
- {checkmate5-4.0.76 → checkmate5-4.0.77}/CHANGELOG.txt +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/LICENSE.txt +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/MANIFEST.in +0 -0
- /checkmate5-4.0.76/README.txt → /checkmate5-4.0.77/README.md +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/__init__.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/__main__.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/__init__.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/__init__.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/all/gptanalyzer/__init__.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/all/gptanalyzer/analyzer.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/all/gptanalyzer/issues_data.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/all/gptanalyzer/setup.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/cve/__init__.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/cve/text4shell/__init__.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/cve/text4shell/analyzer.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/cve/text4shell/issues_data.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/cve/text4shell/setup.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/git/__init__.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/git/commands/__init__.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/git/commands/analyze.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/git/commands/base.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/git/commands/diff.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/git/commands/init.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/git/commands/update_stats.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/git/hooks/__init__.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/git/hooks/project.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/git/lib/__init__.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/git/lib/repository.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/git/lib/repository_pygit2.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/git/models.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/git/setup.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/golang/__init__.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/golang/gostaticcheck/__init__.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/golang/gostaticcheck/analyzer.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/golang/gostaticcheck/issues_data.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/golang/gostaticcheck/setup.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/iac/__init__.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/iac/kubescape/__init__.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/iac/kubescape/analyzer.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/iac/kubescape/issues_data.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/iac/kubescape/setup.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/iac/tfsec/__init__.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/iac/tfsec/analyzer.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/iac/tfsec/issues_data.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/iac/tfsec/setup.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/java/__init__.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/java/semgrepjava/__init__.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/java/semgrepjava/analyzer.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/java/semgrepjava/issues_data.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/java/semgrepjava/setup.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/javascript/__init__.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/javascript/semgrepeslint/__init__.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/javascript/semgrepeslint/analyzer.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/javascript/semgrepeslint/issues_data.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/javascript/semgrepeslint/setup.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/perl/__init__.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/perl/graudit/__init__.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/perl/graudit/analyzer.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/perl/graudit/issues_data.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/perl/graudit/setup.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/python/__init__.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/python/bandit/__init__.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/python/bandit/analyzer.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/python/bandit/issues_data.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/python/bandit/setup.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/ruby/__init__.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/ruby/brakeman/__init__.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/ruby/brakeman/analyzer.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/ruby/brakeman/issues_data.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/ruby/brakeman/setup.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/helpers/__init__.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/helpers/facts.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/helpers/hashing.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/helpers/issue.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/helpers/settings.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/lib/__init__.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/lib/analysis/__init__.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/lib/analysis/base.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/lib/code/__init__.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/lib/code/environment.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/lib/models.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/lib/stats/__init__.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/lib/stats/helpers.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/lib/stats/mapreduce.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/management/__init__.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/management/commands/__init__.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/management/commands/alembic.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/management/commands/analyze.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/management/commands/analyzers.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/management/commands/base.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/management/commands/compare.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/management/commands/export.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/management/commands/info.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/management/commands/init.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/management/commands/issues.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/management/commands/props/__init__.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/management/commands/props/delete.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/management/commands/props/get.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/management/commands/props/set.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/management/commands/reset.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/management/commands/shell.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/management/commands/snapshots.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/management/commands/stats.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/management/commands/summary.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/management/commands/sync.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/management/commands/trend.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/management/commands/watch.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/management/decorators.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/management/helpers.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/scripts/__init__.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/scripts/manage.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/settings/__init__.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/settings/base.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/settings/defaults.py +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate5.egg-info/dependency_links.txt +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate5.egg-info/entry_points.txt +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate5.egg-info/requires.txt +0 -0
- {checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate5.egg-info/top_level.txt +0 -0
- {checkmate5-4.0.76 → 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.
|
|
@@ -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.76/PKG-INFO
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: checkmate5
|
|
3
|
-
Version: 4.0.76
|
|
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.76
|
|
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.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/all/gptanalyzer/__init__.py
RENAMED
|
File without changes
|
{checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/all/gptanalyzer/analyzer.py
RENAMED
|
File without changes
|
{checkmate5-4.0.76 → 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.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/cve/text4shell/__init__.py
RENAMED
|
File without changes
|
{checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/cve/text4shell/analyzer.py
RENAMED
|
File without changes
|
{checkmate5-4.0.76 → 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.76 → 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.76 → 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.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/golang/gostaticcheck/__init__.py
RENAMED
|
File without changes
|
{checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/golang/gostaticcheck/analyzer.py
RENAMED
|
File without changes
|
|
File without changes
|
{checkmate5-4.0.76 → 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.76 → 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.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/java/semgrepjava/__init__.py
RENAMED
|
File without changes
|
{checkmate5-4.0.76 → checkmate5-4.0.77}/checkmate/contrib/plugins/java/semgrepjava/analyzer.py
RENAMED
|
File without changes
|
{checkmate5-4.0.76 → 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.76 → 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.76 → 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.76 → 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.76 → 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
|
|
File without changes
|
|
File without changes
|