You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SECURITY.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,13 +116,22 @@ Transport security:
116
116
117
117
Artemis actively protects against supply chain risks:
118
118
119
+
- The Artemis development team carefully reviews new dependencies before including them in the project to avoid introducing vulnerabilities in the first place
119
120
- Automated dependency vulnerability scanning using **Mend (formerly WhiteSource)**
120
121
- Regular updates to the latest stable versions of:
121
122
-**Spring Boot**
122
123
-**Angular**
123
124
- Prompt application of security patches
124
125
- Avoidance of unmaintained or low-trust dependencies
125
126
127
+
**Vulnerability Monitoring and SBOM Support:**
128
+
129
+
Artemis provides built-in tools to help administrators monitor and manage dependency security:
130
+
131
+
-**Software Dependencies Page:** Administrators can view and check for known vulnerabilities directly in the application via the Admin area, allowing for quick assessment of the current security posture
132
+
-**Software Bill of Materials (SBOM):** A downloadable SBOM is available for advanced security analysis in external systems, enabling integration with enterprise vulnerability management tools
133
+
-**Automated Weekly Security Scan:** Artemis performs regular security analysis of all dependencies and proactively notifies administrators via email when issues are detected, ensuring timely awareness of potential vulnerabilities
134
+
126
135
127
136
128
137
### Monitoring, Incident Response, and Security Operations
0 commit comments