huridocs/uwazi

View on GitHub
app/react/App/Footer.js

Summary

Maintainability
A
0 mins
Test Coverage
A
91%

Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations
Open

                <a href="https://huridocs.org/" target="_blank">
Severity: Minor
Found in app/react/App/Footer.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Definition for rule 'node/no-restricted-import' was not found.
Open

import PropTypes from 'prop-types';
Severity: Minor
Found in app/react/App/Footer.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

propType "user" is not required, but has no corresponding defaultProps declaration.
Open

  user: PropTypes.object,
Severity: Minor
Found in app/react/App/Footer.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Prop type "object" is forbidden
Open

  user: PropTypes.object,
Severity: Minor
Found in app/react/App/Footer.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations
Open

            <a href="https://www.uwazi.io/" target="_blank" className="footer-logo">
Severity: Minor
Found in app/react/App/Footer.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

propType "siteName" is not required, but has no corresponding defaultProps declaration.
Open

  siteName: PropTypes.string,
Severity: Minor
Found in app/react/App/Footer.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Prefer named exports.
Open

export default connect(mapStateToProps)(Footer);
Severity: Minor
Found in app/react/App/Footer.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

There are no issues that match your filters.

Category
Status