From 158c69adf695abdcfc0450ae80ad401f9fbf21cd Mon Sep 17 00:00:00 2001
From: Spyros
Date: Mon, 2 Oct 2023 15:08:01 +0100
Subject: [PATCH 1/3] fix smartlink functionality in case we don't know about a
standard (#409)
* fix smartlink functionality in case we don't know about a standard
* lint and tests fix
* lint2
---
.../src/pages/Search/components/BodyText.tsx | 26 +++++++++++--------
.../frontend/src/pages/chatbot/chatbot.tsx | 24 +++++++----------
application/tests/web_main_test.py | 8 +++---
application/web/web_main.py | 10 +++----
4 files changed, 35 insertions(+), 33 deletions(-)
diff --git a/application/frontend/src/pages/Search/components/BodyText.tsx b/application/frontend/src/pages/Search/components/BodyText.tsx
index 124e73e50..7e089c105 100644
--- a/application/frontend/src/pages/Search/components/BodyText.tsx
+++ b/application/frontend/src/pages/Search/components/BodyText.tsx
@@ -25,10 +25,10 @@ export const SearchBody = () => {
- Use OpenCRE Chat to ask any security question (Google account required to maximize queries per minute). In collaboration
- with Google, we injected all the standards in OpenCRE into an AI model to create the world's first
- security-specialized chatbot. This ensures you get a more reliable answer, and also a reference to a
- reputable source.
+ Use OpenCRE Chat to ask any security question (Google account required to
+ maximize queries per minute). In collaboration with Google, we injected all the standards in OpenCRE
+ into an AI model to create the world's first security-specialized chatbot. This ensures you get a more
+ reliable answer, and also a reference to a reputable source.
- OpenCRE is the brainchild of software security professionals Spyros Gasteratos and Rob van
- der Veer, who joined forces to tackle the complexities and segmentation in current security standards
- and guidelines. They collaborated closely with many initiatives, including SKF, OpenSSF and the Owasp
- Top 10 project. OpenCRE is an open-source platform overseen by the OWASP foundation through the
+ OpenCRE is the brainchild of software security professionals Spyros Gasteratos and Rob van der Veer,
+ who joined forces to tackle the complexities and segmentation in current security standards and
+ guidelines. They collaborated closely with many initiatives, including SKF, OpenSSF and the Owasp Top
+ 10 project. OpenCRE is an open-source platform overseen by the OWASP foundation through the
OWASP Integration standard project
. The goal is to foster better coordination among security initiatives.
@@ -61,8 +61,8 @@ export const SearchBody = () => {
Cloud Control Matrix, ISO27001, ISO27002, and NIST SSDF).
- Contact us via (rob.vanderveer [at] owasp.org) for any questions, remarks or to join the movement. Currently, a stakeholder group is
- being formed.
+ Contact us via (rob.vanderveer [at] owasp.org) for any questions, remarks or to join the movement.
+ Currently, a stakeholder group is being formed.