You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2021/08/18 10:18:17 UTC

[skywalking] branch fix-distinct updated (4e6cd12 -> 1851604)

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a change to branch fix-distinct
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


    from 4e6cd12  Merge branch 'master' into fix-distinct
     add 09cc0f9  Harden the security of Groovy-based DSL, MAL and LAL (#7485)
     add 1851604  Merge branch 'master' into fix-distinct

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                         |   1 +
 .../skywalking/oap/log/analyzer/dsl/DSL.java       |  25 ++++
 .../oap/log/analyzer/dsl/DSLSecurityTest.java      | 140 +++++++++++++++++++++
 .../skywalking/oap/meter/analyzer/dsl/DSL.java     |  29 +++++
 4 files changed, 195 insertions(+)
 create mode 100644 oap-server/analyzer/log-analyzer/src/test/java/org/apache/skywalking/oap/log/analyzer/dsl/DSLSecurityTest.java