297 questions
1
vote
0
answers
223
views
Finding the version of a GHS integrity compiler
I have a script which finds out the version of compilers. For most Green Hills compilers I can do this -
ccarm --version -E foo.c
From the output of that command I can get the version number which ...
1
vote
0
answers
576
views
Is it possible to add SHA-512 integrity to https://fonts.googleapis.com/css?family=Open+Sans and include it in Content-Security-Policy?
I’m trying to add an integrity hash to the https://fonts.googleapis.com/css?family=Open+Sans external stylesheet to secure it within my Content-Security-Policy (CSP), but I'm getting an error in the ...
0
votes
1
answer
297
views
Can't get Play integrity API's Environment details field after enabled it in google play console
I want to check whether other apps are running that could capture the screen or control the device so I integrity 'com.google.android.play:integrity:1.4.0' in my project. I followed the instruction ...
0
votes
1
answer
389
views
SignalIntegrity cannot import name 'math' from 'numpy'
I can not launch the SignalIntegrityApp GUI application
I carefully followed the instructions in the website:https://github.com/Nubis-Communications/SignalIntegrity/wiki/Installation
However, when I ...
0
votes
1
answer
80
views
I encountered this error "UNIQUE constraint failed: accounts_user.username" while trying to register a user in my django project
I tried registering a user for the first time in Django but it was giving me this error
IntegrityError at /register/
UNIQUE constraint failed: accounts_user.username
Request Method: POST
Request URL: ...
0
votes
0
answers
130
views
How to check code integrity with SHA1 fingerprint?
I would like to check code integrity where where an attacker could modify an Android application package (APK) without proper authorization.
I have created functions that check SHA1, if it the same as ...
-1
votes
1
answer
162
views
Hard private state in C++ [closed]
Assuming the platform doesn't expose another means of peeking at memory locations (I know C++ is usually compiled to actual machine code), is it possible, the way it is in e.g. JavaScript?
I know ...
0
votes
0
answers
41
views
IntegrityError at /accounts/register/ NOT NULL constraint failed: accounts_userbankaccount.gender
while preparing registration form i cannot save/register a user. it is not saved in admin panel.it shows the above error.kindly help me.
VIEWS
from django.contrib import messages
from django.contrib....
0
votes
1
answer
79
views
How to add SQL-based integrity checks to SSDT (.sqlproj)?
I'm using Microsoft SSDT to version DB schema. I have a script to autogenerate some triggers and i need to make sure that we don't forget to run it when tables change. I added a part to PostDeploy ...
0
votes
1
answer
145
views
How should I compare the hashes in my baseline.txt file with the hashes of the files in a directory?
I am designing a file integrity monitor in Python. I was able to create a function that iterates through all files in a given directory, hashes the contents of each one, and stores the hashes in a ...
2
votes
0
answers
105
views
How to guarantee the integrity of a PDF generated with pdfmake?
I have a Node.js service that creates a PDF file for download using pdfmake. It works perfectly, but I need to find a way to guarantee the intergrity of the generated file, so that any changes in that ...
0
votes
0
answers
1k
views
How can I sign the executable file and verify its integrity, using ELF executable file and RSA?
I am studying about ELF file and code integrity, trying to make a related C code that works on Linux, uses gcc for command "make". With this code, I tried to achieve two features:
First, ...
0
votes
0
answers
133
views
Django, Integrity error with PK, but new objects are still working fine
So here's my view
def add_tutorial(request):
if request.method == 'POST':
User = request.POST.get('user')
# other properties
lang = request.POST.get('lang')
...
0
votes
1
answer
183
views
integrity-error django :violates not-null constraint
I build a social media application where all actions are concluded in the same count. However with the like button i get an error even if the code looks exactly the same as the dislike version. The ...
3
votes
1
answer
680
views
how I can use integrity api instead of safetyNet Api in phone login Fragment
how I can use Integrity Api instead of safetyNet Api in phone login Fragment.. I try to upload my App to Google play and my phone login fragment depend on SafetyNet Api which is Deprecated
and when ...