pyneat-cli 3.0.3__tar.gz → 3.0.4__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.
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/PKG-INFO +2 -1
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyproject.toml +2 -1
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/LICENSE +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/README.md +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/Cargo.lock +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/Cargo.toml +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/IMPROVEMENTS.md +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/README.md +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/bench_python.py +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/benches/rule_benchmark.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/benches/scanner_benchmark.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/benches/test_utils.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/benchmark.py +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/benchmark_results.json +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/build.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/compare_with_competitors.py +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/ai_security/mod.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/ai_security/rules.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/fixer/apply_fix.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/fixer/diff.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/fixer/mod.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/integrations/github.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/integrations/gitlab.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/integrations/mod.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/integrations/sonarqube.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/lib.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/lib_tests.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/lsp/mod.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/main.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/rules/ast_rules.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/rules/base.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/rules/extended_security.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/rules/mod.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/rules/php_rules/mod.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/rules/php_rules/php.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/rules/quality.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/rules/sec024.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/rules/sec025.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/rules/sec026.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/rules/sec042.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/rules/sec043.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/rules/sec044.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/rules/sec060.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/rules/sec061.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/rules/sec062.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/rules/sec063.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/rules/sec064.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/rules/sec065.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/rules/sec066.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/rules/sec067.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/rules/sec068.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/rules/sec069.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/rules/sec070.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/rules/sec071.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/rules/sec072.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/rules/security.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/sarif/mod.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/sarif/writer.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/scanner/base.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/scanner/csharp/mod.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/scanner/csharp/parser.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/scanner/csharp/quality_rules.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/scanner/csharp/rules.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/scanner/go/mod.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/scanner/go/parser.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/scanner/go/rules/mod.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/scanner/go/rules/rules.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/scanner/java/mod.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/scanner/java/parser.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/scanner/java/quality_rules.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/scanner/java/rules.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/scanner/java/security_rules.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/scanner/javascript/mod.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/scanner/javascript/parser.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/scanner/javascript/quality_rules.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/scanner/javascript/rules.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/scanner/javascript/security_rules.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/scanner/ln_ast.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/scanner/ln_ast_converter.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/scanner/mod.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/scanner/multilang.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/scanner/php/mod.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/scanner/php/parser.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/scanner/php/quality_rules.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/scanner/php/rules.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/scanner/php/security_rules.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/scanner/ruby/mod.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/scanner/ruby/parser.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/scanner/ruby/quality_rules.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/scanner/ruby/rules.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/scanner/ruby/security_rules/mod.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/scanner/ruby/security_rules/security_rules.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/scanner/rust/mod.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/scanner/rust/parser.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/scanner/rust/quality_rules.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/scanner/rust/rules.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/scanner/rust/security_rules.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/scanner/tree_sitter.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/test-samples/sample.clean.js +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/test-samples/sample.cs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/test-samples/sample.go +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/test-samples/sample.java +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/test-samples/sample.js +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/test-samples/sample.php +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/test-samples/sample.rb +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/test-samples/sample.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/test-samples/simple.go +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/test-samples/vuln.go +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/test_code.py +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/test_rust.py +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/test_scanner.py +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/tests/test_multilang.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/tests/test_rules.rs +0 -0
- {pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat_rs/__init__.pyi +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyneat-cli
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.4
|
|
4
4
|
Classifier: Development Status :: 4 - Beta
|
|
5
5
|
Classifier: Intended Audience :: Developers
|
|
6
6
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
|
@@ -18,6 +18,7 @@ Classifier: Topic :: Software Development :: Code Generators
|
|
|
18
18
|
Classifier: Topic :: Software Development :: Quality Assurance
|
|
19
19
|
Requires-Dist: click>=8.0.0
|
|
20
20
|
Requires-Dist: libcst>=0.4.0
|
|
21
|
+
Requires-Dist: requests>=2.31.0
|
|
21
22
|
Requires-Dist: pytest>=7.0.0 ; extra == 'dev'
|
|
22
23
|
Requires-Dist: pytest-asyncio>=0.21.0 ; extra == 'dev'
|
|
23
24
|
Requires-Dist: pre-commit>=3.0.0 ; extra == 'pre-commit'
|
|
@@ -4,7 +4,7 @@ build-backend = "maturin"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "pyneat-cli"
|
|
7
|
-
version = "3.0.
|
|
7
|
+
version = "3.0.4"
|
|
8
8
|
description = "AI-Generated Code Scanner — detects bugs, security vulnerabilities, and quality issues that AI coding assistants introduce"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = {text = "GNU AGPL-3.0-or-later"}
|
|
@@ -34,6 +34,7 @@ classifiers = [
|
|
|
34
34
|
dependencies = [
|
|
35
35
|
"click>=8.0.0",
|
|
36
36
|
"libcst>=0.4.0",
|
|
37
|
+
"requests>=2.31.0",
|
|
37
38
|
]
|
|
38
39
|
|
|
39
40
|
[project.optional-dependencies]
|
|
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
|
|
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
|
{pyneat_cli-3.0.3 → pyneat_cli-3.0.4}/pyneat-rs/src/scanner/ruby/security_rules/security_rules.rs
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
|