diff --git a/application/frontend/src/components/DocumentNode/DocumentNode.tsx b/application/frontend/src/components/DocumentNode/DocumentNode.tsx
index b9bbf1ba1..4968ae50e 100644
--- a/application/frontend/src/components/DocumentNode/DocumentNode.tsx
+++ b/application/frontend/src/components/DocumentNode/DocumentNode.tsx
@@ -3,12 +3,9 @@ import './documentNode.scss';
import axios from 'axios';
import React, { FunctionComponent, useContext, useEffect, useMemo, useState } from 'react';
import { Link, useHistory } from 'react-router-dom';
+import { Icon } from 'semantic-ui-react';
-import {
- TYPE_CONTAINS,
- TYPE_IS_PART_OF,
- TYPE_RELATED,
-} from '../../const';
+import { TYPE_CONTAINS, TYPE_IS_PART_OF, TYPE_RELATED } from '../../const';
import { useEnvironment } from '../../hooks';
import { applyFilters } from '../../hooks/applyFilters';
import { Document } from '../../types';
@@ -16,7 +13,6 @@ import { getDocumentDisplayName, groupLinksByType } from '../../utils';
import { getApiEndpoint, getDocumentTypeText, getInternalUrl } from '../../utils/document';
import { FilterButton } from '../FilterButton/FilterButton';
import { LoadingAndErrorIndicator } from '../LoadingAndErrorIndicator';
-import { Icon } from 'semantic-ui-react';
export interface DocumentNode {
node: Document;
@@ -107,9 +103,9 @@ export const DocumentNode: FunctionComponent
}
+ {idx > 0 &&
}
OpenCRE currently links OWASP standards (Top 10, ASVS, Proactive Controls, Cheat sheets, Testing - guide, ZAP, SAMM), plus several other sources (CWE, CAPEC, NIST-800 53, NIST-800 63b, Cloud Control Matrix, - ISO27001, ISO27002, NIST SSDF, and PCI-DSS). + guide, ZAP, SAMM), plus several other sources (CWE, CAPEC, NIST-800 53, NIST-800 63b, Cloud Control + Matrix, ISO27001, ISO27002, NIST SSDF, and PCI-DSS).
Contact us via (rob.vanderveer [at] owasp.org) to join the movement. Currently, a stakeholder group is @@ -61,7 +61,11 @@ export const SearchBody = () => {
For more details, see this presentation video, read the - {' '}CRE explanation document{' '} or click the diagram below. + + {' '} + CRE explanation document{' '} + {' '} + or click the diagram below.
diff --git a/application/frontend/src/pages/Search/components/SearchBar.tsx b/application/frontend/src/pages/Search/components/SearchBar.tsx index aee389e51..42020f7c0 100644 --- a/application/frontend/src/pages/Search/components/SearchBar.tsx +++ b/application/frontend/src/pages/Search/components/SearchBar.tsx @@ -31,7 +31,6 @@ export const SearchBar = () => { } }; - return (