MCPcopy Create free account
hub / github.com/alexandre-lavoie/python-log4rce / name

Method name

log4rce.py:94–95  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

92
93 @property
94 def name(self) -> str:
95 return re.findall(b"([a-zA-Z0-9]*)\.java", self.__raw)[0].decode()
96
97 def inject(self, payload: Union[str, bytes]):
98 if isinstance(payload, str):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected