Skip to content

FT-Registry

FT-Nummer → Projektname → howto-Datei-Verzeichnis. Zum Nachschlagen: "Was war nochmal FT268?"

Automatisch generierter Hinweis: Aus FT reference-Headern in docs/howto/ extrahiert. Bei neuen FTs die entsprechende Zeile in diese Datei eintragen.


Registry

FTProjekthowto-DateiTyp
FT24habitloghabit-tracker.mdATK
FT43shiftlogshift-management.mdVULN
FT51statslogevent-analytics.mdnormal
FT59watchlogmedia-watchlist.mdnormal
FT67pricelogprice-history.mdATK
FT68approvallogapproval-workflow.mdnormal
FT72deadletterlogdead-letter-queue.mdnormal
FT85bulkupdatelogbulk-status-update.mdVULN
FT186sessionlogsession-management.mdnormal
FT188verifylognumeric-verification-code.mdATK
FT189consentlogprivacy-consent-management.mdVULN
FT190announcelogsystem-announcement-management.mdnormal
FT233cqrslogcqrs-pattern.mdnormal
FT234creditslogcredit-ledger.mdnormal
FT235reminderlogscheduled-reminders.mdnormal
FT236quotalogquota-management.mdATK
FT237statemachinelogstate-machine-audit-log.mdVULN
FT238contactlogcontact-management.mdnormal
FT239doclogdocument-versioning.mdnormal
FT240noteslognote-management-ownership.mdATK
FT242cursorlogcursor-pagination.mdnormal
FT243statslogevent-analytics-api.mdVULN
FT244budgetlogbudget-tracking.mdATK
FT245agglogaggregate-reporting.mdnormal
FT246timelogtime-tracking.mdnormal
FT247stepflowlogstep-workflow-approval.mdnormal
FT248flowlogcontent-approval-workflow.mdATK
FT249contentvlogarticle-versioning-api.mdVULN
FT250tagfilterlogmulti-value-tag-filter.mdnormal
FT251ratelimitlogfixed-window-rate-limiter.mdnormal
FT252pinverifylogpin-verification-lockout.mdATK
FT253txlogtransaction-scope-pattern.mdnormal
FT254ftslogsqlite-fts5-search.mdnormal
FT255queuelogjob-queue-with-retry.mdVULN
FT256masslogmass-assignment-defence.mdATK
FT257softdeletelogsoft-delete-trash-purge.mdnormal
FT258bulklogbulk-operations-partial-success.mdnormal
FT259scorelogleaderboard-ranking-api.mdnormal
FT260hmaclogwebhook-signature-verification.mdATK
FT261jwtlogjwt-authentication.mdVULN
FT262moneylogmulti-currency-money-ledger.mdnormal
FT263reactionlogemoji-reactions-toggle.mdnormal
FT264injectionlogsql-injection-defence.mdATK
FT265linklogurl-bookmark-api.mdnormal
FT266apikeylogapi-key-management.mdnormal
FT267encryptlogencrypted-field-storage.mdVULN
FT268auditlogaudit-trail.mdATK
FT269cartlogshopping-cart-api.mdnormal
FT270featureflaglogfeature-flags.mdnormal
FT271notificationlognotification-inbox.mdnormal
FT272tokenlogtoken-lifecycle-api.mdATK
FT273authlogbearer-token-middleware.mdVULN
FT274orderlogorder-management.mdnormal
FT275profileloguser-profile-api.mdnormal
FT276csrflogidempotency.mdATK
FT277feedlogactivity-feed.mdnormal
FT278messagelogdirect-messaging-system.mdnormal
FT279rbaclogrbac-jwt-auth.mdVULN
FT280lockoutlogaccount-lockout.mdATK
FT281refreshlogrefresh-token-pattern.mdnormal
FT282grantlogdelegated-access-grants.mdnormal
FT283inviteloginvitation-system.mdnormal
FT284throttlelograte-limiting.mdATK
FT285resetlogpassword-reset-flow.mdVULN
FT286schedulelogtimezone-aware-scheduling.mdnormal
FT287waitlistlogwaitlist-system.mdnormal
FT288distlocklogdistributed-lock.mdATK
FT289reportlogcontent-reporting.mdnormal
FT290otplogotp-authentication.mdATK
FT291grouploggroup-member-management.mdVULN
FT292deduplogidempotency-key.mdATK
FT293ablogab-testing.mdnormal
FT294batchlogbatch-api-partial-success.mdnormal
FT295bookmarklogbookmark-api.mdnormal
FT296geolocloggeolocation-api.mdATK
FT297masklogpii-masking.mdVULN
FT298circuitlogcircuit-breaker.mdnormal
FT299collectionlogcollection-api.mdnormal
FT300pointlogpoint-ledger-api.mdATK
FT301contentlogcontent-negotiation-api.mdnormal
FT302couponlogcoupon-discount-api.mdnormal
FT303filelogfile-sharing-api.mdVULN
FT304salelogflash-sale-api.mdATK
FT305draftlogdraft-publish-workflow.mdnormal
FT306emojilogemoji-reactions-api.mdnormal
FT307etaglogetag-conditional-requests.mdnormal
FT308webhookdeliverylogwebhook-delivery-system.mdATK
FT309magiclogmagic-link-authentication.mdVULN
FT310eventsourcelogevent-sourcing-ledger.mdnormal
FT311expenselogexpense-tracking-api.mdnormal

Pflege

Bei neuen FTs folgende Zeile eintragen (FT-Nummer-Reihenfolge beibehalten):

| FTxxx | <name>log | [<topic>.md](<topic>.md) | normal/ATK/VULN |

Typ-Kriterien

TypKriterium
ATKEnthält Cracker-Angriffstests (ATK-01–12)
VULNEnthält Vulnerability Assessment (VULN-A–L / V-01–10)
normalAlle anderen Implementierungs-How-tos

Automatisch generierter Befehl (als Rohmaterial)

bash
# FT-reference-Header als Registry-Material extrahieren
grep -rn "FT reference.*NENE2-FT/" docs/howto/ \
  | grep -oP '[^/]+\.md:\d+:.*FT\d+.*NENE2-FT/[a-z]+log' \
  | sort

Veröffentlicht unter der MIT-Lizenz.