mirror of
https://github.com/elicpeter/nyx.git
synced 2026-07-18 21:21:03 +02:00
docs: update inline references and improve XSS detection in Java servlet writers, refactor matchers for clarity and extend sanitizer support
This commit is contained in:
parent
c2cd6f009e
commit
eb4332edb5
56 changed files with 339 additions and 144 deletions
|
|
@ -14,7 +14,7 @@
|
|||
//!
|
||||
//! The accept loop peeks the first byte on each connection. When it
|
||||
//! sees the universal `SEQUENCE` tag (`0x30`) — the leading byte of
|
||||
//! every well-formed LDAPv3 [`LDAPMessage`] — it routes the
|
||||
//! every well-formed LDAPv3 `LDAPMessage` — it routes the
|
||||
//! conversation through [`super::ldap_ber`] so a harness using a stock
|
||||
//! LDAP client (`javax.naming.directory.InitialDirContext`,
|
||||
//! `python-ldap`, `ldap3`, …) can talk to the stub on the LDAPv3 wire
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue