Sureness Versions Save

A simple and efficient security framework that focus on protection of API.

v1.0.8

1 year ago

What's Changed

Full Changelog: https://github.com/dromara/sureness/compare/sureness-root-1.0.7...v1.0.8

sureness-root-1.0.7

2 years ago

Features

[core]make classpath:/config/ is first scan sureness.yml path.
add more issueJwt.

BugFix

fix #I4RVO9.

Others

Use

<dependency>
    <groupId>com.usthe.sureness</groupId>
    <artifactId>sureness-core</artifactId>
    <version>1.0.7</version>
</dependency>

sureness-starter-1.0.6

2 years ago

Features

[starter] publish new Sureness-SpringBoot-Starter thanks @ChineseTony [solon] solon 相关示例:升级到 solon 1.6.1 thanks @noear

Bugfix.

[samples] fix starter-example dependency

Use

<dependency>
    <groupId>com.usthe.sureness</groupId>
    <artifactId>sureness-core</artifactId>
    <version>1.0.6</version>
</dependency>
<dependency>
    <groupId>com.usthe.sureness</groupId>
    <artifactId>spring-boot-starter-sureness</artifactId>
    <version>1.0.6</version>
</dependency>

sureness-root-1.0.5

2 years ago

Features

[docs] use jsdelivr cdn (#130)

BugFix

Misjudging diff permission configurations as same config bug #133
Bump jfinal from 4.9.10 to 4.9.11 in /samples/jfinal-sureness (#127)
Bump path-parse from 1.0.6 to 1.0.7 in /home #126
Bump prismjs from 1.23.0 to 1.24.0 in /home #119

Others

Use

<dependency>
    <groupId>com.usthe.sureness</groupId>
    <artifactId>sureness-core</artifactId>
    <version>1.0.5</version>
</dependency>

sureness-root-1.0.4-beta.4

2 years ago

Features

new sureness spring-boot-starter beta, thanks to @ChineseTony ,hope you like it! #120

Optimize some methods to reduce temporary memory usage #121
update spring-starter-sureness, opti config properties (#124)

BugFix

springboot starter fix npe (#123)

Others

Use

<dependency>
    <groupId>com.usthe.sureness</groupId>
    <artifactId>sureness-core</artifactId>
    <version>1.0.4-beta.2</version>
</dependency>

sureness-root-1.0.4-beta.3

2 years ago

Features

new sureness spring-boot-starter beta, thanks to @ChineseTony ,hope you like it! #120

Optimize some methods to reduce temporary memory usage #121
update spring-starter-sureness, opti config properties (#124)

BugFix

springboot starter fix npe (#123)

Others

Use

<dependency>
    <groupId>com.usthe.sureness</groupId>
    <artifactId>sureness-core</artifactId>
    <version>1.0.4-beta.1</version>
</dependency>

sureness-root-1.0.4

2 years ago

Features

new sureness website !!!! #106 - see https://usthe.com/sureness or https://su.usthe.com, hope you like it!

support example use sureness protect jfinal #93
support example use sureness protect solon
support example use sureness protect spring gateway #97
support example use sureness protect zuul #98
remove unnecessary clearTree() in function rebuildTree (#111)

BugFix

samples fix information exposure through a stack trace bug (#113)
Fix spring-gateway-sureness running error (#118)
docs update: step-by-step bugfix (#104)
Bump prismjs from 1.23.0 to 1.24.0 in /home (#119)
Bump normalize-url from 4.5.0 to 4.5.1 in /home (#110)
Bump dns-packet from 1.3.1 to 1.3.4 in /home (#108)
Bump ws from 6.2.1 to 6.2.2 in /home (#107)

Others

remove ProcessorNotFoundException, UnsupportedSubjectException in filter example due not used often
simplify sureness demo's api,auth data

Use

<dependency>
    <groupId>com.usthe.sureness</groupId>
    <artifactId>sureness-core</artifactId>
    <version>1.0.4</version>
</dependency>

sureness-root-1.0.3

2 years ago

Features

support spring5 reactive in sureness-core #91 support micronaut sample use SurenessConstant instead of common str #90
add tutorial and update sample for javalin #89

BugFix

Use

<dependency>
    <groupId>com.usthe.sureness</groupId>
    <artifactId>sureness-core</artifactId>
    <version>1.0.3</version>
</dependency>

sureness-root-1.0.2

2 years ago

Features

support http session #86
add support session sample #87
add support redis cache session sample #88
remove sql inject pattern (--) #85

BugFix

Fix the problem that authentication is still needed when the resource… #84
fix api can be accessed by any role when accessRole not config #83

Use

<dependency>
    <groupId>com.usthe.sureness</groupId>
    <artifactId>sureness-core</artifactId>
    <version>1.0.2</version>
</dependency>

sureness-root-1.0.1

2 years ago

Features

support filter xss, sql inject #74 feature ignore http method #81 docs update and more

BugFix

no security module in sureness-core the latest version bug #75

Use

<dependency>
    <groupId>com.usthe.sureness</groupId>
    <artifactId>sureness-core</artifactId>
    <version>1.0.1</version>
</dependency>