Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
223 views

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 ...
Peter S's user avatar
  • 275
1 vote
0 answers
576 views

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 ...
Murtuza's user avatar
  • 83
0 votes
1 answer
297 views

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 ...
hmmmmm's user avatar
  • 39
0 votes
1 answer
389 views

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 ...
Mohammad Lotfi's user avatar
0 votes
1 answer
80 views

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: ...
Joseynice's user avatar
0 votes
0 answers
130 views

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 ...
user avatar
-1 votes
1 answer
162 views

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 ...
ByteEater's user avatar
  • 1,221
0 votes
0 answers
41 views

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....
Akshay P's user avatar
0 votes
1 answer
79 views

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 ...
Ivan Koshelev's user avatar
0 votes
1 answer
145 views

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 ...
AerialSong's user avatar
2 votes
0 answers
105 views

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 ...
Rene J. Martins's user avatar
0 votes
0 answers
1k views

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, ...
Misteltein's user avatar
0 votes
0 answers
133 views

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') ...
F.13's user avatar
  • 9
0 votes
1 answer
183 views

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 ...
amber's user avatar
  • 27
3 votes
1 answer
680 views

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 ...
engmms's user avatar
  • 367

15 30 50 per page
1
2 3 4 5
20