refactor: move SECURITY.md -> docs/Security.md, install it to CMAKE_INSTALL_DOCDIR

This commit is contained in:
sithlord48
2026-02-22 09:47:30 -05:00
committed by Chris Rizzitello
parent 9376c68739
commit fe9407ca33
2 changed files with 7 additions and 0 deletions

View File

@ -24,3 +24,10 @@ if (DOXYGEN_FOUND)
else()
message(STATUS "Doxygen not found, skipping docs build")
endif()
# Show our documents in the IDE
add_custom_target(docs
SOURCES
Security.md
)
install(FILES Security.md DESTINATION ${CMAKE_INSTALL_DOCDIR})

11
docs/Security.md Normal file
View File

@ -0,0 +1,11 @@
# Security Policy
## Supported Versions
The latest minor release is supported and receives security updates:
https://github.com/deskflow/deskflow/releases
## Reporting a Vulnerability
Please report vulnerabilities on our issue tracker as bugs:
https://github.com/deskflow/deskflow/issues