-
When running ears functional test, we sometimes, find that the test messages are timing out in EARS and are not getting delivered with the following error:
```
{"log.level":"error","op":"SQS.receiv…
-
Dispatcher really be two different components/structs/interfaces:
- one thing that has a queue and decides whether or not to send an event given the device id / norn (give this a different interface …
-
A [user in discord](https://discord.com/channels/742820443487993987/746070604192415834/878097116088639539) was wondering about verifying Vector release assets.
I think there is a lot we could do in…
-
Currently, parsing the following string `"event: /xmidt-test/2/config"` yields an authority with the value ` `.
We probably don't want this and should sanitize each locator component removi…
-
## CVE-2015-9251 - Medium Severity Vulnerability
Vulnerable Library - jquery-2.2.2.min.js
JavaScript library for DOM operations
Library home page: https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.2…
-
## CVE-2019-11358 - Medium Severity Vulnerability
Vulnerable Library - jquery-2.2.2.min.js
JavaScript library for DOM operations
Library home page: https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.…
-
## CVE-2020-11022 - Medium Severity Vulnerability
Vulnerable Library - jquery-2.2.2.min.js
JavaScript library for DOM operations
Library home page: https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.…
-
## CVE-2020-11023 - Medium Severity Vulnerability
Vulnerable Library - jquery-2.2.2.min.js
JavaScript library for DOM operations
Library home page: https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.…
-
## Copyright header update
Replace the full apache header at the top of each file with this:
```golang
// SPDX-FileCopyrightText: {{DATE}} Comcast Cable Communications Management, LLC
// SPDX-Licens…
-
## Fix code style
Using Go 1.20 or 1.21, run:
```bash
find . -name '*.go' -exec gofmt -s -w {} \;
```
This should update the formatting so it is compliant.
## Enable copyright checking in the acti…