12 lines
549 B
Plaintext
12 lines
549 B
Plaintext
# File Upload Security Audit - 20251123-124317
|
|
== File Upload Handlers ==
|
|
/home/administrator/projects/coppertone.tech/backend/pkg/ipfs/client.go:41:// Add uploads data to IPFS and returns the CID
|
|
/home/administrator/projects/coppertone.tech/backend/pkg/ipfs/client.go:51:// AddFile uploads a file to IPFS and returns the CID
|
|
/home/administrator/projects/coppertone.tech/backend/pkg/ipfs/client.go:117:// AddJSON uploads JSON data to IPFS
|
|
|
|
== File Type Validation ==
|
|
None found
|
|
|
|
== Path Traversal Prevention ==
|
|
None found - check for path traversal
|