tovuk 0.1.79 → 0.1.80
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -117,7 +117,11 @@ tovuk abuse report https://demo.tovuk.app "Phishing page" "Credential collection
|
|
|
117
117
|
tovuk abuse list --json
|
|
118
118
|
tovuk abuse list --operator --json
|
|
119
119
|
tovuk abuse appeal abuse_0123456789abcdef0123 "Removed the reported file and rotated credentials." --evidence "deploy_1 remediation log" --json
|
|
120
|
+
tovuk abuse triage abuse_0123456789abcdef0123 "Reviewed reporter evidence and target service metadata." --json
|
|
121
|
+
tovuk abuse notify-owner abuse_0123456789abcdef0123 "Owner-visible report recorded with evidence summary." --json
|
|
120
122
|
tovuk abuse quarantine abuse_0123456789abcdef0123 "Confirmed malware object and preserved scanner evidence." --json
|
|
123
|
+
tovuk abuse resolve abuse_0123456789abcdef0123 "Reporter issue remediated and clean deploy verified." --json
|
|
124
|
+
tovuk abuse reject abuse_0123456789abcdef0123 "Evidence did not match the reported target." --json
|
|
121
125
|
tovuk abuse release abuse_0123456789abcdef0123 "Owner removed object and redeployed clean build." --json
|
|
122
126
|
```
|
|
123
127
|
|