Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,11 @@

- BE-CYBER COMMUNITY, French talk, Live presentation of CISO Assistant:
- https://www.youtube.com/live/RpQdD9WrKHs


### 🛡️ Cybersecurity GRC Platform

* CISO Assistant
* * GitHub: https://github.com/intuitem/ciso-assistant-community
* * Category: Cybersecurity GRC Platform
* * Description: CISO Assistant is an open-source, API-first platform for modernizing GRC—covering Risk, AppSec, Compliance, Privacy, and Audit Management. It features extensive framework coverage, decoupled controls, automation, smart mapping, and simplifies multi-framework adherence for security teams.
Comment on lines +17 to +20
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🛠️ Refactor suggestion

Fix list marker, indentation, and use proper Markdown links (MD004/MD007/MD034).

The bullets use * instead of the - style used elsewhere, the nesting is mis-indented (extra * * prefixes), and the GitHub URL is bare. These issues break list rendering and trigger the linter warnings.

- * CISO Assistant
- *   * GitHub: https://github.com/intuitem/ciso-assistant-community
-    *   * Category: Cybersecurity GRC Platform
-        *   * Description: CISO Assistant is an open-source, API-first platform for modernizing GRC—covering Risk, AppSec, Compliance, Privacy, and Audit Management. It features extensive framework coverage, decoupled controls, automation, smart mapping, and simplifies multi-framework adherence for security teams.
+ - [CISO Assistant](https://github.com/intuitem/ciso-assistant-community)
+   - Category: Cybersecurity GRC Platform
+   - Description: CISO Assistant is an open-source, API-first platform for modernizing Governance, Risk, and Compliance (GRC)—covering Risk, AppSec, Compliance, Privacy, and Audit Management. It offers extensive framework coverage, decoupled controls, automation, smart mapping, and simplifies multi-framework adherence for security teams.

This aligns with the existing list style and resolves all linter complaints.

📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
* CISO Assistant
* * GitHub: https://github.com/intuitem/ciso-assistant-community
* * Category: Cybersecurity GRC Platform
* * Description: CISO Assistant is an open-source, API-first platform for modernizing GRC—covering Risk, AppSec, Compliance, Privacy, and Audit Management. It features extensive framework coverage, decoupled controls, automation, smart mapping, and simplifies multi-framework adherence for security teams.
- [CISO Assistant](https://github.com/intuitem/ciso-assistant-community)
- Category: Cybersecurity GRC Platform
- Description: CISO Assistant is an open-source, API-first platform for modernizing Governance, Risk, and Compliance (GRC)—covering Risk, AppSec, Compliance, Privacy, and Audit Management. It offers extensive framework coverage, decoupled controls, automation, smart mapping, and simplifies multi-framework adherence for security teams.
🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

17-17: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


18-18: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


18-18: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


18-18: Unordered list indentation
Expected: 2; Actual: 4

(MD007, ul-indent)


18-18: Bare URL used

(MD034, no-bare-urls)


19-19: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


19-19: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


19-19: Unordered list indentation
Expected: 2; Actual: 4

(MD007, ul-indent)


19-19: Unordered list indentation
Expected: 4; Actual: 8

(MD007, ul-indent)


20-20: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


20-20: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


20-20: Unordered list indentation
Expected: 4; Actual: 8

(MD007, ul-indent)


20-20: Unordered list indentation
Expected: 6; Actual: 12

(MD007, ul-indent)

🤖 Prompt for AI Agents
In resources.md around lines 17 to 20, the list uses inconsistent bullet markers
with excessive asterisks and incorrect indentation, and the GitHub URL is not
formatted as a proper Markdown link. To fix this, replace the asterisks with
hyphens to match the existing list style, correct the indentation to reflect
proper nesting levels, and format the GitHub URL as a clickable Markdown link
using square brackets and parentheses.

Loading