Skip to content

Commit

Permalink
Add another hash #1
Browse files Browse the repository at this point in the history
  • Loading branch information
LeadroyaL committed Jul 12, 2019
1 parent 2178de0 commit d344b09
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ public class Main {
| 1.2.46 | -1589194880214235129 | org.jdom. |
| 1.2.46 | 1073634739308289776 | org.slf4j. |
| 1.2.46 | 5688200883751798389 | javassist. |
| 1.2.46 | 7017492163108594270 | oracle.net |
| 1.2.46 | 8389032537095247355 | org.jaxen. |
| 1.2.48 | 1459860845934817624 | java.net.InetAddress |
| 1.2.48 | 8409640769019589119 | java.lang.Class |
Expand All @@ -101,4 +102,7 @@ public class Main {
| version | hash | name |
|---|---|---|
| 1.2.42 | 33238344207745342 | |
| 1.2.46 | 7017492163108594270 | |

### 感谢补充

- @UUUUnotfound [https://github.com/LeadroyaL/fastjson-blacklist/issues/1](https://github.com/LeadroyaL/fastjson-blacklist/issues/1)
2 changes: 1 addition & 1 deletion src/main/java/com/leadroyal/breaker/data/V1_2_46.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ public static BlackInfo getData() {
add(new BlackInfo.BlockItem(-1589194880214235129L, "org.jdom."));
add(new BlackInfo.BlockItem(1073634739308289776L, "org.slf4j."));
add(new BlackInfo.BlockItem(5688200883751798389L, "javassist."));
add(new BlackInfo.BlockItem(7017492163108594270L, "oracle.net"));
add(new BlackInfo.BlockItem(8389032537095247355L, "org.jaxen."));
}};
data.unknown = new LinkedList<BlackInfo.BlockItem>() {{
add(new BlackInfo.BlockItem(7017492163108594270L, ""));
}};
}
return data;
Expand Down

0 comments on commit d344b09

Please # to comment.