-
Notifications
You must be signed in to change notification settings - Fork 624
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
[typescript] Support for "implements" keyword is incomplete #1850
Labels
Comments
@aryx this seems to be a matching / type bug. Tagging you for an investigation |
This works on develop: https://semgrep.dev/s/Jq0Z/?version=develop |
aryx
added a commit
that referenced
this issue
Oct 21, 2020
… too Closes #1850 test plan: test file included
aryx
added a commit
that referenced
this issue
Oct 21, 2020
msorens
added a commit
to chef/automate
that referenced
this issue
Oct 22, 2020
With this issue just resolved -- semgrep/semgrep#1850 -- I can now add this new rule. Signed-off-by: michael sorens <msorens@chef.io>
msorens
added a commit
to chef/automate
that referenced
this issue
Oct 23, 2020
With this issue just resolved -- semgrep/semgrep#1850 -- I can now add this new rule. Signed-off-by: michael sorens <msorens@chef.io>
msorens
added a commit
to chef/automate
that referenced
this issue
Oct 29, 2020
With this issue just resolved -- semgrep/semgrep#1850 -- I can now add this new rule. Signed-off-by: michael sorens <msorens@chef.io>
msorens
added a commit
to chef/automate
that referenced
this issue
Oct 31, 2020
With this issue just resolved -- semgrep/semgrep#1850 -- I can now add this new rule. Signed-off-by: michael sorens <msorens@chef.io>
msorens
added a commit
to chef/automate
that referenced
this issue
Oct 31, 2020
With this issue just resolved -- semgrep/semgrep#1850 -- I can now add this new rule. Signed-off-by: michael sorens <msorens@chef.io>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
This sample (https://semgrep.dev/s/Jq0Z/) illustrates that #1753 (Support matching on "implements") is incomplete. The red X cases are incorrect.
Additional Info
To Reproduce
https://semgrep.dev/s/Jq0Z/
Expected behavior
Multiple implemented interfaces must be supported.
Screenshots
Environment
Semgrep 0.27.0
(Priority for me: somewhat important)
The text was updated successfully, but these errors were encountered: