You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add supplementary arguments for internal translet based payloads
- Add supplementary arguments for Transformer payloads
- Make CommonsBeanutils1 silent using NullComparator
Copy file name to clipboardExpand all lines: README.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,12 +34,20 @@ for the development of effective defensive techniques, and is not intended to be
34
34
used to attack systems except where explicitly authorized. Project maintainers
35
35
are not responsible or liable for misuse of the software. Use responsibly.
36
36
37
+
## Dependencies issues
38
+
39
+
As stated in [BishopFox's fork](https://github.com/BishopFox/ysoserial-bf?tab=readme-ov-file#missing-javaxinterceptor-api-library),
40
+
javax.interceptor-api library version 3.1 was a bump version typo and was removed from central repositories.
41
+
As a result, artifacts cannot be downloaded anymore.
42
+
43
+
You can find this library and a workaround to fix this issue [here](https://github.com/BishopFox/ysoserial-bf?tab=readme-ov-file#missing-javaxinterceptor-api-library).
0 commit comments