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
@@ -297,6 +298,13 @@ ContextGem is at an early stage. Our development roadmap includes:
297
298
We are committed to making ContextGem the most effective tool for extracting structured information from documents.
298
299
299
300
301
+
## 🔐 Security
302
+
303
+
This project is automatically scanned for security vulnerabilities using [CodeQL](https://codeql.github.com/). We also use [Snyk](https://snyk.io) as needed for supplementary dependency checks.
304
+
305
+
See [SECURITY](https://github.com/shcherbak-ai/contextgem/blob/main/SECURITY.md) file for details.
306
+
307
+
300
308
## 📄 License & Contact
301
309
302
310
This project is licensed under the Apache 2.0 License - see the [LICENSE](https://github.com/shcherbak-ai/contextgem/blob/main/LICENSE) and [NOTICE](https://github.com/shcherbak-ai/contextgem/blob/main/NOTICE) files for details.
Copy file name to clipboardExpand all lines: SECURITY.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,9 @@ We maintain security practices for the latest release of this library. Older ver
8
8
9
9
## Security Testing
10
10
11
-
This project is regularly tested for security issues using both:
11
+
This project is automatically tested for security issues using [CodeQL](https://codeql.github.com/) static analysis (run via GitHub Actions).
12
12
13
-
-[CodeQL](https://codeql.github.com/) static analysis (run via GitHub Actions)
14
-
-[Snyk](https://snyk.io) for continuous dependency vulnerability monitoring
15
-
16
-
All known transitive vulnerabilities have been manually triaged and either resolved or confirmed to be non-applicable based on how the library is used. See the repository's issue tracker or changelog for relevant audit notes when applicable.
13
+
We also use [Snyk](https://snyk.io) as needed for supplementary dependency vulnerability monitoring.
@@ -126,6 +127,13 @@ ContextGem is at an early stage. Our development roadmap includes:
126
127
We are committed to making ContextGem the most effective tool for extracting structured information from documents.
127
128
128
129
130
+
## 🔐 Security
131
+
132
+
This project is automatically scanned for security vulnerabilities using [CodeQL](https://codeql.github.com/). We also use [Snyk](https://snyk.io) as needed for supplementary dependency checks.
133
+
134
+
See [SECURITY](https://github.com/shcherbak-ai/contextgem/blob/main/SECURITY.md) file for details.
135
+
136
+
129
137
## 📄 License & Contact
130
138
131
139
This project is licensed under the Apache 2.0 License - see the [LICENSE](https://github.com/shcherbak-ai/contextgem/blob/main/LICENSE) and [NOTICE](https://github.com/shcherbak-ai/contextgem/blob/main/NOTICE) files for details.
0 commit comments