Skip to content

chore: add checker to detect usage of weak SSL version#146

Merged
sanket-deepsource merged 2 commits intoDeepSourceCorp:masterfrom
MashyBasker:checker/weak-ssl-version
Feb 28, 2025
Merged

chore: add checker to detect usage of weak SSL version#146
sanket-deepsource merged 2 commits intoDeepSourceCorp:masterfrom
MashyBasker:checker/weak-ssl-version

Conversation

@MashyBasker
Copy link
Contributor

Test logs

echo "Testing built-in rules..."
Testing built-in rules...
./bin/globstar test -d checkers/
Running test case: avoid_add.yml
Running test case: avoid_latest.yml
Running test case: avoid_sudo.yml
Running test case: dangerous_eval.yml
Running test case: avoid-marksafe.yml
Running test case: context-autoescape-off.yml
Running test case: filter-issafe.yml
Running test case: format-html-param.yml
Running test case: safe-string-extend.yml
Running test case: weak-ssl-version.yml
All tests passed        globstar.dev/cmd/globstar               coverage: 0.0% of statements
        globstar.dev/pkg/cli            coverage: 0.0% of statements
        globstar.dev/pkg/config         coverage: 0.0% of statements
ok      globstar.dev/pkg/analysis       0.005s  coverage: 22.7% of statements
Total coverage: 13.9%

Signed-off-by: Maharshi Basu <basumaharshi10@gmail.com>
@vercel
Copy link

vercel bot commented Feb 27, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
globstar ⬜️ Ignored (Inspect) Visit Preview Feb 27, 2025 5:49pm

@@ -0,0 +1,21 @@
language: py
name: weak-ssl-version
message: An insecure version of SSL has been detected which is deprectated due to weak encryption
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
message: An insecure version of SSL has been detected which is deprectated due to weak encryption
message: Insecure SSL version detected which is deprecated due to weak encryption

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Requested changes have been addressed in the latest commit.

Signed-off-by: Maharshi Basu <basumaharshi10@gmail.com>
@sanket-deepsource sanket-deepsource merged commit d9fffe0 into DeepSourceCorp:master Feb 28, 2025
1 check passed
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.

2 participants