groue / GRDB.swift

A toolkit for SQLite databases, with a focus on application development
MIT License
6.61k stars 677 forks source link

Privacy Manifest: Entry missing for accessing file timestamps via creationDate API #1525

Closed twiedow closed 3 months ago

twiedow commented 3 months ago

As far as I can see the file PrivacyInfo.xcprivacy should contain an entry for accessing file timestamps via creationDate API. Currently the file does not declare any APIs. Is this correct?

NSPrivacyAccessedAPICategoryFileTimestamp

groue commented 3 months ago

Hi @twiedow,

I'm surprised. Where do you see an access to file timestamps in GRDB source code?

groue commented 3 months ago

I love your avatar :-) Gaston is immensely popular in France :-)

twiedow commented 3 months ago

Sorry, my fault. I used a script which scanned for symbols which might be used and which might be needed to be declared. It had a false-positive on creationDate which used in GRDB but in SQL statements.

groue commented 3 months ago

Thank you for your time, @twiedow, this is appreciated :-)