David Cook

Results 39 issues of David Cook

For "Overseas Contingency Operations," a lead IG is chosen (from the State, DOD, and USAID IGs) to oversee everything related to the operation. At least ~~semiannually~~ quarterly, a report must...

At some point the ICIG started posting annual and semiannual reports online, see http://www.dni.gov/index.php/about/organization/office-of-the-intelligence-community-inspector-general-who-we-are and http://www.dni.gov/index.php/intelligence-community/ic-policies-reports/records-requested-under-foia This will merit a new scraper, and an update to the README.

Some reports are split up over multiple web pages, and we're only fetching the table of contents thus far. For example, http://oig.federalreserve.gov/reports/board-full-report-20140312a.htm points to an executive summary and five sub-pages....

Data Improvement

As we are working on data quality, it would be instructive to write a postprocessing script that checks whether any two reports have the exact same file.

Data Improvement

The sizes of the House and Senate and the number of delegates to the House are hardcoded in a few places, see below. It might be worth pulling these out...

FYI, python-oauth2 has been [removed from later versions of Ubuntu](https://bugs.launchpad.net/ubuntu/+source/python-oauth2/+bug/1411176). This was done because, for a couple of years, it had two open CVEs. Those have been fixed, but the...

Currently, the encrypted data in an EvalRow includes SHA-256 hashes of the perpetrator identifier, user identifier, and record identifier. IIUC, the user identifier and record identifier are integers from the...

security/cryptography
type: technical debt

I tried building bcc from source per the instructions in INSTALL.md, but I got the error below. ``` Performing C++ SOURCE FILE Test HAVE_REALLOCARRAY_SUPPORT failed with the following output: Change...

**Describe the bug** I have OpenCost running in a GKE cluster, and it is reporting errors determining the pricing of PVs from one storage class. From source code inspection it...

opencost
P1
kubecost
E2
needs-follow-up

I used [origami](https://rubygems.org/gems/origami) to create a password-encrypted PDF to attempt to reproduce #159, and I found that pdf-rs is intolerant of files where the `/Size` of a cross-reference stream is...