Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output as list, not table #5423

Open
fregante opened this issue Aug 25, 2024 · 0 comments · May be fixed by #5426
Open

Output as list, not table #5423

fregante opened this issue Aug 25, 2024 · 0 comments · May be fixed by #5426

Comments

@fregante
Copy link
Contributor

Describe the problem and steps to reproduce it:

I'm not a fan of the table output, it's repetitive and it breaks file names on small terminals.

Current

Code                              Message           Description                      File      
MANIFEST_FIELD_UNSUPPORTED        "/background/s…   "/background/service_worker"     ma
                                  ervice_worker"    is not supported.                          
                                  is not                                                       
                                  supported.                                                   
KEY_FIREFOX_UNSUPPORTED_BY_MIN…   Manifest key      "strict_min_version" requires    manife
_VERSION                          not supported     Firefox 126, which was                 
                                  by the            released before version 128                
                                  specified         introduced support for                     
                                  minimum Firefox   "optional_host_permissions".               
                                  version                                                      
KEY_FIREFOX_ANDROID_UNSUPPORTE…   Manifest key      "strict_min_version" requires    manife
D_BY_MIN_VERSION                  not supported     Firefox for Android 126, which         
                                  by the            was released before version                
                                  specified         128 introduced support for                 
                                  minimum Firefox   "optional_host_permissions".               
                                  for Android                                                  
                                  version                                                      
UNSAFE_VAR_ASSIGNMENT             Unsafe            Due to both security and         as
                                  assignment to     performance concerns, this may   dules/dom-
                                  innerHTML         not be set using dynamic         /index.js 
                                                    values which have not been                 
                                                    adequately sanitized. This can             
                                                    lead to security issues or                 
                                                    fairly serious performance                 
                                                    degradation.                               
UNSAFE_VAR_ASSIGNMENT             Unsafe            Due to both security and         as
                                  assignment to     performance concerns, this may   dules/doma
                                  innerHTML         not be set using dynamic         ex.js     
                                                    values which have not been                 
                                                    adequately sanitized. This can             
                                                    lead to security issues or                 
                                                    fairly serious performance                 
                                                    degradation.                               
UNSAFE_VAR_ASSIGNMENT             Unsafe call to    Due to both security and         as
                                  document.creat…   performance concerns, this may   dules/link
                                  eRange().creat…   not be set using dynamic         issues/ind
                                  eContextualFra…   values which have not been                 
                                  gment for         adequately sanitized. This can             
                                  argument 0        lead to security issues or                 
                                                    fairly serious performance                 
                                                    degradation.                               
UNSAFE_VAR_ASSIGNMENT             Unsafe call to    Due to both security and         as
                                  document.creat…   performance concerns, this may   dules/link
                                  eRange().creat…   not be set using dynamic         urls/index
                                  eContextualFra…   values which have not been                 
                                  gment for         adequately sanitized. This can             
                                  argument 0        lead to security issues or                 
                                                    fairly serious performance                 
                                                    degradation.                    

Ideal

MANIFEST_FIELD_UNSUPPORTED
  "/background/service_worker" is not supported.
  "/background/service_worker" is not supported.
  manifest.json

KEY_FIREFOX_UNSUPPORTED_BY_MIN_VERSION
  Manifest key not supported by the specified minimum Firefox version
  "strict_min_version" requires Firefox 126, which was released before version 128 introduced support for "optional_host_permissions".
  manifest.json

KEY_FIREFOX_ANDROID_UNSUPPORTED_BY_MIN_VERSION
  Manifest key not supported by the specified minimum Firefox for Android version
  "strict_min_version" requires Firefox for Android 126, which was released before version 128 introduced support for "optional_host_permissions".
  manifest.json

UNSAFE_VAR_ASSIGNMENT
  Unsafe assignment to innerHTML
  Due to both security and performance concerns, this may not be set using dynamic values which have not been adequately sanitized. This can lead to security issues or fairly serious performance degradation.
  assets/node_modules/dom-chef/index.js:96:13
  assets/node_modules/doma/index.js:6:5
  assets/node_modules/linkify-issues/index.js:20:24
  assets/node_modules/linkify-urls/index.js:15:24
@fregante fregante linked a pull request Aug 26, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant