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

Update README.md #70

Merged
merged 1 commit into from
Sep 10, 2024
Merged

Update README.md #70

merged 1 commit into from
Sep 10, 2024

Conversation

random1223
Copy link
Contributor

No description provided.

@random1223 random1223 merged commit 3c296c4 into main Sep 10, 2024
1 check failed
Copy link

Codety
Issues found in this pull request based on the custom Code Standards settings:

Java

File Issue
../scanner/analyzer/checkov/CheckovCodeAnalyzer.java 🟡 [Documentation] [CommentSize] Comment is too large: Line too long view
..anner/analyzer/checkov/CheckovResultConverter.java 🟡 [Error Prone] [AvoidLiteralsInIfCondition] Avoid using literals in if statements view
🟡 [Error Prone] [AvoidLiteralsInIfCondition] Avoid using literals in if statements view
..anner/analyzer/codety/CodetyRegexCodeAnalyzer.java 🟡 [Error Prone] [AssignmentInOperand] Avoid assignments in operands view
🟡 [Documentation] [CommentSize] Comment is too large: Line too long view
..ner/analyzer/cppcheck/CppcheckResultConverter.java 🟡 [Documentation] [CommentSize] Comment is too large: Line too long view
🟡 [Documentation] [CommentSize] Comment is too large: Line too long view
🟡 [Documentation] [CommentSize] Comment is too large: Line too long view
🟡 [Documentation] [CommentSize] Comment is too large: Line too long view
🟡 [Documentation] [CommentSize] Comment is too large: Line too long view
🟡 [Documentation] [CommentSize] Comment is too large: Line too long view
🟡 [Documentation] [CommentSize] Comment is too large: Line too long view
🟡 [Documentation] [CommentSize] Comment is too large: Line too long view
🟡 [Documentation] [CommentSize] Comment is too large: Line too long view
🟡 [Documentation] [CommentSize] Comment is too large: Too many lines view
..canner/analyzer/cppcheck/dto/CppcheckCmdIssue.java 🟡 [Documentation] [CommentSize] Comment is too large: Line too long view
..ty/scanner/analyzer/eslint/EslintCodeAnalyzer.java 🟡 [Documentation] [CommentSize] Comment is too large: Line too long view
..anner/analyzer/eslint/EslintConfigFileFactory.java 🟡 [Documentation] [CommentSize] Comment is too large: Line too long view
🟡 [Documentation] [CommentSize] Comment is too large: Line too long view
..canner/analyzer/eslint/EslintResultsConverter.java 🟡 [Error Prone] [AvoidLiteralsInIfCondition] Avoid using literals in if statements view
..dety/scanner/analyzer/pmd/JavaPmdCodeAnalyzer.java 🟡 [Documentation] [CommentSize] Comment is too large: Line too long view
⚪ [Best Practices] [AvoidReassigningParameters] Avoid reassigning parameters such as 'pmdCsvResult' view
..ner/analyzer/pmd/JavaPmdDuplicateCodeAnalyzer.java 🟡 [Documentation] [CommentSize] Comment is too large: Line too long view
🟡 [Documentation] [CommentSize] Comment is too large: Line too long view
🟡 [Documentation] [CommentSize] Comment is too large: Line too long view
..nalyzer/pmd/SourceCodeDirectoryLayoutAnalyzer.java 🟡 [Documentation] [CommentSize] Comment is too large: Line too long view
..ty/scanner/analyzer/pylint/PylintCodeAnalyzer.java 🟡 [Error Prone] [AvoidDuplicateLiterals] The String literal ' Failed ' appears 4 times in this file; the first occurrence is on line 44 view
..ty/scanner/analyzer/pylint/dto/PylintIssueDto.java 🟡 [Documentation] [CommentSize] Comment is too large: Too many lines view
..er/analyzer/scalastyle/ScalastyleCodeAnalyzer.java 🟡 [Documentation] [CommentSize] Comment is too large: Line too long view
..er/analyzer/shellcheck/ShellcheckCodeAnalyzer.java 🟡 [Documentation] [CommentSize] Comment is too large: Line too long view

The issue list was truncated due to too many issues were found in this pull request

C/C++

File Issue
..st/resources/cppcheck/cpp-code-with-issues/cpp.cpp 🔴 [warning] [uninitvar] [457] Uninitialized variable: position view
🔴 [warning] [uninitvar] [457] Assuming condition is false view

Ruby

File Issue
code-issue-examples/ruby/bad-ruby-code-examples.rb ⚪ [style] [parallel-assignment] Do not use parallel assignment. view
🟡 [lint] [unused-block-argument] Unused block argument - k. If it's necessary, use _ or _k as an argument name to indicate that it won't be used. view

Secrets detection

File Issue
code-issue-examples/secrets/github-secret.txt 🔴 [security] [github-access-token] Detected potential exposure of sensitive information view
🔴 [security] [github-access-token] Detected potential exposure of sensitive information view
..i/src/main/java/com/SecretExposureJavaExample.java 🔴 [security] [github-access-token] Detected potential exposure of sensitive information view
🔴 [security] [github-access-token] Detected potential exposure of sensitive information view
..eporter/CodeAnalysisResultDistributionService.java 🔴 [security] [vault-token] Detected potential exposure of sensitive information view
..lyzer/codety/CodetyDefaultFactoryAnalyzerTest.java 🔴 [security] [github-access-token] Detected potential exposure of sensitive information view
..scanner/reporter/dto/CodeAnalysisResultSetDto.java 🔴 [security] [vault-token] Detected potential exposure of sensitive information view
..scanner/analyzer/dto/AnalyzerConfigurationDto.java 🔴 [security] [vault-token] Detected potential exposure of sensitive information view
..io/codety/scanner/service/dto/AnalyzerRequest.java 🔴 [security] [vault-token] Detected potential exposure of sensitive information view
🔴 [security] [vault-token] Detected potential exposure of sensitive information view
🔴 [security] [vault-token] Detected potential exposure of sensitive information view
🔴 [security] [vault-token] Detected potential exposure of sensitive information view
🔴 [security] [vault-token] Detected potential exposure of sensitive information view
🔴 [security] [vault-token] Detected potential exposure of sensitive information view
🔴 [security] [vault-token] Detected potential exposure of sensitive information view
../scanner/source/dto/GitRepoDownloadRequestDto.java 🔴 [security] [vault-token] Detected potential exposure of sensitive information view

Javascript

File Issue
..s/eslint/code-smell-examples/undef-related-code.js ⚪ [Block] [no-restricted-syntax] Rule no-restricted-syntax is missing a contexts option. view
code-issue-examples/javascript/block-spacing.js ⚪ [Block] [no-restricted-syntax] Rule no-restricted-syntax is missing a contexts option. view
⚪ [Block] [no-restricted-syntax] Rule no-restricted-syntax is missing a contexts option. view
⚪ [Block] [no-restricted-syntax] Rule no-restricted-syntax is missing a contexts option. view

Html

File Issue
..resources/eslint/code-smell-examples/bad-html.html ⚪ [Attribute] [id-naming-convention] The id '1' is not matched with the snake_case. view
⚪ [Attribute] [id-naming-convention] The id '1' is not matched with the snake_case. view
code-issue-examples/html/bad-html.html ⚪ [Attribute] [id-naming-convention] The id '1' is not matched with the snake_case. view
⚪ [Attribute] [id-naming-convention] The id '1' is not matched with the snake_case. view

Golang

File Issue
..ode-issue-examples/go/module-with-mod/cgo-issue.go 🟡 [generic] [typecheck] : found packages mymodule (cgo-issue.go) and hello (hello.go) in view
..examples/go/module-with-mod/mymodule/unused-var.go 🟡 [generic] [typecheck] : # hello/mymodule mymodule/unused-var.go:7:10: u1 declared and not used mymodule/unused-var.go:8:10: u2 declared and not used view

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 this pull request may close these issues.

1 participant