Malayke
Malayke
which script did you run? `check.py` or `CVE-2023-33246_RocketMQ_RCE_EXPLOIT.py`? if you running `CVE-2023-33246_RocketMQ_RCE_EXPLOIT.py`, exploiting this vulnerability will not directly respond code execution result. you can go to https://app.interactsh.com/, grab a subdomain...
I'm having the same problem. ``` ❯ pip list | grep autogen autogen-agentchat 0.4.9.2 autogen-core 0.4.9.2 autogen-ext 0.4.7 ``` my code: ```python import asyncio from semantic_kernel.connectors.ai.bedrock import BedrockChatCompletion, BedrockPromptExecutionSettings from...
Hi @cuixq , you can also access [this link](https://repository.apache.org/service/local/repositories/snapshots/content/org/apache/maven/plugins/maven-jar-plugin/3.3.1-SNAPSHOT/maven-metadata.xml), you find the right document, I discovered this mechanism independently by frequently running `mvn dependency:tree`. If the version includes `snapshot`, Maven...
Hi @cuixq I was wondering if I might kindly inquire about the possibility of supporting a custom Maven Central URL?
yes, thank you for your previous response! I appreciate your work on supporting snapshot version fetching from Maven registries. It's a great feature! I was wondering if it might be...