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 15:46:00 UTC

[skywalking] branch bugfix/missing-httpResponseStatusCode updated (5abfc1b -> a5d4124)

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

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


    from 5abfc1b  Add missing property set for new field `httpResponseStatusCode`
     add 09cc0f9  Harden the security of Groovy-based DSL, MAL and LAL (#7485)
     add c04b4e0  Fix distinct in Service/Instance/Endpoint query is not working. (#7482)
     add a5d4124  Merge branch 'master' into bugfix/missing-httpResponseStatusCode

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                         |   2 +
 .../skywalking/oap/log/analyzer/dsl/DSL.java       |  25 ++++
 .../oap/log/analyzer/dsl/DSLSecurityTest.java      | 140 +++++++++++++++++++++
 .../skywalking/oap/meter/analyzer/dsl/DSL.java     |  29 +++++
 .../oap/server/core/query/type/Database.java       |   5 +-
 .../oap/server/core/query/type/Endpoint.java       |   2 +
 .../oap/server/core/query/type/Service.java        |   2 +
 .../server/core/query/type/ServiceInstance.java    |   2 +
 8 files changed, 204 insertions(+), 3 deletions(-)
 create mode 100644 oap-server/analyzer/log-analyzer/src/test/java/org/apache/skywalking/oap/log/analyzer/dsl/DSLSecurityTest.java