ig_recommendations
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
1 row where report_id = "active-directory-oversight-needs-improvement-and-criminal-investigation-computer"
This data as json, CSV (advanced)
| Link | rowid ▼ | report_id | rec_number | significant | text | questioned_costs | funds_for_better_use |
|---|---|---|---|---|---|---|---|
| 88 | 88 | Active Directory Oversight Needs Improvement and Criminal Investigation Computer Rooms Lack Minimum Security Controls active-directory-oversight-needs-improvement-and-criminal-investigation-computer | 3 | No | The Chief, CI, with assistance from the Chief Information Officer, should complete a cost analysis to 1) determine the efficacy of relocating CI assets in each of the field offices to existing IRS computer rooms versus upgrading the CI computer rooms to ensure that assets are protected in accordance with Federal and IRM security requirements and 2) implement the most cost-effective solution. | 0 | 0 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE ig_recommendations (
report_id TEXT REFERENCES ig_reports(report_id),
rec_number TEXT,
significant TEXT,
text TEXT,
questioned_costs INTEGER DEFAULT 0,
funds_for_better_use INTEGER DEFAULT 0
);
CREATE INDEX idx_ig_rec_report ON ig_recommendations(report_id);
CREATE INDEX idx_ig_rec_sig ON ig_recommendations(significant);