audit Questions

3

Solved

I have a front-end app with NodeJS and I am trying to make the npm audit break only on high or critical vulnerabilities, so I tried to change the audit-level as specified in the documentation, but ...
Pathe asked 18/5, 2020 at 17:44

8

Solved

In SQL Server 2005, is there a way of deleting rows and being told how many were actually deleted? I could do a select count(*) with the same conditions, but I need this to be utterly trustworthy...
Fingerstall asked 6/10, 2008 at 12:56

2

Solved

I am working on a project with Vue. I run Vue Cli and I added the Typescript plugin. I have several vulnerabilities. When I run npm audit fix it can't resolve the dependency conflict: npm ERR! code...
Shady asked 29/10, 2021 at 19:18

12

Solved

need pinned resolution feature of yarn, but also want to audit with npm audit? Is there a yarn alternative to npm audit? Or, alternately, will pinning resolutions of dependencies of dependencies wo...
Gotten asked 7/8, 2018 at 17:33

4

Is it possible to configure npm to skip audit of vulnerabilities for devDependencies when running command npm install?
Significance asked 4/3, 2022 at 18:58

3

Solved

My version of google chrome is 83.0.4103.116 (Build oficial) (64 bits) (cohort: Stable) But audits tab does not show on devtools. Any idea of how enable audit tab?
Certiorari asked 1/7, 2020 at 12:34

3

I am following the instructions here on how to create a policy to audit actions in Kubernetes. When I run the following YAML file: kubectl apply -f - <<EOF apiVersion: audit.k8s.io/v1 # ...
Aleasealeatory asked 17/1, 2019 at 14:49

2

Solved

I'm looking to change the default behavior of npm audit. The default behavior is to audit all packages, including developer-only packages. This is not very useful, as I trust my development environ...
Sprag asked 5/1, 2022 at 19:0

2

Solved

Currently, when running npm audit in a project, it checks both the dependencies and the devDependencies. I am looking for a way to only check the dependencies. Is there currently a way to do so?
Shote asked 15/5, 2018 at 14:13

2

i'm the owner of a few corporate github repositories. Lately we have been suspicious of a developer who may be enlisting outsourced help through his borrowed github identity (many 4am commits in ba...
Sportsmanship asked 17/11, 2014 at 22:16

1

I have an entity with a field to save the date when the entity was updated. I'm using the annotations below: @Temporal(TemporalType.TIMESTAMP) @UpdateTimestamp @Column(name = "updated_at"...
Reflective asked 10/3, 2021 at 23:37

9

Solved

I have been coming across these two words more often but i didn't see much difference in these? I mean want to know are they used interchangeably or there are some differences in those two? Thanks....
Torpedoman asked 22/3, 2010 at 13:4

3

Solved

When I try to execute npm audit in my (Angular 7) app, I get the following npm error: npm ERR! code ENOAUDIT npm ERR! audit Your configured registry (https://nexus.xxx.com/repository/yyy/) doe...
Conventual asked 9/8, 2019 at 9:35

6

Solved

Every time I need to design a new database I spend quite some time thinking on how I should set up the database schema to keep an audit log of the changes. Some questions have already been a...
Parturition asked 6/1, 2010 at 18:27

5

I have a web application, and I would like to audit most of the users actions on the application, for example login, insertion to db, update to db, fired exceptions, etc. One of my senios suggeste...
Pinckney asked 2/8, 2011 at 12:18

4

Solved

I've been looking at some auditing hooks with Entity Framework. Many of them show old/new value comparisons. This does great for an audit trail but I'm looking to snapshot objects. For example......
Tudela asked 21/9, 2009 at 14:27

3

Solved

I have an ASP.NET core 2.0 using Entity Framework core on a SQL Server db. I have to trace and audit all the stuff made by the users on the data. My goal is to have an automatic mechanism writing ...

3

Solved

I have my core project in C#. I work on a database, where some tables have the columns "user_mod" and "date_mod" for sign who and when made some mods and the same with "data_new" and "user_new". ...
Earlie asked 14/10, 2014 at 7:54

1

I'm working on web application. I need to check security of dependencies. I'm actually scanning my source code with OWASP dependency check but i think it's not the best tool to use on web app. I t...
Domash asked 13/9, 2019 at 15:30

2

I want to create a History/Audit Table for a particular entity. This is a complex entity with many child tables and we are using Repository Patter for our application. I looked into overridi...
Dees asked 23/8, 2016 at 22:47

3

Solved

I am trying to implement an audit layer for my spring boot application.I tried two approaches as of now. 1) Created 1 audit table with fields user_name, table_name,column_name, old_value, new_valu...
Keener asked 21/4, 2020 at 12:57

7

I need to implement an audit trail for Add/Edit/Delete on my objects,I'm using an ORM (XPO) for defining my objects etc. I implemented an audit trail object that is triggered on OnSaving OnDele...
Novitiate asked 29/9, 2008 at 11:16

2

How can I check if a specific user with no shell assigned can write or read a file ? As an example we can use apache user... is there any option in touch or any other commands? Thanks
Alberthaalberti asked 24/3, 2015 at 22:28

7

Solved

In MySQL, I'm sick of adding the columns dt_created and dt_modified (which are date time stamps for creation and last modified respectively) to all the tables I have in my database. Every time I I...
Digitiform asked 19/12, 2009 at 5:47

3

Solved

I've created a trigger which task is to store information about the trigger-events. For example: "New employee added to the table on date 2014-10-13. I've created a table - Audit - which stores a...
Hirundine asked 13/10, 2014 at 8:43

© 2022 - 2024 — McMap. All rights reserved.