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

Re-enabled: tsqllint #4120

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- Retry 5 times after 3 seconds in case of TooManyRequests when downloading vulnerability database
- If the retries did not succeed, call trivy with `--skip-db-update --skip-check-update` (not ideal but better than nothing)
- Bash/Perl: Support shell scripts with no extension and only support perl shebangs at the beginning of a file in <https://github.com/oxsecurity/megalinter/pull/4076>
- [tsqllint](https://github.com/tsqllint/tsqllint) Re-enabled after .net 8 and security updates

- Fixes
- Add debug traces to investigate reporters activation
Expand Down
3 changes: 1 addition & 2 deletions megalinter/descriptors/sql.megalinter-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ linters:
# TSQL
- class: DotNetToolLinter
linter_name: tsqllint
disabled: true
disabled_reason: "Security issues not handled: # https://github.com/tsqllint/tsqllint/issues/333"
disabled: false
descriptor_flavors:
- dotnet
- dotnetweb
Expand Down
Loading