Releases: DataDog/datadog-static-analyzer
Releases · DataDog/datadog-static-analyzer
Release 0.2.3
What's Changed
Full Changelog: 0.2.2...0.2.3
Release 0.2.2
Release 0.2.1
What's Changed
- Workaround x86 bug by @juli1 in #155
- Integration tests in gitlab by @juli1 in #156
- Add server start instructions by @juli1 in #159
- [STAL-980] Attempt to fix issues, going back to previous versions by @juli1 in #160
- [STAL-982] Add basic logging by @jasonforal in #166
- [STAL-994] Pin tree-sitter grammars by @jasonforal in #167
- [STAL-1014] Fix GitHub Actions checks for pull requests from external forks by @jasonforal in #169
- [STAL-1039] fix: square bracket filename encoding by @dastrong in #170
- Adding sca analysis by @juli1 in #171
- [STAL-1009] Add support for Ruby by @jasonforal in #174
- Release 0.2.1 by @jasonforal in #175
New Contributors
- @jasonforal made their first contribution in #166
Full Changelog: 0.1.9...0.2.1
Update documentation URL
SARIF report improvements
What's Changed
- refactor(server): split the code in several files by @robertohuertasm in #128
- feat(server): improve error codes by @robertohuertasm in #135
- chore(server): add launch debug configuration for vscode by @robertohuertasm in #134
- fix(cli): remove edit type end positions by @dastrong in #136
- Add C# rules to be checked at each commit by @juli1 in #137
- Add CWE to the SARIF report by @juli1 in #139
- Update dependencies by @juli1 in #138
- Improve documentation by @juli1 in #140
- Add vscode by @juli1 in #141
- [STAL-947] Escape filename in sarif reports by @juli1 in #148
- [STAL-947] Prepare version 0.1.8 by @juli1 in #149
Full Changelog: 0.1.7...0.1.8
Release 0.1.7
What's Changed
- feat(shutdown): add new shutdown endpoint under a flag by @robertohuertasm in #124
- feat(headers): add custom headers with server information by @robertohuertasm in #125
- feat(server): extend the keepalive behavior to all requests by @robertohuertasm in #127
- feat(server): added new keepalive custom header by @robertohuertasm in #126
- fix(cli): remove DD_ prefix by @dastrong in #133
Full Changelog: 0.1.6...0.1.7
Release 0.1.6
- Correctly shut down server is already started on a port
- Add
subdirectory
option
Gracefully exit server
Fix a bug that forces to exit the server gracefully. This should solves a bug with the IDE integration.
Support YAML
Add YAML support
Fix segfault on intel, add more languages
- Fix segfault on Intel caused by Deno (see denoland/deno_core#217)
- Support Kotlin
- Support Swift
- Support
Dockerfile
foo.dockerfile
andDockerfile.foo
for detecting docker files