Skip to content

Commit

Permalink
update fastjson
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1t3p1g committed Oct 14, 2023
1 parent 0abdcf7 commit 541b50e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
@Targets({Targets.JDK, Targets.JNDI})
@Require(bullets = {
"LdapAttributeBullet",
"JdbcRowSetImplBullet",
"TemplatesImplBullet"}, param = false)
@Dependencies({"fastjson"})
public class JsonObject1 extends AbstractPayload<Object> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
* @author wh1t3p1g
* @since 2022/9/5
*/
//@Payloads
@Payloads
@SuppressWarnings({"rawtypes"})
@Authors({ Authors.WH1T3P1G })
@Targets({Targets.JDK, Targets.JNDI})
@Require(bullets = {"LdapAttributeBullet", "JdbcRowSetImplBullet", "TemplatesImplBullet"}, param = false)
@Dependencies({"fastjson 2.x", "仅用于学习使用"})
@Require(bullets = {"LdapAttributeBullet", "TemplatesImplBullet"}, param = false)
@Dependencies({"fastjson 2.x"})
public class JsonObject2 extends AbstractPayload<Object> {

@Override
Expand Down

0 comments on commit 541b50e

Please sign in to comment.