Open source RabbitMQ: core server and tier 1 (built-in) plugins
234 matches across 14 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | selenium/test/amqp.js | 19 | function getAmqpsConnectionOptions() { |
| LOW | selenium/test/utils.js | 57 | function sanitizeScreenshotFileName (title) { |
| LOW | deps/rabbitmq_codegen/amqp_codegen.py | 46 | def default_spec_value_merger(key, acc, new, ignore_conflicts): |
| LOW | …bitmq_stomp/test/python_SUITE_data/src/destinations.py | 74 | def test_send_receive_in_other_conn(self): |
| LOW | …bitmq_stomp/test/python_SUITE_data/src/destinations.py | 92 | def test_send_receive_in_other_conn_with_disconnect(self): |
| LOW | …bitmq_stomp/test/python_SUITE_data/src/destinations.py | 142 | def test_send_with_receipt_tx(self): |
| LOW | …bitmq_stomp/test/python_SUITE_data/src/destinations.py | 155 | def test_interleaved_receipt_no_receipt(self): |
| LOW | …bitmq_stomp/test/python_SUITE_data/src/destinations.py | 171 | def test_interleaved_receipt_no_receipt_tx(self): |
| LOW | …bitmq_stomp/test/python_SUITE_data/src/destinations.py | 195 | def test_interleaved_receipt_no_receipt_inverse(self): |
| LOW | …bitmq_stomp/test/python_SUITE_data/src/destinations.py | 274 | def test_send_multiple_with_a_large_message(self): |
| LOW | …bitmq_stomp/test/python_SUITE_data/src/destinations.py | 306 | def test_durable_known_reply_queue(self): |
| LOW | …bitmq_stomp/test/python_SUITE_data/src/destinations.py | 368 | def do_test_durable_subscription(self, durability_header): |
| LOW | …bitmq_stomp/test/python_SUITE_data/src/destinations.py | 406 | def test_durable_subscription(self): |
| LOW | …bitmq_stomp/test/python_SUITE_data/src/destinations.py | 409 | def test_durable_subscription_and_legacy_header(self): |
| LOW | …bitmq_stomp/test/python_SUITE_data/src/destinations.py | 471 | def do_test_durable_subscribe_no_id_and_header(self, header): |
| LOW | …bitmq_stomp/test/python_SUITE_data/src/destinations.py | 480 | def test_durable_subscribe_no_id(self): |
| LOW | …bitmq_stomp/test/python_SUITE_data/src/destinations.py | 483 | def test_durable_subscribe_no_id_and_legacy_header(self): |
| LOW | …s/rabbitmq_stomp/test/python_SUITE_data/src/parsing.py | 168 | def test_send_without_content_type(self): |
| LOW | …s/rabbitmq_stomp/test/python_SUITE_data/src/parsing.py | 204 | def test_send_without_content_type_binary(self): |
| LOW | …s/rabbitmq_stomp/test/python_SUITE_data/src/parsing.py | 223 | def test_newline_after_nul_and_leading_nul(self): |
| LOW | …s/rabbitmq_stomp/test/python_SUITE_data/src/parsing.py | 293 | def test_message_with_embedded_nulls(self): |
| LOW | …stomp/test/python_SUITE_data/src/connect_disconnect.py | 119 | def test_disconnect_with_receipt(self): |
| LOW | …p/test/python_SUITE_data/src/tls_connect_disconnect.py | 52 | def test_ssl_auth_send_receive(self): |
| LOW | deps/rabbitmq_stomp/test/python_SUITE_data/src/ack.py | 61 | def test_ack_client_individual(self): |
| LOW | deps/rabbitmq_stomp/test/python_SUITE_data/src/ack.py | 214 | def test_nack_without_requeueing(self): |
| LOW | deps/rabbitmq_stomp/test/python_SUITE_data/src/ack.py | 303 | def test_ack_with_id_header_succeeds(self): |
| LOW | deps/rabbitmq_stomp/test/python_SUITE_data/src/ack.py | 311 | def test_ack_without_id_header_fails(self): |
| LOW | …bbitmq_stomp/test/python_SUITE_data/src/unsubscribe.py | 16 | def test_unsubscribe_exchange_destination(self): |
| LOW | …bbitmq_stomp/test/python_SUITE_data/src/unsubscribe.py | 21 | def test_unsubscribe_exchange_destination_with_receipt(self): |
| LOW | …bbitmq_stomp/test/python_SUITE_data/src/unsubscribe.py | 26 | def test_unsubscribe_queue_destination(self): |
| LOW | …bbitmq_stomp/test/python_SUITE_data/src/unsubscribe.py | 31 | def test_unsubscribe_queue_destination_with_receipt(self): |
| LOW | …bbitmq_stomp/test/python_SUITE_data/src/unsubscribe.py | 36 | def test_unsubscribe_exchange_id(self): |
| LOW | …bbitmq_stomp/test/python_SUITE_data/src/unsubscribe.py | 41 | def test_unsubscribe_exchange_id_with_receipt(self): |
| LOW | …bbitmq_stomp/test/python_SUITE_data/src/unsubscribe.py | 46 | def test_unsubscribe_queue_id(self): |
| LOW | …bbitmq_stomp/test/python_SUITE_data/src/unsubscribe.py | 51 | def test_unsubscribe_queue_id_with_receipt(self): |
| LOW | …_stomp/test/python_SUITE_data/src/topic_permissions.py | 24 | def test_publish_authorisation(self): |
| LOW | …ps/rabbitmq_stomp/test/python_SUITE_data/src/errors.py | 14 | def __test_duplicate_consumer_tag_with_headers(self, destination, headers): |
| LOW | …ps/rabbitmq_stomp/test/python_SUITE_data/src/errors.py | 31 | def test_duplicate_consumer_tag_with_transient_destination(self): |
| LOW | …ps/rabbitmq_stomp/test/python_SUITE_data/src/errors.py | 35 | def test_duplicate_consumer_tag_with_durable_destination(self): |
| LOW | …ps/rabbitmq_stomp/test/python_SUITE_data/src/errors.py | 43 | def test_invalid_queue_destination(self): |
| LOW | …ps/rabbitmq_stomp/test/python_SUITE_data/src/errors.py | 46 | def test_invalid_empty_queue_destination(self): |
| LOW | …ps/rabbitmq_stomp/test/python_SUITE_data/src/errors.py | 49 | def test_invalid_topic_destination(self): |
| LOW | …ps/rabbitmq_stomp/test/python_SUITE_data/src/errors.py | 52 | def test_invalid_empty_topic_destination(self): |
| LOW | …ps/rabbitmq_stomp/test/python_SUITE_data/src/errors.py | 55 | def test_invalid_exchange_destination(self): |
| LOW | …ps/rabbitmq_stomp/test/python_SUITE_data/src/errors.py | 58 | def test_invalid_empty_exchange_destination(self): |
| LOW | …ps/rabbitmq_stomp/test/python_SUITE_data/src/errors.py | 61 | def test_invalid_default_exchange_destination(self): |
| LOW | …ps/rabbitmq_stomp/test/python_SUITE_data/src/errors.py | 74 | def test_send_missing_destination(self): |
| LOW | …ps/rabbitmq_stomp/test/python_SUITE_data/src/errors.py | 77 | def test_subscribe_missing_destination(self): |
| LOW | …ps/rabbitmq_stomp/test/python_SUITE_data/src/errors.py | 80 | def __test_missing_destination(self, command): |
| LOW | …ps/rabbitmq_stomp/test/python_SUITE_data/src/errors.py | 90 | def __test_invalid_destination(self, dtype, content): |
| LOW | deps/rabbitmq_stomp/test/python_SUITE_data/src/base.py | 104 | def create_subscriber_connection(self, dest): |
| LOW | deps/rabbitmq_stomp/test/python_SUITE_data/src/base.py | 235 | def wait_for_complete_countdown(self, timeout=5): |
| LOW | deps/rabbitmq_stomp/test/python_SUITE_data/src/base.py | 290 | def wait_for_complete_countdown(self, timeout=None): |
| LOW | …s/rabbitmq_management/priv/www/js/jquery.flot-0.8.1.js | 927 | function getOrCreateAxis(axes, number) { |
| LOW | …s/rabbitmq_management/priv/www/js/jquery.flot-0.8.1.js | 1375 | function allocateAxisBoxFirstPhase(axis) { |
| LOW | …s/rabbitmq_management/priv/www/js/jquery.flot-0.8.1.js | 1447 | function allocateAxisBoxSecondPhase(axis) { |
| LOW | …s/rabbitmq_management/priv/www/js/jquery.flot-0.8.1.js | 1460 | function adjustLayoutForThingsStickingOut() { |
| LOW | deps/rabbitmq_management/priv/www/js/excanvas.js | 99 | function addNamespacesAndStylesheet(doc) { |
| LOW | deps/rabbitmq_management/priv/www/js/jquery-3.5.1.js | 9039 | function addToPrefiltersOrTransports( structure ) { |
| LOW | deps/rabbitmq_management/priv/www/js/jquery-3.5.1.js | 9073 | function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) { |
| 7 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …_auth_backend_http/examples/docker/nodered/settings.js | 21 | module.exports = { |
| LOW | …_auth_backend_http/examples/docker/nodered/settings.js | 41 | // defaults to no timeout |
| LOW | …_auth_backend_http/examples/docker/nodered/settings.js | 61 | // node, set this to true |
| LOW | …_auth_backend_http/examples/docker/nodered/settings.js | 81 | |
| LOW | …_auth_backend_http/examples/docker/nodered/settings.js | 101 | // The following property can be used in place of 'httpAdminRoot' and 'httpNodeRoot', |
| LOW | …_auth_backend_http/examples/docker/nodered/settings.js | 121 | // property can be used. See http://nodered.org/docs/security.html for details. |
| LOW | …_auth_backend_http/examples/docker/nodered/settings.js | 141 | // See the comment at the top of this file on how to load the `fs` module used by |
| LOW | …_auth_backend_http/examples/docker/nodered/settings.js | 161 | // details on its contents. The following is a basic permissive set of options: |
| LOW | …_auth_backend_http/examples/docker/nodered/settings.js | 181 | // next(); |
| LOW | …_auth_backend_http/examples/docker/nodered/settings.js | 201 | //}, |
| LOW | …_auth_backend_http/examples/docker/nodered/settings.js | 221 | //contextStorage: { |
| LOW | …_auth_backend_webapi_dotnet/Properties/AssemblyInfo.cs | 21 | |
| LOW | …rabbitmq_prometheus/docker/docker-compose-overview.yml | 181 | # networks: |
| LOW | deps/rabbitmq_prometheus/docker/prometheus.yml | 1 | # https://prometheus.io/docs/prometheus/latest/configuration/configuration/ |
| LOW | deps/rabbitmq_prometheus/docker/grafana/datasources.yml | 1 | apiVersion: 1 |
| LOW | deps/rabbitmq_prometheus/docker/grafana/datasources.yml | 21 | # basicAuth: |
| LOW | …src/test/java/com/rabbitmq/stream/ClusterSizeTest.java | 1 | // The contents of this file are subject to the Mozilla Public License |
| LOW | …_data/src/test/java/com/rabbitmq/stream/TestUtils.java | 1 | // The contents of this file are subject to the Mozilla Public License |
| LOW | …c/test/java/com/rabbitmq/stream/LeaderLocatorTest.java | 1 | // The contents of this file are subject to the Mozilla Public License |
| LOW | …ata/src/test/java/com/rabbitmq/stream/FailureTest.java | 1 | // The contents of this file are subject to the Mozilla Public License |
| LOW | …data/src/test/java/com/rabbitmq/stream/StreamTest.java | 1 | // The contents of this file are subject to the Mozilla Public License |
| LOW | …SUITE_data/src/test/java/com/rabbitmq/stream/Host.java | 1 | // The contents of this file are subject to the Mozilla Public License |
| LOW | …_data/src/test/java/com/rabbitmq/stream/TestUtils.java | 1 | // The contents of this file are subject to the Mozilla Public License |
| LOW | …E_data/src/test/java/com/rabbitmq/stream/HttpTest.java | 1 | // The contents of this file are subject to the Mozilla Public License |
| LOW | deps/rabbitmq_management/priv/www/css/main.css | 21 | #debug { position: fixed; bottom: 0; z-index: 9; width: 100%; text-align: center; padding: 0; margin: 0; } |
| LOW | …s/rabbitmq_management/priv/www/js/jquery.flot-0.8.1.js | 261 | |
| LOW | …s/rabbitmq_management/priv/www/js/jquery.flot-0.8.1.js | 281 | // } |
| LOW | …s/rabbitmq_management/priv/www/js/jquery.flot-0.8.1.js | 361 | |
| LOW | …s/rabbitmq_management/priv/www/js/jquery.flot-0.8.1.js | 441 | // Removes one or more text strings from the canvas text overlay. |
| LOW | deps/rabbitmq_management/priv/www/js/excanvas.js | 1 | // Copyright 2006 Google Inc. |
| LOW | deps/rabbitmq_management/priv/www/js/excanvas.js | 21 | // * Clipping paths are not implemented. |
| LOW | deps/rabbitmq_management/priv/www/js/sammy-0.7.6.min.js | 1 | // -- Sammy.js -- /sammy.js |
| LOW | deps/rabbitmq_management/priv/www/js/jquery-3.5.1.js | 841 | // qSA considers elements outside a scoping root when evaluating child or |
| LOW | deps/rabbitmq_management/priv/www/js/jquery-3.5.1.js | 1021 | // Known :disabled false positives: fieldset[disabled] > legend:nth-of-type(n+2) :can-disable |
| LOW | deps/rabbitmq_management/priv/www/js/jquery-3.5.1.js | 4301 | // In cases where either: |
| LOW | deps/rabbitmq_management/priv/www/js/sammy-0.7.6.js | 41 | |
| LOW | deps/rabbitmq_management/priv/www/js/sammy-0.7.6.js | 241 | // URI paths as opposed to the older default of hash (#) based routing. Because the server |
| LOW | deps/rabbitmq_management/priv/www/js/sammy-0.7.6.js | 461 | // The first argument to use should be a function() that is evaluated |
| LOW | deps/rabbitmq_management/priv/www/js/sammy-0.7.6.js | 481 | // |
| LOW | deps/rabbitmq_management/priv/www/js/sammy-0.7.6.js | 521 | } else { |
| LOW | deps/rabbitmq_management/priv/www/js/sammy-0.7.6.js | 561 | // `route()` is the main method for defining routes within an application. |
| LOW | deps/rabbitmq_management/priv/www/js/sammy-0.7.6.js | 641 | del: _routeWrapper('delete'), |
| LOW | deps/rabbitmq_management/priv/www/js/sammy-0.7.6.js | 741 | // |
| LOW | deps/rabbitmq_management/priv/www/js/sammy-0.7.6.js | 761 | // |
| LOW | deps/rabbitmq_management/priv/www/js/sammy-0.7.6.js | 781 | after: function(callback) { |
| LOW | deps/rabbitmq_management/priv/www/js/sammy-0.7.6.js | 801 | // function checkLoggedIn(callback) { |
| LOW | deps/rabbitmq_management/priv/www/js/sammy-0.7.6.js | 821 | // } |
| LOW | deps/rabbitmq_management/priv/www/js/sammy-0.7.6.js | 841 | // console.log('chain1'); |
| LOW | deps/rabbitmq_management/priv/www/js/sammy-0.7.6.js | 861 | // |
| LOW | deps/rabbitmq_management/priv/www/js/sammy-0.7.6.js | 881 | // },function(context,next) { |
| LOW | deps/rabbitmq_management/priv/www/js/sammy-0.7.6.js | 901 | // |
| LOW | deps/rabbitmq_management/priv/www/js/sammy-0.7.6.js | 921 | // |
| LOW | deps/rabbitmq_management/priv/www/js/sammy-0.7.6.js | 941 | // |
| LOW | deps/rabbitmq_management/priv/www/js/sammy-0.7.6.js | 961 | // |
| LOW | deps/rabbitmq_management/priv/www/js/sammy-0.7.6.js | 1081 | }, |
| LOW | deps/rabbitmq_management/priv/www/js/sammy-0.7.6.js | 1201 | |
| LOW | deps/rabbitmq_management/priv/www/js/sammy-0.7.6.js | 1221 | // app.contextMatchesOptions(context, /^path/); //=> false |
| LOW | deps/rabbitmq_management/priv/www/js/sammy-0.7.6.js | 1301 | // Delegates to the `location_proxy` to set the current location. |
| LOW | deps/rabbitmq_management/priv/www/js/sammy-0.7.6.js | 1321 | // this.swap = function(content, callback) { |
| LOW | deps/rabbitmq_management/priv/www/js/sammy-0.7.6.js | 1521 | // queue. If the context is `waiting` (meaning an async operation is happening) |
| 19 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | deps/rabbitmq_codegen/amqp_codegen.py | 8 | |
| LOW | deps/rabbitmq_codegen/amqp_codegen.py | 8 | |
| LOW | deps/rabbitmq_codegen/amqp_codegen.py | 10 | |
| LOW | deps/amqp10_common/codegen.py | 3 | |
| LOW | deps/amqp10_common/codegen.py | 6 | |
| LOW | …d_http/examples/rabbitmq_auth_backend_django/manage.py | 14 | |
| LOW | …end_django/rabbitmq_auth_backend_django/auth/models.py | 1 | |
| LOW | …bitmq_stomp/test/python_SUITE_data/src/destinations.py | 8 | |
| LOW | …bitmq_stomp/test/python_SUITE_data/src/destinations.py | 9 | |
| LOW | …tomp/test/python_SUITE_data/src/x_queue_type_stream.py | 12 | |
| LOW | …tomp/test/python_SUITE_data/src/x_queue_type_quorum.py | 12 | |
| LOW | …bbitmq_stomp/test/python_SUITE_data/src/reliability.py | 9 | |
| LOW | …bbitmq_stomp/test/python_SUITE_data/src/reliability.py | 10 | |
| LOW | …s/rabbitmq_stomp/test/python_SUITE_data/src/parsing.py | 13 | |
| LOW | …q_stomp/test/python_SUITE_data/src/implicit_connect.py | 8 | |
| LOW | …q_stomp/test/python_SUITE_data/src/implicit_connect.py | 11 | |
| LOW | …q_stomp/test/python_SUITE_data/src/implicit_connect.py | 13 | |
| LOW | …bitmq_stomp/test/python_SUITE_data/src/x_queue_name.py | 8 | |
| LOW | …bitmq_stomp/test/python_SUITE_data/src/x_queue_name.py | 9 | |
| LOW | …bitmq_stomp/test/python_SUITE_data/src/transactions.py | 8 | |
| LOW | …bitmq_stomp/test/python_SUITE_data/src/transactions.py | 9 | |
| LOW | …bitmq_stomp/test/python_SUITE_data/src/transactions.py | 11 | |
| LOW | …stomp/test/python_SUITE_data/src/connect_disconnect.py | 8 | |
| LOW | …stomp/test/python_SUITE_data/src/connect_disconnect.py | 13 | |
| LOW | …p/test/python_SUITE_data/src/tls_connect_disconnect.py | 15 | |
| LOW | deps/rabbitmq_stomp/test/python_SUITE_data/src/ack.py | 11 | |
| LOW | …rabbitmq_stomp/test/python_SUITE_data/src/test_util.py | 10 | |
| LOW | …bbitmq_stomp/test/python_SUITE_data/src/test_runner.py | 12 | |
| LOW | …bbitmq_stomp/test/python_SUITE_data/src/unsubscribe.py | 8 | |
| LOW | …bbitmq_stomp/test/python_SUITE_data/src/unsubscribe.py | 9 | |
| LOW | …bbitmq_stomp/test/python_SUITE_data/src/unsubscribe.py | 12 | |
| LOW | …_stomp/test/python_SUITE_data/src/topic_permissions.py | 10 | |
| LOW | …ps/rabbitmq_stomp/test/python_SUITE_data/src/errors.py | 8 | |
| LOW | …ps/rabbitmq_stomp/test/python_SUITE_data/src/errors.py | 9 | |
| LOW | …q_stomp/test/python_SUITE_data/src/queue_properties.py | 8 | |
| LOW | …q_stomp/test/python_SUITE_data/src/queue_properties.py | 9 | |
| LOW | …q_stomp/test/python_SUITE_data/src/queue_properties.py | 12 | |
| LOW | …bbitmq_stomp/test/python_SUITE_data/src/redelivered.py | 8 | |
| LOW | …bbitmq_stomp/test/python_SUITE_data/src/redelivered.py | 9 | |
| LOW | …bbitmq_stomp/test/python_SUITE_data/src/redelivered.py | 11 | |
| LOW | deps/rabbitmq_stomp/test/python_SUITE_data/src/base.py | 10 | |
| LOW | deps/rabbitmq_stomp/examples/python/stream-receiver.py | 2 | |
| LOW | deps/rabbit_common/codegen.py | 10 | |
| LOW | deps/rabbit_common/codegen.py | 11 | |
| LOW | deps/rabbit_common/codegen.py | 13 | |
| LOW | deps/rabbit_common/codegen.py | 15 | |
| LOW | deps/rabbit_common/codegen.py | 16 | |
| LOW | …trust_store_django/rabbitmq_trust_store_django/urls.py | 17 | |
| LOW | …django/rabbitmq_trust_store_django/trust_store/apps.py | 1 | |
| LOW | …jango/rabbitmq_trust_store_django/trust_store/tests.py | 1 | |
| LOW | …jango/rabbitmq_trust_store_django/trust_store/views.py | 4 | |
| LOW | …jango/rabbitmq_trust_store_django/trust_store/views.py | 5 |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | …s/tools/terraform/direct-vms/templates/setup-erlang.sh | 68 | # -------------------------------------------------------------------- |
| MEDIUM | …s/tools/terraform/direct-vms/templates/setup-erlang.sh | 70 | # -------------------------------------------------------------------- |
| MEDIUM | …s/tools/terraform/direct-vms/templates/setup-erlang.sh | 159 | # -------------------------------------------------------------------- |
| MEDIUM | …s/tools/terraform/direct-vms/templates/setup-erlang.sh | 161 | # -------------------------------------------------------------------- |
| MEDIUM | …s/tools/terraform/direct-vms/templates/setup-erlang.sh | 228 | # -------------------------------------------------------------------- |
| MEDIUM | …s/tools/terraform/direct-vms/templates/setup-erlang.sh | 230 | # -------------------------------------------------------------------- |
| MEDIUM | …auth_backend_ldap/test/system_SUITE_data/init-slapd.sh | 65 | # -------------------------------------------------------------------- |
| MEDIUM | …auth_backend_ldap/test/system_SUITE_data/init-slapd.sh | 67 | # -------------------------------------------------------------------- |
| MEDIUM | …auth_backend_ldap/test/system_SUITE_data/init-slapd.sh | 108 | # -------------------------------------------------------------------- |
| MEDIUM | …auth_backend_ldap/test/system_SUITE_data/init-slapd.sh | 110 | # -------------------------------------------------------------------- |
| Severity | File | Line | Snippet |
|---|---|---|---|
| CRITICAL | deps/rabbitmq_management/priv/www/js/jquery-3.5.1.js | 8086 | jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( _i, name ) { |
| CRITICAL | …ps/rabbitmq_management/priv/www/js/jquery-3.5.1.min.js | 2 | !function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):f |
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | release-notes/README-1.7.1.txt | 48 | - add proper headers to auto-generated code |
| HIGH | release-notes/README-1.7.1.txt | 67 | - add proper headers to auto-generated code |
| HIGH | release-notes/README-1.7.1.txt | 87 | - add proper headers to auto-generated code |
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | deps/amqp10_common/codegen.py | 65 | print("""encode(undefined) -> null; |
| HIGH | deps/rabbit_common/codegen.py | 223 | print(" {F%s, R%s} = if P%s =:= 0 -> {undefined, R%s}; true -> ?%s_VAL(R%s, L%s, V%s, X%s) end," % \ |
| HIGH | deps/rabbit_common/codegen.py | 414 | bitvalue(undefined) -> 0. |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | …itmq_prometheus/docker/docker-compose-dist-metrics.yml | 15 | # https://network.pivotal.io/products/rabbitmq/ |
| MEDIUM | deps/rabbitmq_management/priv/www/js/jquery-3.5.1.js | 10821 | // understands anonymous AMD modules. A named AMD is safest and most robust |
| MEDIUM | deps/rabbitmq_management/priv/www/js/sammy-0.7.6.js | 1493 | // rendering and interpolation seamless even when dealing with asynchronous |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | deps/rabbitmq_stomp/test/generate_python_tests.py | 43 | |
| LOW | deps/rabbitmq_stomp/test/generate_python_tests.py | 70 | |
| LOW | …s/rabbitmq_stomp/test/python_SUITE_data/src/parsing.py | 89 | |
| LOW | deps/rabbit_common/codegen.py | 101 | |
| LOW | deps/rabbit_common/codegen.py | 157 | |
| LOW | deps/rabbit_common/codegen.py | 179 | |
| LOW | deps/rabbit_common/codegen.py | 236 |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | deps/rabbitmq_stomp/test/python_SUITE_data/src/ack.py | 275 | except Exception: |
| MEDIUM | deps/rabbitmq_stomp/test/python_SUITE_data/src/ack.py | 272 | def tearDown(self): |
| LOW | deps/rabbitmq_stomp/test/python_SUITE_data/src/base.py | 129 | except Exception as inst: |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | deps/rabbitmq_stomp/examples/python/stream-receiver.py | 14 | # Define a STOMP connection and port |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …s/rabbitmq_management/priv/www/js/jquery.flot-0.8.1.js | 1030 | function processData() { |
| LOW | deps/rabbitmq_management/priv/www/js/jquery-3.5.1.js | 4401 | function getData( data ) { |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | .github/workflows/oci-make.yaml | 1 | # When changing the OTP version, make sure to update all references: |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | deps/rabbitmq_auth_backend_oauth2/demo/setup.sh | 16 | # Set permission to list signing keys |