Skip to content

Commit d4488da

Browse files
committed
feat(feat): new features and security updates \n\n Version: release/0.2.122 \n\n with love \n\n LazyOwn on HackTheBox: https://app.hackthebox.com/teams/overview/6429 \n\n LazyOwn/ https://grisuno.github.io/LazyOwn/ \n\n \n\n Fecha: sáb 16 may 2026 20:14:39 -04 \n\n Hora: 1778976879
1 parent 6840d4c commit d4488da

62 files changed

Lines changed: 11822 additions & 2140 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
# Changelog
33

44

5+
### Nuevas características
6+
7+
### Otros
8+
9+
* * feat(feat): new features and security updates \n\n Version: release/0.2.122 \n\n with love \n\n LazyOwn on HackTheBox: https://app.hackthebox.com/teams/overview/6429 \n\n LazyOwn/ https://grisuno.github.io/LazyOwn/ \n\n \n\n Fecha: sáb 16 may 2026 20:14:39 -04 \n\n Hora: 1778976879
10+
11+
512
### Documentación
613

714
### Otros

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12971,6 +12971,13 @@ No description available.
1297112971
# Changelog
1297212972

1297312973

12974+
### Documentación
12975+
12976+
### Otros
12977+
12978+
* * docs(docs): update CLAUDE.md with session learnings \n\n Version: release/0.2.120 \n\n expand repo map with 30 dirs and gitignore notes; add README convention as coding standard rule 11; add blueprint template_folder pattern to extending section; add new directory row to extension table; add 15f DEPLOY.sh section; update 16 read-these-next \n\n LazyOwn on HackTheBox: https://app.hackthebox.com/teams/overview/6429 \n\n LazyOwn/ https://grisuno.github.io/LazyOwn/ \n\n \n\n Fecha: vie 15 may 2026 19:22:28 -04 \n\n Hora: 1778887348
12979+
12980+
1297412981
### Documentación
1297512982

1297612983
### Otros

core/config.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ def __init__(self, config_dict: dict[str, Any]) -> None:
3838
for key, value in self.config.items():
3939
setattr(self, key, value)
4040

41+
def __getattr__(self, name: str) -> Any:
42+
return None
43+
4144
def __getitem__(self, key: str) -> Any:
4245
return getattr(self, key, None)
4346

0 commit comments

Comments
 (0)