Skip to content

Conversation

@samudumb
Copy link
Contributor

Issue #, if available:

Description of changes:
Rules Added:
python/partial-encryption@v1.0

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@github-actions
Copy link

Recommendations:
ruleId filePath lineNumber
src/python/rules/dangerous_global_variables/dangerous_global_variables.py 8
python/aws-kms-reencryption@v1.0 src/python/rules/aws_kms_reencryption/aws_kms_reencryption.py 13
python/aws-logged-credentials@v1.0 src/python/rules/aws_logged_credentials/aws_logged_credentials.py 14
python/aws-polling-instead-of-waiter@v1.0 src/python/rules/aws_polling_instead_of_waiter/aws_polling_instead_of_waiter.py 14
python/aws-unchecked-batch-failures@v1.0 src/python/rules/aws_unchecked_batch_failures/aws_unchecked_batch_failures.py 10
python/bad-exception-handling-practices@v1.0 src/python/rules/bad_exception_handling_practices/bad_exception_handling_practices.py 8
python/catch-and-rethrow-exception@v1.0 src/python/rules/catch_and_rethrow_exception/catch_and_rethrow_exception.py 12
python/clear-text-credentials@v1.0 src/python/rules/clear_text_credentials/clear_text_credentials_non_compliant.py 5
python/code-readability@v1.0 src/python/rules/code_readability/code_readability.py 11
python/cross-site-request-forgery@v1.0 src/python/rules/cross_site_request_forgery/cross_site_request_forgery.py 9
python/cross-site-scripting@v1.0 src/python/rules/cross_site_scripting/cross_site_scripting.py 13
python/default-argument-mutable-objects@v1.0 src/python/rules/default_argument_mutable_objects/default_argument_mutable_objects.py 6
python/deprecated-method@v1.0 src/python/rules/deprecated_method/deprecated_method.py 8
python/dict-get-method@v1.0 src/python/rules/dict_get_method/dict_get_method.py 11
python/hashlib-constructor@v1.0 src/python/rules/hashlib_constructor/hashlib_constructor.py 12
python/improper-certificate-validation@v1.0 src/python/rules/improper_certificate_validation/improper_certificate_validation.py 12
python/improper-privilege-management@v1.0 src/python/rules/improper_privilege_management/improper_privilege_management.py 9
python/insecure-connection@v1.0 src/python/rules/insecure_connection/insecure_connection.py 8
python/insecure-cookie@v1.0 src/python/rules/insecure_cookie/insecure_cookie.py 10
python/insecure-cors-policy@v1.0 src/python/rules/insecure_cors_policy/insecure_cors_policy_noncompliant.py 12
python/insecure-cryptography@v1.0 src/python/rules/insecure_cryptography/insecure_cryptography.py 9
python/insecure-hashing@v1.0 src/python/rules/insecure_hashing/insecure_hashing.py 9
python/loose-file-permissions@v1.0 src/python/rules/loose_file_permissions/loose_file_permissions.py 9
python/not-recommended-apis@v1.0 src/python/rules/insecure_connection/insecure_connection.py 14
python/not-recommended-apis@v1.0 src/python/rules/insecure_connection/insecure_connection.py 16
python/not-recommended-apis@v1.0 src/python/rules/insecure_connection/insecure_connection.py 6
python/not-recommended-apis@v1.0 src/python/rules/insecure_connection/insecure_connection.py 8
python/not-recommended-apis@v1.0 src/python/rules/subprocess_correct_api/subprocess_correct_api.py 16
python/not-recommended-apis@v1.0 src/python/rules/subprocess_correct_api/subprocess_correct_api.py 6
python/not-recommended-apis@v1.0 src/python/rules/xml_external_entity/xml_external_entity.py 10
python/not-recommended-apis@v1.0 src/python/rules/xml_external_entity/xml_external_entity.py 16
python/not-recommended-apis@v1.0 src/python/rules/xml_external_entity/xml_external_entity.py 19
python/not-recommended-apis@v1.0 src/python/rules/xml_external_entity/xml_external_entity.py 6
python/not-recommended-apis@v1.0 src/python/rules/xpath_injection/xpath_injection.py 11
python/not-recommended-apis@v1.0 src/python/rules/xpath_injection/xpath_injection.py 12
python/not-recommended-apis@v1.0 src/python/rules/xpath_injection/xpath_injection.py 30
python/not-recommended-apis@v1.0 src/python/rules/xpath_injection/xpath_injection.py 33
python/path-traversal@v1.0 src/python/rules/path_traversal/path_traversal.py 9
python/s3-verify-bucket-owner@v1.0 src/python/rules/s3_verify_bucket_owner/s3_verify_bucket_owner.py 10
python/semaphore-overflow-prevention@v1.0 src/python/rules/semaphore_overflow_prevention/semaphore_overflow_prevention.py 13
python/sns-no-bind-subscribe-publish-rule@v1.0 src/python/rules/sns_no_bind_subscribe_publish_rule/sns_no_bind_subscribe_publish_rule.py 15
python/sns-set-return-subscription-arn@v1.0 src/python/rules/sns_set_return_subscription_arn/sns_set_return_subscription_arn.py 13
python/sns-unauthenticated-unsubscribe@v1.0 src/python/rules/sns_unauthenticated_unsubscribe/sns_unauthenticated_unsubscribe.py 18
python/socket-connection-timeout@v1.0 src/python/rules/socket_connection_timeout/socket_connection_timeout.py 8
python/sql-injection@v1.0 src/python/rules/sql_injection/sql_injection.py 12
python/string-concatenation@v1.0 src/python/rules/string_concatenation/string_concatenation.py 10
python/subprocess-correct-api@v1.0 src/python/rules/subprocess_correct_api/subprocess_correct_api.py 10
python/swallow-exceptions@v1.0 src/python/rules/swallow_exceptions/swallow_exceptions.py 12
python/unnecessary-iteration@v1.0 src/python/rules/unnecessary_iteration/unnecessary_iteration.py 9
python/unrestricted-file-upload@v1.0 src/python/rules/unrestricted_file_upload/unrestricted_file_upload.py 14
python/untrusted-ami-images@v1.0 src/python/rules/untrusted_ami_images/untrusted_ami_images.py 11
python/use-of-inefficient-api@v1.0 src/python/rules/use_of_inefficient_api/use_of_inefficient_api.py 10
python/xml-external-entity@v1.0 src/python/rules/xml_external_entity/xml_external_entity.py 9
python/xpath-injection@v1.0 src/python/rules/xpath_injection/xpath_injection.py 18

Copy link
Contributor

@joshcman-aws joshcman-aws left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 comment for you to address before we can close this.

@@ -0,0 +1,47 @@
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i don't see findings for this.

@samudumb samudumb added the help wanted Extra attention is needed label Jan 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

help wanted Extra attention is needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants