mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-01 02:49:11 +00:00
Suppress Node Files From Nohttp Analysis
Given that we have no control over the contents of third-party code, it isn't helpful to have nohttp generate errors for the usage of http:// in that code.
This commit is contained in:
parent
a5b1dec99a
commit
5cdcdc9bcb
@ -12,4 +12,7 @@
|
||||
<property name="optional" value="true"/>
|
||||
</module>
|
||||
<module name="SuppressWithPlainTextCommentFilter"/>
|
||||
<module name="BeforeExecutionExclusionFileFilter">
|
||||
<property name="fileNamePattern" value=".*[\\/]node(_modules|js)[\\/].*$"/>
|
||||
</module>
|
||||
</module>
|
||||
|
Loading…
x
Reference in New Issue
Block a user