ig_recommendations
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
3 rows where report_id = "2025-audit-boards-information-security-program"
This data as json, CSV (advanced)
| Link | rowid ▼ | report_id | rec_number | significant | text | questioned_costs | funds_for_better_use |
|---|---|---|---|---|---|---|---|
| 30 | 30 | 2025 Audit of the Board's Information Security Program 2025-audit-boards-information-security-program | 1 | No | Develop and maintain cybersecurity profile(s) that define key elements of the Board’s current and target cybersecurity program in alignment with the Board’s organizational risk tolerance, mission objectives, and threat environment. | 0 | 0 |
| 31 | 31 | 2025 Audit of the Board's Information Security Program 2025-audit-boards-information-security-program | 2 | No | Evaluate the dual-use model for the Board’s mobile devices, in accordance with the Board’s security objectives and risk tolerance, and review and update the Information Technology Resources Use policy as appropriate. | 0 | 0 |
| 32 | 32 | 2025 Audit of the Board's Information Security Program 2025-audit-boards-information-security-program | 3 | No | Strengthen mobile device security controls to enforce content and data protection policies. | 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);