OpenSCAP/foreman_openscap

View on GitHub

Showing 163 of 163 total issues

File foreman_openscap.js has 1398 lines of code (exceeds 250 allowed). Consider refactoring.
Open

 locales['foreman_openscap'] = locales['foreman_openscap'] || {}; locales['foreman_openscap']['ko'] = {
  "domain": "foreman_openscap",
  "locale_data": {
    "foreman_openscap": {
      "": {
Severity: Major
Found in app/assets/javascripts/foreman_openscap/locale/ko/foreman_openscap.js - About 3 days to fix

    File foreman_openscap.js has 1398 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

     locales['foreman_openscap'] = locales['foreman_openscap'] || {}; locales['foreman_openscap']['ru'] = {
      "domain": "foreman_openscap",
      "locale_data": {
        "foreman_openscap": {
          "": {
    Severity: Major
    Found in app/assets/javascripts/foreman_openscap/locale/ru/foreman_openscap.js - About 3 days to fix

      File foreman_openscap.js has 1398 lines of code (exceeds 250 allowed). Consider refactoring.
      Open

       locales['foreman_openscap'] = locales['foreman_openscap'] || {}; locales['foreman_openscap']['de'] = {
        "domain": "foreman_openscap",
        "locale_data": {
          "foreman_openscap": {
            "": {
      Severity: Major
      Found in app/assets/javascripts/foreman_openscap/locale/de/foreman_openscap.js - About 3 days to fix

        File foreman_openscap.js has 1398 lines of code (exceeds 250 allowed). Consider refactoring.
        Open

         locales['foreman_openscap'] = locales['foreman_openscap'] || {}; locales['foreman_openscap']['sv_SE'] = {
          "domain": "foreman_openscap",
          "locale_data": {
            "foreman_openscap": {
              "": {

          File foreman_openscap.js has 1398 lines of code (exceeds 250 allowed). Consider refactoring.
          Open

           locales['foreman_openscap'] = locales['foreman_openscap'] || {}; locales['foreman_openscap']['en_GB'] = {
            "domain": "foreman_openscap",
            "locale_data": {
              "foreman_openscap": {
                "": {

            File foreman_openscap.js has 1398 lines of code (exceeds 250 allowed). Consider refactoring.
            Open

             locales['foreman_openscap'] = locales['foreman_openscap'] || {}; locales['foreman_openscap']['it'] = {
              "domain": "foreman_openscap",
              "locale_data": {
                "foreman_openscap": {
                  "": {
            Severity: Major
            Found in app/assets/javascripts/foreman_openscap/locale/it/foreman_openscap.js - About 3 days to fix

              File foreman_openscap.js has 1398 lines of code (exceeds 250 allowed). Consider refactoring.
              Open

               locales['foreman_openscap'] = locales['foreman_openscap'] || {}; locales['foreman_openscap']['en'] = {
                "domain": "foreman_openscap",
                "locale_data": {
                  "foreman_openscap": {
                    "": {
              Severity: Major
              Found in app/assets/javascripts/foreman_openscap/locale/en/foreman_openscap.js - About 3 days to fix

                File foreman_openscap.js has 1398 lines of code (exceeds 250 allowed). Consider refactoring.
                Open

                 locales['foreman_openscap'] = locales['foreman_openscap'] || {}; locales['foreman_openscap']['cs_CZ'] = {
                  "domain": "foreman_openscap",
                  "locale_data": {
                    "foreman_openscap": {
                      "": {

                  File foreman_openscap.js has 1398 lines of code (exceeds 250 allowed). Consider refactoring.
                  Open

                   locales['foreman_openscap'] = locales['foreman_openscap'] || {}; locales['foreman_openscap']['gl'] = {
                    "domain": "foreman_openscap",
                    "locale_data": {
                      "foreman_openscap": {
                        "": {
                  Severity: Major
                  Found in app/assets/javascripts/foreman_openscap/locale/gl/foreman_openscap.js - About 3 days to fix

                    File foreman_openscap.js has 1398 lines of code (exceeds 250 allowed). Consider refactoring.
                    Open

                     locales['foreman_openscap'] = locales['foreman_openscap'] || {}; locales['foreman_openscap']['zh_TW'] = {
                      "domain": "foreman_openscap",
                      "locale_data": {
                        "foreman_openscap": {
                          "": {

                      File foreman_openscap.js has 1396 lines of code (exceeds 250 allowed). Consider refactoring.
                      Open

                       locales['foreman_openscap'] = locales['foreman_openscap'] || {}; locales['foreman_openscap']['ja'] = {
                        "domain": "foreman_openscap",
                        "locale_data": {
                          "foreman_openscap": {
                            "": {
                      Severity: Major
                      Found in app/assets/javascripts/foreman_openscap/locale/ja/foreman_openscap.js - About 3 days to fix

                        File foreman_openscap.js has 1396 lines of code (exceeds 250 allowed). Consider refactoring.
                        Open

                         locales['foreman_openscap'] = locales['foreman_openscap'] || {}; locales['foreman_openscap']['zh_CN'] = {
                          "domain": "foreman_openscap",
                          "locale_data": {
                            "foreman_openscap": {
                              "": {

                          Similar blocks of code found in 2 locations. Consider refactoring.
                          Open

                          const HostgroupsTab = props => {
                            const useFetchFn = componentProps =>
                              useQuery(hostgroups, {
                                variables: {
                                  search: `oval_policy_id = ${componentProps.match.params.id}`,
                          webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTab.js on lines 15..42

                          Duplicated Code

                          Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                          Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                          When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                          Tuning

                          This issue has a mass of 184.

                          We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                          The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                          If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                          See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                          Refactorings

                          Further Reading

                          Similar blocks of code found in 2 locations. Consider refactoring.
                          Open

                          const CvesTab = props => {
                            const useFetchFn = componentProps =>
                              useQuery(cves, {
                                variables: {
                                  search: `oval_policy_id = ${componentProps.match.params.id}`,
                          Severity: Major
                          Found in webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTab.js and 1 other location - About 7 hrs to fix
                          webpack/routes/OvalPolicies/OvalPoliciesShow/HostgroupsTab.js on lines 15..42

                          Duplicated Code

                          Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                          Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                          When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                          Tuning

                          This issue has a mass of 184.

                          We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                          The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                          If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                          See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                          Refactorings

                          Further Reading

                          Function ReviewHosts has 176 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                          const ReviewHosts = () => {
                            const {
                              hostId,
                              setHostIdsParam,
                              defaultFailedHostsSearch,
                          Severity: Major
                          Found in webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js - About 7 hrs to fix

                            Similar blocks of code found in 2 locations. Consider refactoring.
                            Open

                              it('should load CVEs tab when specified in URL', async () => {
                                const mocks = policyDetailMock.concat(policyCvesMock);
                                render(
                                  <TestComponent
                                    history={historyWithSearch}
                            webpack/routes/OvalPolicies/OvalPoliciesShow/__tests__/OvalPoliciesShow.test.js on lines 138..155

                            Duplicated Code

                            Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                            Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                            When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                            Tuning

                            This issue has a mass of 172.

                            We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                            The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                            If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                            See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                            Refactorings

                            Further Reading

                            Similar blocks of code found in 2 locations. Consider refactoring.
                            Open

                              it('should load hostgroups tab when specified in URL', async () => {
                                const mocks = policyDetailMock.concat(policyHostgroupsMock);
                                render(
                                  <TestComponent
                                    history={historyWithSearch}
                            webpack/routes/OvalPolicies/OvalPoliciesShow/__tests__/OvalPoliciesShow.test.js on lines 96..113

                            Duplicated Code

                            Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                            Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                            When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                            Tuning

                            This issue has a mass of 172.

                            We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                            The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                            If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                            See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                            Refactorings

                            Further Reading

                            Function ReviewRemediation has 136 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                            const ReviewRemediation = () => {
                              const {
                                fixes,
                                snippet,
                                method,

                              Class Policy has 39 methods (exceeds 20 allowed). Consider refactoring.
                              Open

                                class Policy < ApplicationRecord
                                  audited
                                  include Authorizable
                                  include Taxonomix
                                  include PolicyCommon
                              Severity: Minor
                              Found in app/models/foreman_openscap/policy.rb - About 5 hrs to fix

                                Function SnippetSelect has 129 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                const SnippetSelect = () => {
                                  const {
                                    fixes,
                                    snippet,
                                    setSnippet,
                                Severity: Major
                                Found in webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js - About 5 hrs to fix
                                  Severity
                                  Category
                                  Status
                                  Source
                                  Language