-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added assert #2
base: master
Are you sure you want to change the base?
added assert #2
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please correct the security issues identified by Salus
@@ -46,6 +46,7 @@ def __init__(self, queue_name='default', queue=None, interval=60, connection=Non | |||
if isinstance(queue_class, string_types): | |||
self.queue_class_name = queue_class | |||
self.queue_class = backend_class(self, 'queue_class', override=queue_class) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Salus Security Report
8 Security Exceptions were found
Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Confidence | Severity | Rule |
---|---|---|
HIGH | LOW | B101 |
Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Confidence | Severity | Rule |
---|---|---|
HIGH | LOW | B101 |
Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Confidence | Severity | Rule |
---|---|---|
HIGH | LOW | B101 |
Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Confidence | Severity | Rule |
---|---|---|
HIGH | LOW | B101 |
Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Confidence | Severity | Rule |
---|---|---|
HIGH | LOW | B101 |
Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Confidence | Severity | Rule |
---|---|---|
HIGH | LOW | B101 |
Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Confidence | Severity | Rule |
---|---|---|
HIGH | LOW | B101 |
Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Confidence | Severity | Rule |
---|---|---|
HIGH | LOW | B101 |
Testing SARIF