-
Notifications
You must be signed in to change notification settings - Fork 375
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
[APPSEC-8115] create AppSec::Monitor to subscribe to internal app sec events #2617
Changes from all commits
a27ebc2
ccee5a0
b6130cf
fd15c5c
cb552de
96394a1
0ea7be4
00e6205
a9fa5a2
d280590
e625807
b174cfb
4abbd89
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,8 @@ target :appsec do | |
# check 'lib/datadog/kit' | ||
|
||
ignore 'lib/datadog/appsec/contrib' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Note that this is ignored because of the dependency on actual Sinatra/Rails/Rack constants and methods, which are not typed. We can relax that |
||
ignore 'lib/datadog/appsec/monitor' | ||
ignore 'lib/datadog/appsec/component.rb' | ||
Comment on lines
+10
to
+11
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Were there any challenges in typing these that resulted in them being ignored? |
||
|
||
library 'pathname', 'set' | ||
library 'cgi' | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(Adding this for future reference) See #2641 for details on why we're removing Sorbet.