-
**IMPORTANT**: This issue may cause SQL injection:
```js
const unsafeString = "' AND '1' = '1"
console.log(squel.select().from('some_table').where('id = ?', unsafeString).toString())
// output: …
-
```
NfcManager.instance.startSession(onDiscovered: (NfcTag tag) async {
var ndef = Ndef.from(tag);
NdefMessage message = NdefMessage([
NdefReco…
-
ATMN, NTMI has a lot of wet effects on as default.
This sounds good in dry rooms, or for recording, but not in rooms with more lively acoustics.
Idea for handling this:
- make a global WET control…
-
Hello, I try to format a blank NFC card to the NDEF format, but it doesn't seem to work and I'm really confused why.
I use a ACS ACR122U reader.
The cards seem to be of Type 2, I think.
Here is my …
-
After commit 8a156d1 this sample code (smallest I could get it), causes an infinte loop. The `noundef-analysis` flag has since been disabled, so by default the infinite loop doesn't happen.
I trac…
-
I have been **testing partial write** by moving tag on the writer (PN532 module with serial USB bridge) and moved it away while writing causing this:
```
nfctool: writing tag: [ndef.text.TextReco…
-
## Environment
* SuperCollider version: 3.11.1
* Operating system: Windows 10
* Other details (Qt version, audio driver, etc.): 5.11.3
## Steps to reproduce
```supercollider
Spec.add(\…
-
Would it be possible to bring HCE to the web and emulate NFC Forum compliant tags?
One of many use cases would be access control in cinemas: Users can buy cinema tickets online and use their smartp…
-
```
What steps will reproduce the problem?
1. brew install libnfc
2. brew install libfreefare (or compile from source)
3. format and write a tag
mifare-classic-read-ndef and mifare-classic-format wor…
-
I recently attempted to bring a 3 year old project that uses ti.nfc up to date by targeting android 33, updating to Titanium SDK 12.1.2.GA and ti.nfc 5.0.0, but ran into problems scanning NDEF tags th…