Robert Scott

Results 72 issues of Robert Scott

On macos 10.15, python-gvm 21.6.0, lxml 4.6.3: ``` __________________ GvmConnectionTestCase.test_feed_xml_error ___________________ self = def test_feed_xml_error(self): connection = GvmConnection() connection._start_xml() with self.assertRaises( GvmError, msg='Cannot parse XML response. Response data read bla'...

###### Description of changes https://nvd.nist.gov/vuln/detail/CVE-2022-38497 https://nvd.nist.gov/vuln/detail/CVE-2022-38496 https://nvd.nist.gov/vuln/detail/CVE-2022-38495 https://nvd.nist.gov/vuln/detail/CVE-2022-38307 https://nvd.nist.gov/vuln/detail/CVE-2022-38306 Enabled on darwin while I was at it as it WFM. For stable we can cherry-pick this along with the earlier...

1.severity: security
8.has: package (new)
9.needs: port to stable
10.rebuild-linux: 1-10
10.rebuild-darwin: 1-10

###### Description of changes The "system" tests may be unachievable, but the unit tests will run with `cmocka` provided and a bit of tweaking for musl systems. ###### Things done...

10.rebuild-linux: 11-100
10.rebuild-darwin: 1-10
8.has: tests

###### Description of changes Too many CVEs to list https://github.com/tensorflow/tensorflow/releases/tag/v2.8.1 None of the three `fetchAttrs` hashes changed. ###### Things done - Built on platform(s) - [x] x86_64-linux - [ ]...

6.topic: python
1.severity: security
10.rebuild-linux: 11-100
10.rebuild-darwin: 11-100

What ---- https://www.pivotaltracker.com/story/show/183510169 These now appear to be reliable enough on staging and production that this shouldn't be a problem. How to review ------------- Either deploy to your own dev...

What ---- https://www.pivotaltracker.com/story/show/183164959 This slightly improves the wording for the former `DiegoCellRepMemoryCapacity` alert, making it `DiegoCellRepsReachingTotalMemoryCapacity`. This then also adds a gentle alert for there being fewer than 3 cells...

What ---- https://www.pivotaltracker.com/story/show/183164959 Added a dashboard showing information about how much available memory our cells have across the instance group. How to review ------------- Deploy to a dev env and...

What ---- Looks like I incorrectly copied the "variables" section from the log-cache dashboard and forgot to change it, so the variable selectors on this dashboard are actually listing log-cache...

(Having first contacted the authors privately with this issue, they requested I post the issue here) #### Minimal, reproducible code sample, a copy-pastable example if possible ```python from numcodecs.blosc import...

Hi, Another weakness in sqlalchemy's mutable object support is the fact that `@validates` validators aren't run when nested objects are mutated, meaning changes can bypass validation - far from ideal....