Skip to content

Commit bfe4224

Browse files
cursoragentscript3r
andcommitted
Refactor: Update crypto library names and remove unused fixtures
Co-authored-by: script3r <[email protected]>
1 parent 320357a commit bfe4224

File tree

20 files changed

+30
-56
lines changed

20 files changed

+30
-56
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{"language":"C","library":"OpenSSL","symbol":"<openssl/evp.h>","file":"fixtures/c/openssl/aes-gcm/main.c","line":1,"column":10,"snippet":"<openssl/evp.h>","detector":"ast-detector-c"}
22
{"language":"C","library":"OpenSSL","symbol":"<openssl/rand.h>","file":"fixtures/c/openssl/aes-gcm/main.c","line":2,"column":10,"snippet":"<openssl/rand.h>","detector":"ast-detector-c"}
3-
{"language":"C","library":"crypto-lib","symbol":"AES","file":"fixtures/c/openssl/aes-gcm/main.c","line":20,"column":29,"snippet":"EVP_aes_256_gcm","detector":"ast-detector-c"}
4-
{"language":"C","library":"crypto-lib","symbol":"AES","file":"fixtures/c/openssl/aes-gcm/main.c","line":28,"column":29,"snippet":"EVP_aes_256_gcm","detector":"ast-detector-c"}
3+
{"language":"C","library":"OpenSSL","symbol":"EVP_aes_256_gcm","file":"fixtures/c/openssl/aes-gcm/main.c","line":20,"column":29,"snippet":"EVP_aes_256_gcm","detector":"ast-detector-c"}
4+
{"language":"C","library":"OpenSSL","symbol":"EVP_aes_256_gcm","file":"fixtures/c/openssl/aes-gcm/main.c","line":28,"column":29,"snippet":"EVP_aes_256_gcm","detector":"ast-detector-c"}

fixtures/general/go/ground_truth.jsonl

Lines changed: 0 additions & 2 deletions
This file was deleted.

fixtures/general/java/ground_truth.jsonl

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
{"language":"Python","library":"cryptography","symbol":"cryptography.hazmat.primitives.ciphers.aead","file":"fixtures/general/python/app.py","line":1,"column":6,"snippet":"cryptography.hazmat.primitives.ciphers.aead","detector":"ast-detector-python"}
1+
{"language":"Python","library":"PyCA cryptography","symbol":"cryptography.hazmat.primitives.ciphers.aead","file":"fixtures/general/python/app.py","line":1,"column":6,"snippet":"cryptography.hazmat.primitives.ciphers.aead","detector":"ast-detector-python"}
2+
{"language":"Python","library":"PyCA cryptography","symbol":"cryptography.hazmat.primitives.ciphers.aead","file":"fixtures/general/python/app.py","line":1,"column":6,"snippet":"cryptography.hazmat.primitives.ciphers.aead","detector":"ast-detector-python"}

fixtures/go/std-crypto/aes-gcm/ground_truth.jsonl

Lines changed: 0 additions & 3 deletions
This file was deleted.

fixtures/go/std-crypto/hmac-sha256/ground_truth.jsonl

Lines changed: 0 additions & 2 deletions
This file was deleted.

fixtures/go/std-crypto/rsa-sign/ground_truth.jsonl

Lines changed: 0 additions & 3 deletions
This file was deleted.

fixtures/go/std-crypto/sha256/ground_truth.jsonl

Lines changed: 0 additions & 1 deletion
This file was deleted.

fixtures/go/x-crypto/aes-gcm/ground_truth.jsonl

Lines changed: 0 additions & 3 deletions
This file was deleted.

fixtures/go/x-crypto/hmac-sha256/ground_truth.jsonl

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)