|
| 1 | +[default] |
| 2 | +extend-ignore-re = [ |
| 3 | + # seh too close to she |
| 4 | + "registered SEH to support IDL", |
| 5 | + # ALLO is a valid FTP command |
| 6 | + "\"ALLO\".*[0-9]{3}", |
| 7 | + "des-ede3-cbc-Env-OID", |
| 8 | + # On purpose |
| 9 | + "\"THE NETBIOS NAM\"", |
| 10 | + # NFS stuff. |
| 11 | + "commited: :zeek:type:`NFS3::stable_how_t`", |
| 12 | + "\\/fo\\(o", |
| 13 | + " nd\\.<br", |
| 14 | + "\"BaR\"", |
| 15 | + "Not-ECT", |
| 16 | + "Ninteenth: Ninteenth", |
| 17 | + |
| 18 | + # Connecton and file UIDs |
| 19 | + "[CF][a-zA-Z0-9]{17}", |
| 20 | + |
| 21 | + # Smoot |
| 22 | + "Smoot", |
| 23 | +] |
| 24 | + |
| 25 | +extend-ignore-identifiers-re = [ |
| 26 | + "TLS_.*_EDE.*_.*", |
| 27 | + "SSL.*_EDE.*_.*", |
| 28 | + "_3DES_EDE_CBC_SHA", |
| 29 | + "GOST_R_.*", |
| 30 | + "icmp6_nd_.*", |
| 31 | + "pn", # Use for `PoolNode` variables |
| 32 | + "complte_flag", # Existing use in exported record in base. |
| 33 | + "VidP(n|N)", # In SMB. |
| 34 | + "iin", # In DNP3. |
| 35 | + "(ScValidatePnPService|ScSendPnPMessage)", # In DCE-RPC. |
| 36 | + "snet", # Used as shorthand for subnet in base scripts. |
| 37 | + "typ", |
| 38 | +] |
| 39 | + |
| 40 | +[default.extend-identifiers] |
| 41 | +MCA_OCCURED = "MCA_OCCURED" |
| 42 | +MNT3ERR_ACCES = "MNT3ERR_ACCES" |
| 43 | +ND_QUEUE_OVERFLOW = "ND_QUEUE_OVERFLOW" |
| 44 | +ND_REDIRECT = "ND_REDIRECT" |
| 45 | +NFS3ERR_ACCES = "NFS3ERR_ACCES" |
| 46 | +NO_SEH = "NO_SEH" |
| 47 | +RPC_NT_CALL_FAILED_DNE = "RPC_NT_CALL_FAILED_DNE" |
| 48 | +RpcAddPrintProvidor = "RpcAddPrintProvidor" |
| 49 | +RpcDeletePrintProvidor = "RpcDeletePrintProvidor" |
| 50 | +THA = "THA" |
| 51 | +tha = "tha" |
| 52 | +uses_seh = "uses_seh" |
| 53 | + |
| 54 | +[default.extend-words] |
| 55 | +caf = "caf" |
| 56 | +helo = "helo" |
| 57 | +# Seems we use this in the management framework |
| 58 | +requestor = "requestor" |
| 59 | +# `inout` is used as a keyword in Spicy, but looks like a typo of `input`. |
| 60 | +inout = "inout" |
0 commit comments