Skip to main content

Questions tagged [code-security]

Code Security is the process of protecting against theft and unauthorized distribution.

2 votes
1 answer
346 views

When we generate a sbom-file for our service: Are dev-dependencies supposed to be contained in it? I talk about packages which provide a test-framework or mocking-functionality for example which are ...
anion's user avatar
  • 285
-2 votes
1 answer
103 views

I need help deciding how to securely store sensitive docs uploaded via a PHP script. I realize I'm not personally qualified for this task (if I was I wouldn't be asking this question) but need to know ...
Chris P's user avatar
  • 11
121 votes
8 answers
14k views

I know some people that are currently working on a project for the US military (low security level, non-combat human resources type data). An initial state of the project code was submitted to the ...
Patrick's user avatar
  • 2,912
1 vote
2 answers
947 views

Imagine that you have a large monorepo code base running as a monolith application. This application is backed by a database. Some of the data in the database is sensitive, so you want to restrict ...
Matt D's user avatar
  • 19
0 votes
0 answers
64 views

I am in the process of creating an internal application, and I am currently laying it out. Right now, these are the constraints: Program is currently limited to one department, do not foresee it ...
Noah 's user avatar
  • 109
24 votes
3 answers
6k views

I work for a publishing company and we are making interactive software that accompanies our books. The problem is that many clients complain that the antivirus keeps deleting parts of the software, ...
GabrielSC's user avatar
  • 369
22 votes
5 answers
13k views

When our in-house developed application (C#, ASP.NET) is throwing an exception, it displays a stack trace that contains path information like C:\users\DEVELOPER_FULL_NAME\path\some-module.cs. So it ...
ChristianH's user avatar
17 votes
3 answers
3k views

I inherited some projects in which secrets were in source control in App.config and similar files. Fortunately it's not a public repository so the risk isn't as serious as it could have been. I'm ...
StackOverthrow's user avatar
33 votes
8 answers
27k views

I am considering using sourceforge, bitbucket or github for managing source control for my business. I have open projects and I participate in open projects such as gcc. But I also have a business ...
emsr's user avatar
  • 551
4 votes
1 answer
3k views

Recently, at the organization I work for, we've been using a static code inspection tool. One of the more interesting findings is that private information, such as passwords, may be stored in the heap ...
Vivian River's user avatar
  • 2,417
-4 votes
4 answers
7k views

In Computer Systems: a Programmer's Perspective, Unfortunately, a number of commonly used library functions, including strcpy, strcat, and sprintf, have the property that they can generate a byte ...
Tim's user avatar
  • 5,565
1 vote
4 answers
437 views

In open source projects handling user data in a secure manner can be managed, for example through encryption and password protected functionality. What I'd like to create is a way for the user to ...
Dávid Tóth's user avatar
-3 votes
4 answers
2k views

In a refund tech scam, tech scammers use Chrome Developer Tools to edit the HTML directly on the victim's bank webpage through a Remote Desktop (Teamviewer, AnyDesk, etc) to fool their victim into ...
Joseph Goh's user avatar
20 votes
6 answers
11k views

I'm building a fairly complex interpreted program in Python. I've been working on most of this code for other purposes for a few months, and therefore don't want my client to be able to simply copy ...
user avatar
3 votes
4 answers
884 views

I have been tasked with designing a class library that I am loathe to actually build. It is basically a huge backdoor to our software security. The idea was that it would only be accessible from one ...
InterstellarProbe's user avatar

15 30 50 per page